46 lines
1.3 KiB
YAML
46 lines
1.3 KiB
YAML
name: labs_petrushin
|
|
description: "A new Flutter project."
|
|
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|
|
|
|
|
environment:
|
|
sdk: ^3.5.2
|
|
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
json_annotation: ^4.8.1
|
|
dio: ^5.4.2+1
|
|
pretty_dio_logger: ^1.3.1
|
|
equatable: ^2.0.5
|
|
flutter_bloc: ^8.1.5
|
|
copy_with_extension_gen: ^5.0.4
|
|
# The following adds the Cupertino Icons font to your application.
|
|
# Use with the CupertinoIcons class for iOS style icons.
|
|
cupertino_icons: ^1.0.8
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
build_runner: ^2.4.9
|
|
json_serializable: ^6.7.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
|
|
# package. See that file for information about deactivating specific lint
|
|
# rules and activating additional ones.
|
|
flutter_lints: ^4.0.0
|
|
|
|
# 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
|