Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
ifarm
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TMP-2022-009
ifarm
Commits
d0dda92c
Commit
d0dda92c
authored
Nov 15, 2022
by
ayodyabanuka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
create schedule screen
parent
00a24151
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
233 additions
and
27 deletions
+233
-27
lib/AB/Screens/NavBar/FoodBucketSchedule.dart
lib/AB/Screens/NavBar/FoodBucketSchedule.dart
+229
-22
lib/AB/Utils/NotificationService.dart
lib/AB/Utils/NotificationService.dart
+0
-1
lib/AB/Utils/ThemeProvider.dart
lib/AB/Utils/ThemeProvider.dart
+2
-2
pubspec.lock
pubspec.lock
+1
-1
pubspec.yaml
pubspec.yaml
+1
-1
No files found.
lib/AB/Screens/NavBar/FoodBucketSchedule.dart
View file @
d0dda92c
This diff is collapsed.
Click to expand it.
lib/AB/Utils/NotificationService.dart
View file @
d0dda92c
...
@@ -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'
),
...
...
lib/AB/Utils/ThemeProvider.dart
View file @
d0dda92c
...
@@ -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
),
...
...
pubspec.lock
View file @
d0dda92c
...
@@ -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"
...
...
pubspec.yaml
View file @
d0dda92c
...
@@ -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.1
5.7
intl
:
^0.1
7.0
dev_dependencies
:
dev_dependencies
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment