mirror of
https://github.com/hmalik144/easy_cc_flutter.git
synced 2025-12-10 03:05:34 +00:00
10
pubspec.yaml
10
pubspec.yaml
@@ -29,15 +29,15 @@ environment:
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
dropdown_search: 5.0.0
|
||||
dropdown_search: ^5.0.3
|
||||
# utils
|
||||
toast: ^0.3.0
|
||||
validators: ^3.0.0
|
||||
lazy_evaluation: ^1.1.0
|
||||
sealed_annotations: ^1.13.0
|
||||
# stacked
|
||||
stacked: ^2.1.9
|
||||
stacked_services: ^0.8.13
|
||||
stacked: ^3.0.0
|
||||
stacked_services: ^0.9.5
|
||||
|
||||
# The following adds the Cupertino Icons font to your application.
|
||||
# Use with the CupertinoIcons class for iOS style icons.
|
||||
@@ -47,6 +47,7 @@ dependencies:
|
||||
retrofit: ^3.0.1+1
|
||||
logger: ^1.1.0
|
||||
mockito: ^5.3.2
|
||||
json_annotation: ^4.7.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
@@ -54,7 +55,7 @@ dev_dependencies:
|
||||
|
||||
retrofit_generator: '>=4.0.0 <5.0.0'
|
||||
build_runner: '>=2.2.1 <4.0.0'
|
||||
json_serializable: '>4.4.0'
|
||||
json_serializable: ^6.4.1
|
||||
# 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
|
||||
@@ -75,7 +76,6 @@ flutter:
|
||||
|
||||
# To add assets to your application, add an assets section, like this:
|
||||
assets:
|
||||
- .env
|
||||
- test/resources/
|
||||
# - images/a_dot_burr.jpeg
|
||||
# - images/a_dot_ham.jpeg
|
||||
|
||||
Reference in New Issue
Block a user