You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
uco-mobile-poc/pubspec.yaml

161 lines
5.6 KiB
YAML

name: uco_mobile_poc
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.10.7
# 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
# 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.6.6
google_fonts: 7.0.0
hive_flutter: 1.1.0
introduction_slider: 2.0.1
flutter_custom_clippers: 2.1.0
fluttertoast: ^8.2.12
pin_code_fields: 8.0.1
# url_launcher: ^6.3.2
timer_count_down: 2.2.2
flutter_timer_countdown: ^1.0.7
flutter_zoom_drawer: 3.1.2
quickalert: 1.0.2
simple_speed_dial: 0.1.7
stylish_bottom_bar: 1.0.3
dropdown_button2: 2.3.9
flutter_contacts: ^1.1.9+2
permission_handler: 11.3.0
flutter_form_builder: 9.2.1
camera: ^0.10.5+2
flutter_camera_overlay_new: 0.0.1
flutter_svg: ^2.2.3
responsive_framework: 1.4.0
local_auth: 2.2.0
dio: 4.0.6
share_plus: ^12.0.1
string_validator: 1.0.2
country_code_picker: 3.0.0
loader_overlay: 4.0.0
getwidget: 4.0.0
flutter_rounded_date_picker: 3.0.4
calendar_date_picker2: 1.0.2
json_serializable: 6.7.1
buttons_tabbar: 1.3.8
# google_maps_flutter: 2.14.0
path_provider: 2.1.3
# image_picker: ^1.2.1
qr_flutter: ^4.1.0
mobile_scanner: ^6.0.10
screenshot: 3.0.0
# image_gallery_saver: 2.0.1
flutter_keyboard_visibility: 6.0.0
# qr_code_scanner:
# git:
# url: https://github.com/liang-notes/qr_code_scanner
# ref: enable-scan-qrcode-from-gallery
animated_toggle_switch: ^0.8.2
auto_size_text: ^3.0.0
image: ^4.2.0
connectivity_plus: ^6.0.3
get_cli: ^1.8.0
# flutter_windowmanager: ^0.2.0
device_info_plus: ^10.1.0
root_checker_plus: ^0.0.3
encrypt: ^5.0.3
pointycastle: ^3.9.1
flutter_dotenv: ^5.1.0
dev_dependencies:
flutter_test:
sdk: flutter
# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^6.0.0
# 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/
- assets/uco/
- assets/uco/icons/
- assets/uco/images/
- assets/uco/logo/
- assets/.en
# 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: Inter
fonts:
- asset: fonts/Inter-Black.ttf
- asset: fonts/Inter-Bold.ttf
- asset: fonts/Inter-ExtraBold.ttf
- asset: fonts/Inter-ExtraLight.ttf
- asset: fonts/Inter-Light.ttf
- asset: fonts/Inter-Medium.ttf
- asset: fonts/Inter-Regular.ttf
- asset: fonts/Inter-SemiBold.ttf
- asset: fonts/Inter-Thin.ttf
- family: Poppins
fonts:
- asset: fonts/Poppins-Regular.ttf
- asset: fonts/Poppins-Medium.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