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.
111 lines
2.3 KiB
YAML
111 lines
2.3 KiB
YAML
name: diplomaticquarterapp
|
|
description: A new Flutter application.
|
|
|
|
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: ">=2.7.0 <3.0.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
# Localizations
|
|
flutter_localizations:
|
|
sdk: flutter
|
|
intl: ^0.16.1
|
|
|
|
|
|
# http client
|
|
http: ^0.12.1
|
|
connectivity: ^0.4.9
|
|
|
|
# State Management
|
|
provider: ^4.3.1
|
|
|
|
# Permissions
|
|
permission_handler: ^5.0.0+hotfix.3
|
|
device_info: ^0.4.2+4
|
|
|
|
# Native
|
|
flutter_device_type: ^0.2.0
|
|
local_auth: ^0.6.2+3
|
|
maps_launcher: ^1.2.1
|
|
url_launcher: ^5.5.0
|
|
shared_preferences: ^0.5.8
|
|
flutter_flexible_toast: ^0.1.4
|
|
|
|
# Progress bar
|
|
progress_hud_v2: ^2.0.0
|
|
percent_indicator: ^2.1.5
|
|
|
|
# Icons
|
|
feather_icons_flutter: any
|
|
eva_icons_flutter: any
|
|
font_awesome_flutter: any
|
|
cupertino_icons: ^0.1.3
|
|
|
|
# Image Attachments
|
|
image_picker: ^0.6.7+1
|
|
image_cropper: ^1.2.1
|
|
|
|
# UI Reqs
|
|
dotted_border: 1.0.5
|
|
expandable: ^4.1.4
|
|
hexcolor: ^1.0.1
|
|
|
|
# Notification Banner
|
|
dropdown_banner: ^1.4.0
|
|
flutter_local_notifications:
|
|
|
|
# charts
|
|
charts_flutter: ^0.9.0
|
|
|
|
# Qr code Scanner
|
|
barcode_scan: ^3.0.1
|
|
|
|
|
|
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
build_runner: any
|
|
|
|
|
|
flutter:
|
|
|
|
uses-material-design: true
|
|
|
|
# To add assets to your application, add an assets section, like this:
|
|
# assets:
|
|
# - images/a_dot_burr.jpeg
|
|
# - images/a_dot_ham.jpeg
|
|
|
|
# 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: 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/custom-fonts/#from-packages
|