GitClassic
Feed
Explore
Random
Go Pro
Sign in
Abbondanzo
/
Journey
Code
/
Commits
/ de712c2
Merge pull request #33 from Abbondanzo/create-entry
Support Entry creation and rendering
Peter Abbondanzo
committed on Oct 13, 2021, 04:12 AM
Showing
17
changed files
+507 additions
-79 deletions
M
flutter/android/app/src/main/AndroidManifest.xml
+3
M
flutter/ios/Runner/Info.plist
+2
M
flutter/lib/dashboard/view/dashboard_screen.dart
+13
-1
M
flutter/lib/entries/blocs/entries_bloc.dart
+9
-2
M
flutter/lib/entries/models/entry.dart
+10
-5
M
flutter/lib/entries/persistence/entry_dao.dart
+6
-6
M
flutter/lib/entries/persistence/entry_database_repository.dart
+4
-3
M
flutter/lib/entries/repositories/entry_repository.dart
+1
-1
M
flutter/lib/entries/view/add_entry_form/add_entry_form.dart
+297
-25
M
flutter/lib/entries/view/entries_list.dart
+21
-3
M
flutter/lib/intro/view/sign_up_form/sign_up_form.dart
+2
-2
M
flutter/pubspec.lock
+42
M
flutter/pubspec.yaml
+2
M
flutter/test/entries/models/entry_test.dart
+83
-19
M
flutter/test/entries/models/lat_lng_test.dart
+1
-1
M
flutter/test/entries/models/location_test.dart
+3
-4
M
flutter/test/entries/persistence/entry_dao_test.dart
+8
-7
Browse files at this commit โ