name: gancreate1description: A new Flutter project.23# The following line prevents the package from being accidentally published to4# pub.dev using `pub publish`. This is preferred for private packages.5publish_to: 'none' # Remove this line if you wish to publish to pub.dev67# The following defines the version and build number for your application.8# A version number is three numbers separated by dots, like 1.2.439# followed by an optional build number separated by a +.10# Both the version and the builder number may be overridden in flutter11# build by specifying --build-name and --build-number, respectively.12# In Android, build-name is used as versionName while build-number used as versionCode.13# Read more about Android versioning at https://developer.android.com/studio/publish/versioning14# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.15# Read more about iOS versioning at16# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html17version: 1.0.0+11819environment:20sdk: ">=2.12.0 <3.0.0"2122dependencies:23flutter:24sdk: flutter25chewie: ^1.2.226cupertino_icons: ^1.0.227http: ^0.13.328image_picker: ^0.8.429video_player: ^2.1.1030dio: ^4.0.031flutter_widget_from_html_core: any32fwfh_webview: ^0.6.03334# dependency_overrides:35# permission_handler: ^5.1.036# plugin_platform_interface: ^2.0.03738dev_dependencies:39flutter_test:40sdk: flutter4142# For information on the generic Dart part of this file, see the43# following page: https://dart.dev/tools/pub/pubspec44# The following section is specific to Flutter.45flutter:4647# The following line ensures that the Material Icons font is48# included with your application, so that you can use the icons in49# the material Icons class.50uses-material-design: true51# To add assets to your application, add an assets section, like this:52# assets:53# - images/a_dot_burr.jpeg54# - images/a_dot_ham.jpeg55# An image asset can refer to one or more resolution-specific "variants", see56# https://flutter.dev/assets-and-images/#resolution-aware.57# For details regarding adding assets from package dependencies, see58# https://flutter.dev/assets-and-images/#from-packages59# To add custom fonts to your application, add a fonts section here,60# in this "flutter" section. Each entry in this list should have a61# "family" key with the font family name, and a "fonts" key with a62# list giving the asset and other descriptors for the font. For63# example:64# fonts:65# - family: Schyler66# fonts:67# - asset: fonts/Schyler-Regular.ttf68# - asset: fonts/Schyler-Italic.ttf69# style: italic70# - family: Trajan Pro71# fonts:72# - asset: fonts/TrajanPro.ttf73# - asset: fonts/TrajanPro_Bold.ttf74# weight: 70075#76# For details regarding fonts from package dependencies,77# see https://flutter.dev/custom-fonts/#from-packages787980