Skip to content

Commit

Permalink
fix: Bug fix and Dependency Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Emon526 committed Oct 20, 2023
1 parent d0d6f86 commit 65213ce
Show file tree
Hide file tree
Showing 7 changed files with 103 additions and 101 deletions.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ void main() async {
Permission.notification.request();
}
});
await ApiService.apirequest();
ApiService.apirequest();
await SystemChrome.setPreferredOrientations([DeviceOrientation.portraitUp]);
await NotificationService().initNotification();
runApp(const MyApp());
Expand Down
4 changes: 3 additions & 1 deletion lib/screens/selfcheck/self_check_steps.dart
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ class _SelfCheckStepsState extends State<SelfCheckSteps> {
// finishedStepTextColor: Colors.deepOrange,
finishedStepBackgroundColor: Theme.of(context).colorScheme.secondary,
finishedStepBorderColor: Theme.of(context).colorScheme.secondary,
defaultLineColor: Theme.of(context).primaryColor,
lineStyle: LineStyle(
defaultLineColor: Theme.of(context).primaryColor,
),
// activeStepIconColor: Colors.deepOrange,
activeStepBorderColor: Theme.of(context).primaryColor,
activeStepBackgroundColor: Theme.of(context).primaryColor,
Expand Down
2 changes: 1 addition & 1 deletion macos/Flutter/GeneratedPluginRegistrant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FirebaseModelDownloaderPlugin.register(with: registry.registrar(forPlugin: "FirebaseModelDownloaderPlugin"))
FLTFirebaseStoragePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseStoragePlugin"))
FlutterLocalNotificationsPlugin.register(with: registry.registrar(forPlugin: "FlutterLocalNotificationsPlugin"))
FLTPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlusPlugin"))
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
Expand Down
Loading

0 comments on commit 65213ce

Please sign in to comment.