Working auth and added shared notes

This commit is contained in:
Nathan Anderson
2023-07-27 01:40:26 -06:00
parent 18aad2b3d5
commit 83393807c7
68 changed files with 2138 additions and 661 deletions
+17 -3
View File
@@ -42,6 +42,10 @@ dependencies:
json_annotation: ^4.8.0
shared_preferences: ^2.1.2
intl: ^0.18.1
markdown_widget: ^2.2.0
custom_refresh_indicator: ^2.2.1
jwt_decoder: ^2.0.1
animated_splash_screen: ^1.3.0
dev_dependencies:
flutter_test:
@@ -50,6 +54,7 @@ dev_dependencies:
build_runner: ^2.3.3
json_serializable: ^6.6.0
flutter_lints: ^2.0.0
icons_launcher: ^2.1.3
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
@@ -63,9 +68,8 @@ flutter:
uses-material-design: true
# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
assets:
- assets/
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware
@@ -92,3 +96,13 @@ flutter:
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages
icons_launcher:
image_path: "assets/app_icon.png"
platforms:
android:
enable: true
adaptive_background_color: "#A188A6"
adaptive_foreground_image: "assets/app_icon1.png"
adaptize_round_image: "assets/app_icon_round.png"
ios:
enable: true