Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
just-seba committed Oct 15, 2024
1 parent e8958ac commit c390653
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 16 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ See [docs/CONTRIBUTING.md](docs/CONTRIBUTING.md).

---

Uicons by [Flaticon](https://www.flaticon.com/uicons)
Attributions:

- Uicons by [Flaticon](https://www.flaticon.com/uicons)
4 changes: 2 additions & 2 deletions app/lib/ui/analytics/metrics/own_consumption_metric_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class OwnConsumptionMetricView extends StatelessWidget {
TableRow(
children: [
Icon(
AppIcons.bullet,
AppIcons.circle,
color: Theme.of(context).colorScheme.primary,
),
const Text("Eigenverbrauch:"),
Expand All @@ -52,7 +52,7 @@ class OwnConsumptionMetricView extends StatelessWidget {
TableRow(
children: [
Icon(
AppIcons.bullet,
AppIcons.circle,
color: Theme.of(context).colorScheme.secondaryContainer,
),
const Text("Einspeisung:"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class SelfSufficiencyMetricView extends StatelessWidget {
TableRow(
children: [
Icon(
AppIcons.bullet,
AppIcons.circle,
color: Theme.of(context).colorScheme.primary,
),
const Text("Eigenverbrauch:"),
Expand All @@ -49,7 +49,7 @@ class SelfSufficiencyMetricView extends StatelessWidget {
TableRow(
children: [
Icon(
AppIcons.bullet,
AppIcons.circle,
color: Theme.of(context).colorScheme.secondaryContainer,
),
const Text("Zukauf:"),
Expand Down
2 changes: 1 addition & 1 deletion app/lib/ui/app_icons.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ abstract final class AppIcons {
static const IconData battery_3_bar = uicons.fi_rr_battery_three_quarters;
static const IconData battery_empty = uicons.fi_rr_battery_empty;
static const IconData battery_full = uicons.fi_rr_battery_full;
static const IconData bullet = Icons.circle;
static const IconData circle = Icons.circle;
static const IconData close = uicons.fi_rr_cross;
static const IconData device = uicons.fi_rr_plug_cable;
static const IconData error = uicons.fi_rr_exclamation;
Expand Down
11 changes: 1 addition & 10 deletions app/lib/ui/flaticon/uicons.dart
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/*!
* _____ _ __ _____ ______ _ _ _
* |_ _| | | / _| |_ _| | ____| | | | (_)
* | | _ __ | |_ ___ _ __| |_ __ _ ___ ___ | | ___ ___ _ __ ___ ______ | |__ | | __ _| |_ _ ___ ___ _ __
* | | | '_ \| __/ _ \ '__| _/ _` |/ __/ _ \ | | / __/ _ \| '_ \/ __| |______| | __| | |/ _` | __| |/ __/ _ \| '_ \
* _| |_| | | | || __/ | | || (_| | (_| __/ _| || (_| (_) | | | \__ \ | | | | (_| | |_| | (_| (_) | | | |
* |_____|_| |_|\__\___|_| |_| \__,_|\___\___| |_____\___\___/|_| |_|___/ |_| |_|\__,_|\__|_|\___\___/|_| |_|
*
* UIcons 2.4.2 - https://www.flaticon.com/uicons/interface-icons
*/
// UIcons 2.4.2 - https://www.flaticon.com/uicons/interface-icons
// https://github.com/freepik-company/flaticon-uicons
export 'uicons_regular_rounded.dart';

0 comments on commit c390653

Please sign in to comment.