Commit d0dda92c authored by ayodyabanuka's avatar ayodyabanuka

create schedule screen

parent 00a24151
......@@ -44,7 +44,6 @@ class NotificationService {
const NotificationDetails(
android: AndroidNotificationDetails(
'main_channel', 'Main Channel', 'Main channel notifications',
playSound: false,
importance: Importance.max,
priority: Priority.max,
icon: '@drawable/ifarm_icon_blue'),
......
......@@ -25,7 +25,7 @@ class MyThemes {
primaryColor: backgroundColor,
brightness: Brightness.light,
scaffoldBackgroundColor: backgroundColor,
floatingActionButtonTheme: FloatingActionButtonThemeData(
floatingActionButtonTheme: const FloatingActionButtonThemeData(
backgroundColor: naviconUnselectedColor),
appBarTheme:
const AppBarTheme(backgroundColor: backgroundColor, elevation: 0),
......@@ -37,7 +37,7 @@ class MyThemes {
static final darkTheme = ThemeData(
primaryColor: backgroundColorDark,
brightness: Brightness.dark,
floatingActionButtonTheme: FloatingActionButtonThemeData(
floatingActionButtonTheme: const FloatingActionButtonThemeData(
backgroundColor: naviconUnselectedColorDark),
appBarTheme:
const AppBarTheme(backgroundColor: backgroundColorDark, elevation: 0),
......
......@@ -346,7 +346,7 @@ packages:
source: hosted
version: "3.1.3"
intl:
dependency: transitive
dependency: "direct main"
description:
name: intl
url: "https://pub.dartlang.org"
......
......@@ -36,7 +36,7 @@ dependencies:
flutter_native_timezone: ^2.0.0
cron: ^0.5.0
flutter_datetime_picker: ^1.5.1
intl: ^0.15.7
intl: ^0.17.0
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