80 lines
2.1 KiB
YAML
80 lines
2.1 KiB
YAML
name: sampleapp
|
|
description: "A new Flutter project."
|
|
publish_to: 'none'
|
|
version: 0.1.0
|
|
|
|
environment:
|
|
sdk: ^3.7.2
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_web_plugins:
|
|
sdk: flutter
|
|
flutter_web_auth_2: ^4.1.0
|
|
http: ^1.2.2
|
|
dio: ^5.5.0+1
|
|
provider: ^6.0.5
|
|
package_info_plus: ^8.0.1
|
|
get_it: ^7.2.0
|
|
shared_preferences: ^2.0.15
|
|
barcode_scan2: ^4.2.2
|
|
syncfusion_flutter_signaturepad: ^26.2.8
|
|
path_provider: ^2.0.11
|
|
intl: any
|
|
image_picker: ^1.1.2
|
|
badges: ^3.1.2
|
|
grpc: ^4.0.0
|
|
|
|
# The following adds the Cupertino Icons font to your application.
|
|
# Use with the CupertinoIcons class for iOS style icons.
|
|
cupertino_icons: ^1.0.8
|
|
flutter_localizations:
|
|
sdk: flutter
|
|
dart_core_sdk:
|
|
hosted: https://git.reflex-platform.com/api/packages/reflex-platform/pub/
|
|
version: 1.10.0
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^5.0.0
|
|
|
|
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/
|
|
|
|
# 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: Schyler
|
|
# fonts:
|
|
# - asset: fonts/Schyler-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
|