Commit d0dda92c authored by ayodyabanuka's avatar ayodyabanuka

create schedule screen

parent 00a24151
...@@ -44,7 +44,6 @@ class NotificationService { ...@@ -44,7 +44,6 @@ class NotificationService {
const NotificationDetails( const NotificationDetails(
android: AndroidNotificationDetails( android: AndroidNotificationDetails(
'main_channel', 'Main Channel', 'Main channel notifications', 'main_channel', 'Main Channel', 'Main channel notifications',
playSound: false,
importance: Importance.max, importance: Importance.max,
priority: Priority.max, priority: Priority.max,
icon: '@drawable/ifarm_icon_blue'), icon: '@drawable/ifarm_icon_blue'),
......
...@@ -25,7 +25,7 @@ class MyThemes { ...@@ -25,7 +25,7 @@ class MyThemes {
primaryColor: backgroundColor, primaryColor: backgroundColor,
brightness: Brightness.light, brightness: Brightness.light,
scaffoldBackgroundColor: backgroundColor, scaffoldBackgroundColor: backgroundColor,
floatingActionButtonTheme: FloatingActionButtonThemeData( floatingActionButtonTheme: const FloatingActionButtonThemeData(
backgroundColor: naviconUnselectedColor), backgroundColor: naviconUnselectedColor),
appBarTheme: appBarTheme:
const AppBarTheme(backgroundColor: backgroundColor, elevation: 0), const AppBarTheme(backgroundColor: backgroundColor, elevation: 0),
...@@ -37,7 +37,7 @@ class MyThemes { ...@@ -37,7 +37,7 @@ class MyThemes {
static final darkTheme = ThemeData( static final darkTheme = ThemeData(
primaryColor: backgroundColorDark, primaryColor: backgroundColorDark,
brightness: Brightness.dark, brightness: Brightness.dark,
floatingActionButtonTheme: FloatingActionButtonThemeData( floatingActionButtonTheme: const FloatingActionButtonThemeData(
backgroundColor: naviconUnselectedColorDark), backgroundColor: naviconUnselectedColorDark),
appBarTheme: appBarTheme:
const AppBarTheme(backgroundColor: backgroundColorDark, elevation: 0), const AppBarTheme(backgroundColor: backgroundColorDark, elevation: 0),
......
...@@ -346,7 +346,7 @@ packages: ...@@ -346,7 +346,7 @@ packages:
source: hosted source: hosted
version: "3.1.3" version: "3.1.3"
intl: intl:
dependency: transitive dependency: "direct main"
description: description:
name: intl name: intl
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
......
...@@ -36,7 +36,7 @@ dependencies: ...@@ -36,7 +36,7 @@ dependencies:
flutter_native_timezone: ^2.0.0 flutter_native_timezone: ^2.0.0
cron: ^0.5.0 cron: ^0.5.0
flutter_datetime_picker: ^1.5.1 flutter_datetime_picker: ^1.5.1
intl: ^0.15.7 intl: ^0.17.0
dev_dependencies: dev_dependencies:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment