Initial commit: Penyerahan final Source code Tugas Akhir
This commit is contained in:
185
pubspec.yaml
Normal file
185
pubspec.yaml
Normal file
@ -0,0 +1,185 @@
|
||||
name: initial_folder
|
||||
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.2.3 <4.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
|
||||
firebase_core: ^2.24.2
|
||||
cached_network_image: ^3.3.1
|
||||
carousel_slider: ^4.2.1
|
||||
connectivity_plus: ^5.0.2
|
||||
equatable: ^2.0.5
|
||||
expandable: ^5.0.1
|
||||
firebase_auth: ^4.16.0
|
||||
firebase_messaging: ^14.7.10
|
||||
flutter_cache_manager: ^3.1.2
|
||||
flutter_countdown_timer: ^4.1.0
|
||||
flutter_dotenv: ^5.2.1
|
||||
flutter_downloader: ^1.11.6
|
||||
flutter_facebook_auth: ^6.0.3
|
||||
flutter_feather_icons: ^2.0.0+1
|
||||
flutter_html: ^3.0.0-beta.2
|
||||
flutter_image_compress: ^1.1.0
|
||||
flutter_native_splash: ^2.3.9
|
||||
flutter_rating_bar: ^4.0.1
|
||||
flutter_staggered_grid_view: ^0.7.0
|
||||
flutter_svg: ^2.0.10+1
|
||||
flutter_text_viewer: ^0.0.6
|
||||
floating: ^1.1.1+1
|
||||
font_awesome_flutter: ^10.6.0
|
||||
file_saver: ^0.2.5
|
||||
get_it: ^7.6.6
|
||||
google_fonts: ^6.1.0
|
||||
google_sign_in: ^6.2.1
|
||||
http: ^1.1.2
|
||||
image_gallery_saver: ^2.0.3
|
||||
image_picker: ^1.0.7
|
||||
intl: ^0.18.0
|
||||
lite_rolling_switch: ^1.0.1
|
||||
midtrans_sdk: ^0.4.0
|
||||
open_file: ^3.3.2
|
||||
path_provider: ^2.1.2
|
||||
pdf: ^3.10.7
|
||||
permission_handler: ^11.1.0
|
||||
provider: ^6.1.1
|
||||
recase: ^4.1.0
|
||||
responsive_framework: ^1.1.1
|
||||
rxdart: ^0.27.7
|
||||
screenshot: ^2.1.0
|
||||
share_plus: ^7.2.1
|
||||
shared_preferences: ^2.2.2
|
||||
shimmer: ^3.0.0
|
||||
styled_text: ^8.1.0
|
||||
syncfusion_flutter_pdf: ^21.2.4
|
||||
url_launcher: ^6.2.3
|
||||
webview_flutter: ^4.4.0
|
||||
youtube_player_flutter: ^8.1.2
|
||||
platform: ^3.1.4
|
||||
build_web_compilers: ^4.0.8
|
||||
pusher_client: ^2.0.0
|
||||
cherry_toast: ^1.9.1
|
||||
tap_debouncer: ^2.2.0
|
||||
chewie: ^1.7.5
|
||||
video_player: ^2.2.12
|
||||
easy_pdf_viewer: ^1.0.8
|
||||
easy_image_viewer: ^1.5.0
|
||||
quill_html_editor: ^2.2.7
|
||||
qr_flutter: ^4.1.0
|
||||
|
||||
flutter_native_splash:
|
||||
color: "#f5f5f5"
|
||||
image: assets\images\VOCASIA_SPLASH.png
|
||||
# branding: assets/branding-production.png
|
||||
color_dark: "#121212"
|
||||
image_dark: assets\images\VOCASIA_SPLASH_DARK.png
|
||||
# branding_dark: assets/branding-production.png
|
||||
|
||||
android_12:
|
||||
image: assets\images\VOCASIA_SPLASH.png
|
||||
icon_background_color: "#f5f5f5"
|
||||
image_dark: assets\images\VOCASIA_SPLASH_DARK.png
|
||||
icon_background_color_dark: "#121212"
|
||||
|
||||
android: true
|
||||
ios: true
|
||||
web: false
|
||||
|
||||
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: ^2.0.0
|
||||
flutter_launcher_icons: ^0.13.1
|
||||
patrol: ^3.6.1
|
||||
|
||||
|
||||
flutter_icons:
|
||||
image_path: "assets/images/vocasia_logoAPK_new.png"
|
||||
android: true
|
||||
ios: true
|
||||
|
||||
# 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:
|
||||
# - images/a_dot_burr.jpeg
|
||||
# - images/a_dot_ham.jpeg
|
||||
|
||||
assets:
|
||||
- assets/images/
|
||||
- assets/icons/
|
||||
- assets/icons/lms/
|
||||
- assets/icons/cart_gunakan.png
|
||||
- .env
|
||||
|
||||
# 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: Montserrat
|
||||
fonts:
|
||||
- asset: assets/fonts/NotoSans-Regular.ttf
|
||||
- family: Poppins
|
||||
fonts:
|
||||
- asset: assets/fonts/Poppins-ExtraLight.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
|
Reference in New Issue
Block a user