121 lines
3.4 KiB
YAML
121 lines
3.4 KiB
YAML
name: birzha
|
|
description: A new Flutter project.
|
|
|
|
# The following line prevents the package from being accidentally published to
|
|
# pub.dev using `pub publish`. This is preferred for private packages.
|
|
publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
|
|
|
version: 3.0.2+15
|
|
|
|
environment:
|
|
sdk: ">=2.12.0 <3.0.0"
|
|
|
|
dependencies:
|
|
flutter_svg: ^0.22.0
|
|
google_nav_bar: ^5.0.5
|
|
provider: ^6.0.2
|
|
file_picker: ^4.0.1
|
|
flag: ^5.0.1
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_localizations:
|
|
sdk: flutter
|
|
intl: ^0.17.0
|
|
shared_preferences: ^2.0.6
|
|
http: ^0.13.3
|
|
cached_network_image: ^3.0.0
|
|
flutter_html: ^2.2.1
|
|
photo_view: ^0.13.0
|
|
url_launcher: ^6.0.9
|
|
sembast: ^3.0.4
|
|
path_provider: ^2.0.4
|
|
sembast_web: ^2.0.1+1
|
|
badges: ^2.0.2
|
|
get: ^4.6.1
|
|
dio: ^4.0.0
|
|
animate_do: ^2.1.0
|
|
# flutter_screenutil: ^5.4.0+1
|
|
# The following adds the Cupertino Icons font to your application.
|
|
# Use with the CupertinoIcons class for iOS style icons.
|
|
cupertino_icons: ^1.0.2
|
|
expandable: ^5.0.1
|
|
|
|
flutter_native_splash:
|
|
color: "#42a5f5"
|
|
image: "assets/images/Logo.png"
|
|
android_gravity: center
|
|
fullscreen: true
|
|
android: true
|
|
ios: true
|
|
|
|
flutter_icons:
|
|
android: "launcher_icon"
|
|
ios: true
|
|
image_path: "assets/icon.jpg"
|
|
|
|
dev_dependencies:
|
|
flutter_native_splash: ^1.2.0
|
|
flutter_launcher_icons: ^0.9.2
|
|
|
|
# background_image: 'assets/'
|
|
flutter_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.
|
|
flutter:
|
|
generate: true
|
|
# 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/images/appBarIcon.svg
|
|
- assets/images/unauth.svg
|
|
|
|
- assets/icons/profile_screen/cart.svg
|
|
- assets/icons/profile_screen/exit.svg
|
|
- assets/icons/profile_screen/message.svg
|
|
- assets/icons/profile_screen/popup_history.svg
|
|
- assets/icons/profile_screen/profile.svg
|
|
- assets/icons/profile_screen/phone_not_verified.svg
|
|
- assets/icons/profile_screen/phone_verified.svg
|
|
|
|
# An image asset can refer to one or more resolution-specific "variants", see
|
|
# https://flutter.dev/assets-and-images/#resolution-aware.
|
|
# For details regarding adding assets from package dependencies, see
|
|
# https://flutter.dev/assets-and-images/#from-packages
|
|
# 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: SVGs_data
|
|
fonts:
|
|
- asset: assets/fonts/svgs.ttf
|
|
|
|
- family: MyFlutterApp
|
|
fonts:
|
|
- asset: assets/fonts/AppBarIcons.ttf
|
|
|
|
- family: Settings_Icons
|
|
fonts:
|
|
- asset: assets/fonts/Settings_Icons.ttf
|
|
- family: TabNavIcons
|
|
fonts:
|
|
- asset: assets/fonts/TabNavIcons.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/custom-fonts/#from-packages
|