91 lines
2.3 KiB
YAML
91 lines
2.3 KiB
YAML
name: absensi_qr
|
|
description: "Flutter Project Build Attendance App for Student"
|
|
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: ">=3.4.0 <4.0.0"
|
|
flutter: ">=3.27.0 <4.0.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_localizations:
|
|
sdk: flutter
|
|
cupertino_icons: ^1.0.8
|
|
get: ^4.7.2
|
|
logger: ^2.4.0
|
|
google_fonts: ^6.3.3
|
|
intl: ^0.20.2
|
|
flutter_screenutil: ^5.9.3
|
|
mobile_scanner: ^5.2.3
|
|
fluttertoast: ^8.2.12
|
|
http: ^1.5.0
|
|
geolocator: ^13.0.2
|
|
app_settings: ^6.1.1
|
|
geocoding: ^4.0.0
|
|
flutter_secure_storage: ^8.0.0
|
|
shared_preferences: ^2.5.3
|
|
firebase_core: ^4.4.0
|
|
firebase_messaging: ^16.1.1
|
|
flutter_local_notifications: ^17.2.2
|
|
shimmer: ^3.0.0
|
|
image_picker: ^1.2.0
|
|
fl_chart: ^0.71.0
|
|
qr_flutter: ^4.1.0
|
|
flutter_svg: ^2.2.0
|
|
lottie: ^3.3.1
|
|
url_launcher: ^6.3.2
|
|
connectivity_plus: 6.1.0
|
|
screen_brightness: ^2.1.2
|
|
internet_connection_checker: ^1.0.0
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^5.0.0
|
|
flutter_launcher_icons: ^0.14.4
|
|
|
|
flutter_launcher_icons:
|
|
android: true
|
|
ios: true
|
|
image_path: assets/icons/ic_app_blue.png
|
|
min_sdk_android: 21
|
|
remove_alpha_ios: true
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
|
|
# To add assets to your application, add an assets section, like this:
|
|
assets:
|
|
- assets/
|
|
- assets/images/
|
|
- assets/icons/
|
|
- assets/animations/
|
|
|
|
# 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
|