iq/pubspec.yaml

275 lines
11 KiB
YAML
Raw Permalink Normal View History

2023-09-11 12:11:35 +00:00
name: IQ
version: 1.0.0+1
publish_to: none
description: A new Flutter project.
environment:
sdk: ">=3.0.3 <4.0.0"
dependencies:
cached_network_image: ^3.2.3
carousel_slider: ^4.2.1
change_app_package_name: ^1.1.0
crypto: ^3.0.1
cupertino_icons: ^1.0.2
double_back_to_close_app: ^2.1.0
encrypt: ^5.0.1
firebase_core: ^2.3.0
firebase_messaging: ^14.1.2
fl_chart: ^0.50.1
flutter:
sdk: flutter
flutter_client_sse: ^1.0.0
flutter_form_builder: ^9.1.0
flutter_inappwebview: ^5.7.2
flutter_launcher_icons: ^0.13.1
flutter_native_splash: ^2.3.2
flutter_svg: ^1.0.3
form_builder_validators: ^9.0.0
geolocator: ^9.0.2
get: ^4.6.5
get_storage: ^2.0.3
http: ^0.13.4
internet_connection_checker: ^1.0.0+1
intl: ^0.18.0
jwt_decoder: ^2.0.1
logger: ^1.4.0
lottie: ^1.2.2
overlay_support: ^2.1.0
responsive_framework: 0.1.7
shimmer: ^2.0.0
syncfusion_flutter_charts: ^20.2.46
url_launcher: ^6.1.12
uuid: ^3.0.6
dev_dependencies:
change_app_package_name: ^1.1.0
flutter_lints: ^1.0.0
flutter_test:
sdk: flutter
flutter:
generate: true
uses-material-design: true
fonts:
- family: DefaultFont
fonts:
- asset: fonts/ReadexPro/ReadexPro-Bold.ttf
weight: 700
- asset: fonts/ReadexPro/ReadexPro-ExtraLight.ttf
weight: 200
- asset: fonts/ReadexPro/ReadexPro-Light.ttf
weight: 300
- asset: fonts/ReadexPro/ReadexPro-Medium.ttf
weight: 500
- asset: fonts/ReadexPro/ReadexPro-Regular.ttf
weight: 400
- asset: fonts/ReadexPro/ReadexPro-SemiBold.ttf
- family: MarkaziText
fonts:
- asset: fonts/MarkaziText/MarkaziText-Bold.ttf
weight: 700
- asset: fonts/MarkaziText/MarkaziText-Medium.ttf
weight: 500
- asset: fonts/MarkaziText/MarkaziText-Regular.ttf
weight: 400
- asset: fonts/MarkaziText/MarkaziText-SemiBold.ttf
weight: 600
- family: Roboto
fonts:
- asset: fonts/Roboto/Roboto-BlackItalic.ttf
weight: 900
- asset: fonts/Roboto/Roboto-Black.ttf
weight: 900
- asset: fonts/Roboto/Roboto-BoldItalic.ttf
weight: 700
- asset: fonts/Roboto/Roboto-Bold.ttf
weight: 700
- asset: fonts/Roboto/Roboto-Medium.ttf
weight: 500
- asset: fonts/Roboto/Roboto-Regular.ttf
weight: 400
- asset: fonts/Roboto/Roboto-ThinItalic.ttf
weight: 100
- asset: fonts/Roboto/Roboto-Thin.ttf
weight: 100
- asset: fonts/Roboto/Roboto-Italic.ttf
weight: 400
- asset: fonts/Roboto/Roboto-LightItalic.ttf
weight: 300
- asset: fonts/Roboto/Roboto-Light.ttf
weight: 300
- asset: fonts/Roboto/Roboto-MediumItalic.ttf
weight: 500
- family: Inter
fonts:
- asset: fonts/Inter/Inter-Black.ttf
weight: 900
- asset: fonts/Inter/Inter-Bold.ttf
weight: 700
- asset: fonts/Inter/Inter-ExtraBold.ttf
weight: 800
- asset: fonts/Inter/Inter-Regular.ttf
weight: 400
- asset: fonts/Inter/Inter-SemiBold.ttf
weight: 600
- asset: fonts/Inter/Inter-Thin.ttf
weight: 100
- asset: fonts/Inter/Inter-ExtraLight.ttf
weight: 200
- asset: fonts/Inter/Inter-Light.ttf
weight: 300
- asset: fonts/Inter/Inter-Medium.ttf
weight: 500
- family: ReadexPro
fonts:
- asset: fonts/ReadexPro/ReadexPro-Bold.ttf
weight: 700
- asset: fonts/ReadexPro/ReadexPro-ExtraLight.ttf
weight: 200
- asset: fonts/ReadexPro/ReadexPro-Light.ttf
weight: 300
- asset: fonts/ReadexPro/ReadexPro-Medium.ttf
weight: 500
- asset: fonts/ReadexPro/ReadexPro-Regular.ttf
weight: 400
- asset: fonts/ReadexPro/ReadexPro-SemiBold.ttf
assets:
- assets/
- assets/drawer icons/
- assets/home_icons/
- assets/1/
- assets/2/
- assets/app_icon/
flutter_icons:
android: "launcher_icon"
ios: true
remove_alpha_ios: true
image_path: "assets/app_icon/1.png"
adaptive_icon_background: "#7D7D7D"
flutter_native_splash:
# This package generates native code to customize Flutter's default white native splash screen
# with background color and splash image.
# Customize the parameters below, and run the following command in the terminal:
# dart run flutter_native_splash:create
# To restore Flutter's default white splash screen, run the following command in the terminal:
# dart run flutter_native_splash:remove
# color or background_image is the only required parameter. Use color to set the background
# of your splash screen to a solid color. Use background_image to set the background of your
# splash screen to a png image. This is useful for gradients. The image will be stretch to the
# size of the app. Only one parameter can be used, color and background_image cannot both be set.
color: "#533191"
# background_image: "assets/2/icon.png"
# Optional parameters are listed below. To enable a parameter, uncomment the line by removing
# the leading # character.
# The image parameter allows you to specify an image used in the splash screen. It must be a
# png file and should be sized for 4x pixel density.
image: assets/2/icon.png
# The branding property allows you to specify an image used as branding in the splash screen.
# It must be a png file. It is supported for Android, iOS and the Web. For Android 12,
# see the Android 12 section below.
# branding: assets/2/icon.png
# To position the branding image at the bottom of the screen you can use bottom, bottomRight,
# and bottomLeft. The default values is bottom if not specified or specified something else.
# branding_mode: center
# The color_dark, background_image_dark, image_dark, branding_dark are parameters that set the background
# and image when the device is in dark mode. If they are not specified, the app will use the
# parameters from above. If the image_dark parameter is specified, color_dark or
# background_image_dark must be specified. color_dark and background_image_dark cannot both be
# set.
#color_dark: "#042a49"
#background_image_dark: "assets/dark-background.png"
#image_dark: assets/splash-invert.png
#branding_dark: assets/dart_dark.png
# Android 12 handles the splash screen differently than previous versions. Please visit
# https://developer.android.com/guide/topics/ui/splash-screen
# Following are Android 12 specific parameter.
android_12:
# The image parameter sets the splash screen icon image. If this parameter is not specified,
# the app's launcher icon will be used instead.
# Please note that the splash screen will be clipped to a circle on the center of the screen.
# App icon with an icon background: This should be 960×960 pixels, and fit within a circle
# 640 pixels in diameter.
# App icon without an icon background: This should be 1152×1152 pixels, and fit within a circle
# 768 pixels in diameter.
image: assets/2/icon.png
# Splash screen background color.
color: "#533191"
# App icon background color.
#icon_background_color: "#111111"
# The branding property allows you to specify an image used as branding in the splash screen.
# branding: assets/2/icon.png
# The image_dark, color_dark, icon_background_color_dark, and branding_dark set values that
# apply when the device is in dark mode. If they are not specified, the app will use the
# parameters from above.
#image_dark: assets/android12splash-invert.png
#color_dark: "#042a49"
#icon_background_color_dark: "#eeeeee"
# The android, ios and web parameters can be used to disable generating a splash screen on a given
# platform.
android: true
ios: true
#web: false
# Platform specific images can be specified with the following parameters, which will override
# the respective parameter. You may specify all, selected, or none of these parameters:
#color_android: "#42a5f5"
#color_dark_android: "#042a49"
#color_ios: "#42a5f5"
#color_dark_ios: "#042a49"
#color_web: "#42a5f5"
#color_dark_web: "#042a49"
#image_android: assets/splash-android.png
#image_dark_android: assets/splash-invert-android.png
#image_ios: assets/splash-ios.png
#image_dark_ios: assets/splash-invert-ios.png
#image_web: assets/splash-web.gif
#image_dark_web: assets/splash-invert-web.gif
#background_image_android: "assets/background-android.png"
#background_image_dark_android: "assets/dark-background-android.png"
#background_image_ios: "assets/background-ios.png"
#background_image_dark_ios: "assets/dark-background-ios.png"
#background_image_web: "assets/background-web.png"
#background_image_dark_web: "assets/dark-background-web.png"
#branding_android: assets/brand-android.png
#branding_dark_android: assets/dart_dark-android.png
#branding_ios: assets/brand-ios.gif
#branding_dark_ios: assets/dart_dark-ios.gif
# The position of the splash image can be set with android_gravity, ios_content_mode, and
# web_image_mode parameters. All default to center.
#
# android_gravity can be one of the following Android Gravity (see
# https://developer.android.com/reference/android/view/Gravity): bottom, center,
# center_horizontal, center_vertical, clip_horizontal, clip_vertical, end, fill, fill_horizontal,
# fill_vertical, left, right, start, or top.
#android_gravity: center
#
# ios_content_mode can be one of the following iOS UIView.ContentMode (see
# https://developer.apple.com/documentation/uikit/uiview/contentmode): scaleToFill,
# scaleAspectFit, scaleAspectFill, center, top, bottom, left, right, topLeft, topRight,
# bottomLeft, or bottomRight.
#ios_content_mode: center
#
# web_image_mode can be one of the following modes: center, contain, stretch, and cover.
#web_image_mode: center
# The screen orientation can be set in Android with the android_screen_orientation parameter.
# Valid parameters can be found here:
# https://developer.android.com/guide/topics/manifest/activity-element#screen
#android_screen_orientation: sensorLandscape
# To hide the notification bar, use the fullscreen parameter. Has no effect in web since web
# has no notification bar. Defaults to false.
# NOTE: Unlike Android, iOS will not automatically show the notification bar when the app loads.
# To show the notification bar, add the following code to your Flutter app:
# WidgetsFlutterBinding.ensureInitialized();
# SystemChrome.setEnabledSystemUIMode(SystemUiMode.manual, overlays: [SystemUiOverlay.bottom, SystemUiOverlay.top], );
fullscreen: true
# If you have changed the name(s) of your info.plist file(s), you can specify the filename(s)
# with the info_plist_files parameter. Remove only the # characters in the three lines below,
# do not remove any spaces:
#info_plist_files:
# - 'ios/Runner/Info-Debug.plist'
# - 'ios/Runner/Info-Release.plist'