Working auth and added shared notes
This commit is contained in:
+17
-3
@@ -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
|
||||
Reference in New Issue
Block a user