Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Feature/logo #93

Merged
merged 13 commits into from
May 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<application
android:name="io.flutter.app.FlutterApplication"
android:label="flutterhole"
android:icon="@mipmap/launcher_icon">
android:icon="@mipmap/ic_launcher">
<activity
android:name=".MainActivity"
android:launchMode="singleTop"
Expand Down
Binary file modified android/app/src/main/res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions android/settings_aar.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include ':app'
Binary file modified assets/icon/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icon/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icon/old_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/logos.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions lib/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class KStrings {
'https://github.com/sterrenburg/flutterhole/';
static const String githubIssuesUrl =
'https://github.com/sterrenburg/flutterhole/issues/new/choose';
static const String logoDesignerUrl = 'https://mathijssterrenburg.com/';
}

class KIcons {
Expand Down
195 changes: 178 additions & 17 deletions lib/dev_dependency_injection.dart
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,7 @@ class ApiDataSourceDev implements ApiDataSource {
@override
Future<OverTimeDataClients> fetchClientsOverTime(
PiholeSettings settings) async {
// TODO implement
throw UnimplementedError();
return _overTimeDataClientsFromJson();
}

@override
Expand Down Expand Up @@ -236,9 +235,9 @@ class ApiDataSourceDev implements ApiDataSource {
return TopSourcesResult(
topSources: {
PiClient(name: 'localhost', ip: '127.0.0.1'): 3204,
PiClient(name: 'openelec', ip: '10.0.1.2'): 324,
PiClient(ip: '10.0.1.3'): 216,
PiClient(name: 'laptop', ip: '10.0.1.4'): 96,
PiClient(name: 'openelec', ip: '127.0.1.2'): 324,
PiClient(ip: '127.0.1.3'): 216,
PiClient(name: 'laptop', ip: '127.0.1.4'): 96,
},
);
}
Expand Down Expand Up @@ -359,7 +358,7 @@ OverTimeData _overTimeDataFromJson() {
"1588227900": 250,
"1588228500": 40,
"1588229100": 745,
"1588229700": 1151,
"1588229700": 851,
"1588230300": 210,
"1588230900": 229,
"1588231500": 243,
Expand Down Expand Up @@ -501,17 +500,17 @@ OverTimeData _overTimeDataFromJson() {
"1588227300": 0,
"1588227900": 0,
"1588228500": 0,
"1588229100": 0,
"1588229700": 0,
"1588230300": 0,
"1588230900": 0,
"1588231500": 0,
"1588232100": 0,
"1588232700": 0,
"1588233300": 0,
"1588233900": 0,
"1588234500": 0,
"1588235100": 0,
"1588229100": 400,
"1588229700": 550,
"1588230300": 561,
"1588230900": 212,
"1588231500": 218,
"1588232100": 56,
"1588232700": 123,
"1588233300": 145,
"1588233900": 156,
"1588234500": 130,
"1588235100": 53,
"1588235700": 0,
"1588236300": 0,
"1588236900": 0,
Expand Down Expand Up @@ -595,3 +594,165 @@ OverTimeData _overTimeDataFromJson() {

return OverTimeData.fromJson(json);
}

OverTimeDataClients _overTimeDataClientsFromJson() {
final Map<String, Object> json = {
"clients": [
{"name": "", "ip": "127.0.1.12"},
{"name": "", "ip": "127.0.1.2"},
{"name": "hello", "ip": "127.0.1.15"},
{"name": "", "ip": "127.0.1.1"},
{"name": "", "ip": "127.0.1.17"},
{"name": "localhost", "ip": "127.0.0.1"},
{"name": "", "ip": "1.2.3.4"},
{"name": "", "ip": "127.0.1.7"},
{"name": "", "ip": "127.0.1.18"},
{"name": "", "ip": "127.0.1.6"},
{"name": "", "ip": "127.0.1.9"},
{"name": "and finally", "ip": "127.0.1.13"}
],
"over_time": {
"1590084300": [9, 90, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0],
"1590084900": [96, 73, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0],
"1590085500": [30, 49, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0],
"1590086100": [19, 58, 0, 0, 0, 0, 0, 0, 17, 0, 0, 0],
"1590086700": [86, 36, 0, 0, 0, 0, 0, 0, 17, 0, 0, 0],
"1590087300": [51, 21, 0, 4, 0, 0, 0, 0, 42, 0, 0, 0],
"1590087900": [12, 8, 0, 0, 0, 0, 0, 0, 17, 0, 0, 0],
"1590088500": [79, 37, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0],
"1590089100": [141, 124, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0],
"1590089700": [27, 27, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0],
"1590090300": [92, 38, 0, 0, 0, 0, 3, 0, 6, 0, 0, 0],
"1590090900": [94, 31, 0, 4, 0, 0, 0, 0, 1, 0, 0, 0],
"1590091500": [52, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"1590092100": [61, 39, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0],
"1590092700": [50, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"1590093300": [58, 34, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0],
"1590093900": [34, 53, 0, 0, 0, 0, 1, 0, 17, 0, 0, 0],
"1590094500": [63, 89, 0, 4, 0, 0, 0, 0, 18, 0, 0, 0],
"1590095100": [64, 50, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0],
"1590095700": [32, 84, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0],
"1590096300": [58, 74, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0],
"1590096900": [45, 42, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0],
"1590097500": [51, 50, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0],
"1590098100": [81, 7, 0, 4, 0, 0, 0, 0, 6, 0, 0, 0],
"1590098700": [38, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"1590099300": [37, 0, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0],
"1590099900": [1, 0, 0, 0, 0, 0, 0, 0, 30, 0, 0, 0],
"1590100500": [5, 0, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0],
"1590101100": [1, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0],
"1590101700": [110, 0, 0, 4, 0, 0, 0, 0, 16, 0, 0, 0],
"1590102300": [119, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0],
"1590102900": [25, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0],
"1590103500": [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"1590104100": [3, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0],
"1590104700": [3, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0],
"1590105300": [24, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0],
"1590105900": [3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"1590106500": [21, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0],
"1590107100": [0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0],
"1590107700": [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"1590108300": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"1590108900": [0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0],
"1590109500": [0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0],
"1590110100": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"1590110700": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"1590111300": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"1590111900": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"1590112500": [0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0],
"1590113100": [0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 0],
"1590113700": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"1590114300": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0],
"1590114900": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"1590115500": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
"1590116100": [0, 0, 0, 4, 0, 0, 1, 0, 1, 0, 0, 0],
"1590116700": [0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0],
"1590117300": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0],
"1590117900": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"1590118500": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"1590119100": [15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"1590119700": [2, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0],
"1590120300": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"1590120900": [1, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0],
"1590121500": [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"1590122100": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"1590122700": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"1590123300": [0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0],
"1590123900": [5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
"1590124500": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"1590125100": [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"1590125700": [1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0],
"1590126300": [0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0],
"1590126900": [4, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0],
"1590127500": [2, 0, 0, 0, 0, 0, 0, 0, 19, 0, 0, 0],
"1590128100": [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"1590128700": [15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"1590129300": [3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"1590129900": [0, 0, 0, 0, 0, 0, 0, 0, 57, 0, 0, 0],
"1590130500": [2, 0, 0, 4, 0, 0, 0, 0, 54, 0, 0, 0],
"1590131100": [1, 0, 0, 0, 0, 0, 0, 0, 81, 0, 0, 0],
"1590131700": [3, 0, 0, 0, 0, 0, 0, 0, 84, 2, 0, 0],
"1590132300": [3, 57, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0],
"1590132900": [88, 93, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0],
"1590133500": [62, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"1590134100": [48, 19, 0, 4, 0, 0, 0, 0, 4, 0, 0, 0],
"1590134700": [72, 70, 0, 0, 0, 26, 1, 0, 1, 0, 0, 0],
"1590135300": [74, 24, 0, 0, 0, 0, 0, 0, 20, 0, 0, 0],
"1590135900": [82, 31, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0],
"1590136500": [28, 14, 0, 0, 0, 0, 0, 0, 23, 0, 0, 0],
"1590137100": [15, 23, 0, 0, 0, 0, 4, 0, 6, 0, 0, 0],
"1590137700": [5, 8, 0, 4, 0, 0, 0, 0, 6, 0, 0, 0],
"1590138300": [30, 8, 0, 0, 0, 0, 0, 0, 22, 0, 0, 0],
"1590138900": [19, 14, 0, 0, 0, 0, 0, 0, 15, 0, 0, 0],
"1590139500": [75, 34, 0, 0, 0, 0, 0, 0, 21, 0, 0, 0],
"1590140100": [82, 17, 0, 0, 0, 0, 0, 0, 42, 0, 0, 0],
"1590140700": [29, 13, 0, 0, 0, 0, 2, 0, 2, 0, 0, 0],
"1590141300": [3, 12, 0, 4, 0, 0, 0, 0, 1, 0, 0, 0],
"1590141900": [5, 10, 0, 0, 0, 0, 0, 0, 42, 0, 0, 0],
"1590142500": [16, 7, 0, 0, 0, 0, 0, 0, 86, 0, 0, 0],
"1590143100": [7, 18, 0, 0, 0, 0, 0, 0, 78, 0, 0, 0],
"1590143700": [23, 3, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0],
"1590144300": [48, 0, 0, 0, 0, 0, 0, 0, 29, 0, 0, 0],
"1590144900": [30, 0, 0, 4, 0, 0, 0, 0, 5, 0, 0, 0],
"1590145500": [88, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0],
"1590146100": [56, 0, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0],
"1590146700": [69, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0],
"1590147300": [34, 0, 0, 0, 0, 0, 0, 0, 24, 0, 0, 0],
"1590147900": [25, 0, 0, 0, 0, 0, 1, 0, 53, 0, 0, 0],
"1590148500": [99, 0, 0, 4, 0, 0, 0, 0, 35, 0, 0, 0],
"1590149100": [47, 0, 0, 0, 0, 0, 0, 0, 61, 0, 0, 0],
"1590149700": [10, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0],
"1590150300": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"1590150900": [32, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0],
"1590151500": [0, 81, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0],
"1590152100": [0, 62, 0, 4, 0, 0, 0, 0, 9, 0, 0, 0],
"1590152700": [0, 14, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0],
"1590153300": [0, 38, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0],
"1590153900": [0, 41, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0],
"1590154500": [0, 31, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0],
"1590155100": [0, 15, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0],
"1590155700": [0, 28, 0, 4, 0, 0, 0, 0, 5, 0, 0, 0],
"1590156300": [0, 13, 0, 0, 0, 0, 5, 0, 11, 0, 0, 0],
"1590156900": [0, 12, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0],
"1590157500": [0, 17, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0],
"1590158100": [0, 23, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0],
"1590158700": [0, 17, 0, 0, 0, 0, 1, 0, 4, 0, 0, 0],
"1590159300": [0, 38, 0, 4, 0, 0, 0, 0, 4, 0, 0, 0],
"1590159900": [0, 9, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0],
"1590160500": [0, 22, 0, 0, 0, 6, 0, 0, 2, 0, 0, 0],
"1590161100": [0, 16, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0],
"1590161700": [0, 9, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0],
"1590162300": [0, 16, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0],
"1590162900": [0, 18, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0],
"1590163500": [0, 7, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0],
"1590164100": [0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"1590164700": [0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"1590165300": [0, 7, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0],
"1590165900": [0, 12, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0],
"1590166500": [0, 28, 0, 4, 0, 0, 0, 0, 6, 0, 0, 0],
"1590167100": [0, 20, 0, 0, 0, 0, 2, 0, 5, 0, 0, 0]
}
};

return OverTimeDataClients.fromJson(json);
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ClientsOverDayTile extends StatelessWidget {
Widget build(BuildContext context) {
return Card(
child: LineChartScaffold(
title: 'Total queries over last 24 hours',
title: 'Client activity over last 24 hours',
lineChart: clientsOverTimeResult.fold<Widget>(
(failure) => CenteredFailureIndicator(failure),
(overTimeData) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutterhole/features/home/presentation/pages/summary/notifiers/pie_chart_notifier.dart';
import 'package:provider/provider.dart';
Expand Down
Loading