Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
Last Updates for the UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Shady Khalifa committed Aug 14, 2020
1 parent 9a5e820 commit 20103f4
Show file tree
Hide file tree
Showing 23 changed files with 369 additions and 306 deletions.
133 changes: 17 additions & 116 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ Future main() async {
Future _setup() async {
await configureDependencies(environment: prod);
Intl.defaultLocale = 'en_US';

// other pre-start setup goes here
}
4 changes: 4 additions & 0 deletions lib/router/router.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ export 'router.gr.dart';
AdaptiveRoute(page: BountyScreen),
AdaptiveRoute(page: CreateBountyScreen),
AdaptiveRoute(page: SubmitForBountyScreen),
AdaptiveRoute(
page: LoggerScreen,
maintainState: true,
),
],
generateNavigationHelperExtension: false,
)
Expand Down
10 changes: 10 additions & 0 deletions lib/router/router.gr.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 20103f4

Please sign in to comment.