104 lines
2.8 KiB
YAML
104 lines
2.8 KiB
YAML
name: novyronst
|
|
description: "A new Flutter project."
|
|
# The following line prevents the package from being accidentally published to
|
|
# pub.dev using `flutter pub publish`. This is preferred for private packages.
|
|
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: ^3.11.5
|
|
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
# The following adds the Cupertino Icons font to your application.
|
|
# Use with the CupertinoIcons class for iOS style icons.
|
|
cupertino_icons: ^1.0.8
|
|
|
|
get: ^4.7.2
|
|
flutter_screenutil: ^5.9.3
|
|
get_storage: ^2.1.1
|
|
package_info_plus: ^8.3.0
|
|
device_info_plus: ^11.5.0
|
|
|
|
dio: ^5.9.2
|
|
shared_preferences: ^2.5.3
|
|
flutter_smart_dialog: ^5.1.0
|
|
flutter_secure_storage: ^9.2.4
|
|
android_id: ^0.5.1
|
|
logger: ^2.5.0
|
|
|
|
video_player: ^2.10.0
|
|
easy_refresh: ^3.4.0
|
|
webview_flutter: ^4.13.0
|
|
url_launcher: ^6.3.2
|
|
|
|
|
|
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
flutter_lints: ^6.0.0
|
|
talker_flutter: ^5.0.2
|
|
|
|
# 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
|
|
|
|
# To add assets to your application, add an assets section, like this:
|
|
assets:
|
|
- assets/main/
|
|
- assets/imgs/
|
|
- assets/other/
|
|
# - images/a_dot_ham.jpeg
|
|
|
|
# An image asset can refer to one or more resolution-specific "variants", see
|
|
# https://flutter.dev/to/resolution-aware-images
|
|
|
|
# For details regarding adding assets from package dependencies, see
|
|
# https://flutter.dev/to/asset-from-package
|
|
|
|
# To add custom fonts to your application, add a fonts section here,
|
|
# in this "flutter" section. Each entry in this list should have a
|
|
# "family" key with the font family name, and a "fonts" key with a
|
|
# list giving the asset and other descriptors for the font. For
|
|
# example:
|
|
fonts:
|
|
- family: 'Montserrat-Black'
|
|
fonts:
|
|
- asset: assets/fonts/Montserrat-Black.ttf
|
|
|
|
- family: 'Montserrat-Bold'
|
|
fonts:
|
|
- asset: assets/fonts/Montserrat-Bold.ttf
|
|
|
|
- family: 'Montserrat-Medium'
|
|
fonts:
|
|
- asset: assets/fonts/Montserrat-Medium.ttf
|
|
|
|
- family: 'Montserrat-Regular'
|
|
fonts:
|
|
- asset: assets/fonts/Montserrat-Regular.ttf
|
|
# - asset: fonts/Schyler-Italic.ttf
|
|
# style: italic
|
|
# - family: Trajan Pro
|
|
# fonts:
|
|
# - asset: fonts/TrajanPro.ttf
|
|
# - asset: fonts/TrajanPro_Bold.ttf
|
|
# weight: 700
|
|
#
|
|
# For details regarding fonts from package dependencies,
|
|
# see https://flutter.dev/to/font-from-package
|