runable
This commit is contained in:
83
pubspec.yaml
83
pubspec.yaml
@@ -30,37 +30,90 @@ environment:
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
flutter_localizations:
|
||||
sdk: flutter
|
||||
|
||||
# The following adds the Cupertino Icons font to your application.
|
||||
# Use with the CupertinoIcons class for iOS style icons.
|
||||
# State Management - Riverpod 3.0
|
||||
flutter_riverpod: ^3.0.0
|
||||
riverpod_annotation: ^3.0.0
|
||||
|
||||
# Local Database
|
||||
hive_ce: ^2.6.0
|
||||
hive_ce_flutter: ^2.1.0
|
||||
|
||||
# Code Generation
|
||||
freezed_annotation: ^3.0.0
|
||||
json_annotation: ^4.9.0
|
||||
|
||||
# Network
|
||||
dio: ^5.4.3+1
|
||||
connectivity_plus: ^6.0.3
|
||||
pretty_dio_logger: ^1.3.1
|
||||
dio_cache_interceptor: ^3.5.0
|
||||
dio_cache_interceptor_hive_store: ^3.2.2
|
||||
|
||||
# UI & Design
|
||||
cached_network_image: ^3.3.1
|
||||
shimmer: ^3.0.0
|
||||
lottie: ^3.1.2
|
||||
qr_flutter: ^4.1.0
|
||||
mobile_scanner: ^5.2.3
|
||||
|
||||
# Utilities
|
||||
intl: ^0.20.0
|
||||
share_plus: ^9.0.0
|
||||
image_picker: ^1.1.2
|
||||
path_provider: ^2.1.3
|
||||
shared_preferences: ^2.2.3
|
||||
|
||||
# Icons
|
||||
cupertino_icons: ^1.0.8
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
# The "flutter_lints" package below contains a set of recommended lints to
|
||||
# encourage good coding practices. The lint set provided by the package is
|
||||
# activated in the `analysis_options.yaml` file located at the root of your
|
||||
# package. See that file for information about deactivating specific lint
|
||||
# rules and activating additional ones.
|
||||
# Code Generation
|
||||
build_runner: ^2.4.11
|
||||
riverpod_generator: ^3.0.0
|
||||
riverpod_lint: ^3.0.0
|
||||
custom_lint: ^0.8.0
|
||||
freezed: ^3.0.0
|
||||
json_serializable: ^6.8.0
|
||||
hive_ce_generator: ^1.6.0
|
||||
|
||||
# Linting
|
||||
flutter_lints: ^5.0.0
|
||||
|
||||
# Testing
|
||||
mockito: ^5.4.4
|
||||
integration_test:
|
||||
sdk: flutter
|
||||
|
||||
# For information on the generic Dart part of this file, see the
|
||||
# following page: https://dart.dev/tools/pub/pubspec
|
||||
|
||||
# The following section is specific to Flutter packages.
|
||||
flutter:
|
||||
|
||||
# The following line ensures that the Material Icons font is
|
||||
# included with your application, so that you can use the icons in
|
||||
# the material Icons class.
|
||||
uses-material-design: true
|
||||
generate: 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:
|
||||
- assets/images/
|
||||
- assets/animations/
|
||||
- assets/icons/
|
||||
|
||||
# Fonts - Using system default fonts for now
|
||||
# To add custom Roboto fonts, create fonts/ directory and add font files
|
||||
# fonts:
|
||||
# - family: Roboto
|
||||
# fonts:
|
||||
# - asset: fonts/Roboto-Regular.ttf
|
||||
# - asset: fonts/Roboto-Medium.ttf
|
||||
# weight: 500
|
||||
# - asset: fonts/Roboto-Bold.ttf
|
||||
# weight: 700
|
||||
|
||||
# An image asset can refer to one or more resolution-specific "variants", see
|
||||
# https://flutter.dev/to/resolution-aware-images
|
||||
|
||||
Reference in New Issue
Block a user