name: cheminova 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 # The following defines the version and build number for your application. # A version number is three numbers separated by dots, like 1.2.43 # followed by an optional build number separated by a +. # Both the version and the builder number may be overridden in flutter # build by specifying --build-name and --build-number, respectively. # In Android, build-name is used as versionName while build-number used as versionCode. # Read more about Android versioning at https://developer.android.com/studio/publish/versioning # In iOS, build-name is used as CFBundleShortVersionString while build-number is used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. version: 1.0.0+1 environment: sdk: '>=3.4.3 <4.0.0' # Dependencies specify other packages that your package needs in order to work. # To automatically upgrade your package dependencies to the latest versions # consider running `flutter pub upgrade --major-versions`. Alternatively, # dependencies can be manually updated by changing the version numbers below to # the latest version available on pub.dev. To see which dependencies have newer # versions available, run `flutter pub outdated`. dependencies: flutter: sdk: flutter table_calendar: ^3.0.0 image_picker: ^0.8.4+5 cupertino_icons: ^1.0.6 flutter_svg: ^2.0.10+1 flutter_gen: ^5.6.0 pinput: ^5.0.0 intl: ^0.17.0 dio: ^5.5.0+1 flutter_secure_storage: ^9.2.2 provider: ^6.1.2 geolocator: ^12.0.0 permission_handler: ^11.3.1 geocoding: ^3.0.0 pretty_dio_logger: ^1.3.1 csc_picker: ^0.2.7 firebase_core: ^3.3.0 firebase_messaging: ^15.0.4 flutter_local_notifications: ^17.2.1+2 firebase_crashlytics: ^4.0.4 dev_dependencies: flutter_test: sdk: flutter flutter_lints: ^3.0.0 build_runner: flutter_gen_runner: flutter: uses-material-design: true assets: - assets/ - fonts/ fonts: - family: Roboto fonts: - asset: fonts/Roboto-Black.ttf weight: 800 - asset: fonts/Roboto-Bold.ttf weight: 700 - asset: fonts/Roboto-Medium.ttf weight: 500 - asset: fonts/Roboto-Regular.ttf weight: 400 # 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