234 lines
7.7 KiB
YAML
234 lines
7.7 KiB
YAML
name: gsp_app
|
|
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 used as CFBundleVersion.
|
|
# Read more about iOS versioning at
|
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
|
version: 1.1.0+3
|
|
|
|
environment:
|
|
sdk: ">=2.19.0 <3.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
|
|
|
|
# The following adds the Cupertino Icons font to your application.
|
|
# Use with the CupertinoIcons class for iOS style icons.
|
|
cupertino_icons: ^1.0.2
|
|
flutter_svg: ^1.0.3
|
|
get: ^4.6.5
|
|
image_cropper: ^3.0.1
|
|
image_picker: ^0.8.7
|
|
carousel_slider: ^4.1.1
|
|
|
|
modal_bottom_sheet: ^2.1.2
|
|
flutter_branch_sdk: any
|
|
health: any
|
|
|
|
pin_code_fields: ^7.4.0
|
|
intl: ^0.17.0
|
|
percent_indicator: ^4.2.1
|
|
vibration: ^1.7.6
|
|
audioplayers: ^1.1.1
|
|
url_launcher: ^6.1.7
|
|
fl_chart: ^0.55.2
|
|
vimeo_video_player:
|
|
get_storage: ^2.0.3
|
|
animations: ^2.0.2
|
|
lottie:
|
|
just_audio: ^0.9.30
|
|
audio_video_progress_bar:
|
|
rxdart: ^0.27.7
|
|
dropdown_button2:
|
|
connectivity_plus: ^4.0.2
|
|
local_auth: ^2.1.3
|
|
shared_preferences: ^2.0.16
|
|
internet_connection_checker: ^0.0.1+3
|
|
path_provider: ^2.0.10
|
|
event_bus: ^2.0.0
|
|
fluttertoast: ^8.1.2
|
|
http: any
|
|
permission_handler: ^10.2.0
|
|
webview_flutter: ^4.0.5
|
|
shimmer: ^2.0.0
|
|
pod_player: any
|
|
share_plus: ^6.3.1
|
|
onesignal_flutter: ^3.5.0
|
|
rounded_loading_button: ^2.1.0
|
|
flutter_html: ^3.0.0-alpha.6
|
|
skeletons: ^0.0.3
|
|
uni_links: ^0.5.1
|
|
flutter_blue_plus: ^1.12.13
|
|
bluetooth_enable_fork: ^0.1.6
|
|
transparent_image: ^2.0.1
|
|
tutorial_coach_mark: ^1.2.9
|
|
geolocator: ^9.0.2
|
|
workmanager: ^0.5.1
|
|
icdevicemanager_flutter:
|
|
# When depending on this package from a real application you should use:
|
|
# flutter_swift: ^x.y.z
|
|
# See https://dart.dev/tools/pub/dependencies#version-constraints
|
|
# The example app is bundled with the plugin so we use a path dependency on
|
|
# the parent directory to use the current plugin's version.
|
|
path: ../
|
|
story_view: ^0.14.0
|
|
flutter_countdown_timer: ^4.1.0
|
|
flutter_pdfview: ^1.3.1
|
|
photo_view: ^0.14.0
|
|
blobs: ^2.0.0
|
|
slide_countdown: ^0.6.0
|
|
go_router: ^10.0.0
|
|
rename: ^2.1.1
|
|
# image_downloader: ^0.30.0
|
|
another_flushbar: ^1.12.30
|
|
dio: ^5.3.2
|
|
flutter_custom_tabs: ^1.0.4
|
|
pedometer: ^4.0.1
|
|
syncfusion_flutter_charts: ^20.2.36
|
|
syncfusion_flutter_pdfviewer: any
|
|
flutter_cache_manager: ^3.3.1
|
|
animated_horizontal_calendar: ^0.0.3
|
|
firebase_crashlytics: any
|
|
firebase_core: ^2.4.1
|
|
firebase_analytics: any
|
|
flutter_background: ^1.2.0
|
|
package_info_plus: any
|
|
circular_countdown_timer: ^0.2.3
|
|
syncfusion_flutter_datepicker: any
|
|
# flutter_background_service: ^5.0.4
|
|
# flutter_local_notifications: any
|
|
flutter_bloc: ^8.1.2
|
|
video_player: ^2.6.1
|
|
flutter_isolate: ^2.0.2
|
|
injectable: ^1.4.1
|
|
|
|
# flutter_launcher_icons: ^0.12.0
|
|
# dependency_overrides:
|
|
# win32: '4.0.0' # Use a compatible version
|
|
|
|
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: ^1.0.0
|
|
flutter_launcher_icons: ^0.12.0
|
|
flutter_native_splash: ^2.2.4
|
|
|
|
flutter_native_splash:
|
|
android: true
|
|
ios: false
|
|
web: false
|
|
background_image: "assets/image/splash.png"
|
|
|
|
flutter_icons:
|
|
android: true
|
|
ios: false
|
|
image_path: "assets/image/android_logo.png"
|
|
|
|
# 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.
|
|
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/image/
|
|
- assets/image/profile/
|
|
- assets/image/feedback_img/
|
|
- assets/image/menuicon/
|
|
- assets/image/sidebarIcons/
|
|
- assets/image/profileIcons/
|
|
- assets/image/podcast/
|
|
- assets/image/faq/
|
|
- assets/image/feedback/
|
|
- assets/image/blog/
|
|
- assets/image/setting/
|
|
- assets/image/courses/
|
|
- assets/audio/
|
|
- assets/image/quiz_imgs/
|
|
- assets/image/mood_icons/active/
|
|
- assets/image/mood_icons/inactive/
|
|
- assets/image/badges/
|
|
- assets/image/arrows/
|
|
- assets/image/filter_leaderboard/
|
|
- assets/image/filter_leaderboard/filters/
|
|
- assets/image/filter_leaderboard/gender/
|
|
- assets/image/filter_leaderboard/date_range/
|
|
- assets/image/filter_leaderboard/group_level/
|
|
- assets/image/overview_guide/
|
|
- assets/lottie/
|
|
|
|
# An image asset can refer to one or more resolution-specific "variants", see
|
|
# https://flutter.dev/assets-and-images/#resolution-aware.
|
|
|
|
# For details regaudioplayersarding 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: Poppins
|
|
fonts:
|
|
- asset: assets/fonts/Poppins-Thin.ttf
|
|
weight: 100
|
|
- asset: assets/fonts/Poppins-ExtraLight.ttf
|
|
weight: 200
|
|
- asset: assets/fonts/Poppins-Light.ttf
|
|
weight: 300
|
|
- asset: assets/fonts/Poppins-Regular.ttf
|
|
weight: 400
|
|
- asset: assets/fonts/Poppins-Medium.ttf
|
|
weight: 500
|
|
- asset: assets/fonts/Poppins-SemiBold.ttf
|
|
weight: 600
|
|
- asset: assets/fonts/Poppins-Bold.ttf
|
|
weight: 700
|
|
- asset: assets/fonts/Poppins-ExtraBold.ttf
|
|
weight: 800
|
|
# - asset: fonts/Schyler-Italic.ttf
|
|
# style: italic
|
|
- family: SFPRO
|
|
fonts:
|
|
- asset: assets/fonts/FontsFree-Net-SFProText-Light-1.ttf
|
|
weight: 300
|
|
- asset: assets/fonts/FontsFree-Net-SFProText-Regular-1.ttf
|
|
weight: 400
|
|
- asset: assets/fonts/FontsFree-Net-SFProText-Semibold-1.ttf
|
|
weight: 500
|
|
- asset: assets/fonts/FontsFree-Net-SFProText-Heavy-1.ttf
|
|
weight: 700
|
|
#
|
|
# For details regarding fonts from package dependencies,
|
|
# see https://flutter.dev/custom-fonts/#from-packages
|