increase min sdk and apply new formatter
This commit is contained in:
+5
-7
@@ -28,13 +28,11 @@ void main() async {
|
||||
),
|
||||
);
|
||||
|
||||
useOnInitialization(
|
||||
() async {
|
||||
await ref
|
||||
.read(appInitializationServiceProvider.notifier)
|
||||
.initialize();
|
||||
},
|
||||
);
|
||||
useOnInitialization(() async {
|
||||
await ref
|
||||
.read(appInitializationServiceProvider.notifier)
|
||||
.initialize();
|
||||
});
|
||||
|
||||
return DynamicColorBuilder(
|
||||
builder: (lightDynamic, darkDynamic) {
|
||||
|
||||
Reference in New Issue
Block a user