98 lines
2.3 KiB
YAML
98 lines
2.3 KiB
YAML
# Official WooSignal App Template for WooCommerce
|
|
|
|
# Label StoreMax
|
|
# Version: 6.8.0
|
|
# Author: Anthony Gordon
|
|
# Homepage: https://woosignal.com
|
|
# Documentation: https://woosignal.com/docs/app/label-storemax
|
|
|
|
### Change App Icon
|
|
# 1 Replace: public/assets/icon/appicon.png (1024px1024px icon size)
|
|
# 2 Run this command from the terminal: "dart pub run flutter_launcher_icons:main"
|
|
|
|
### Uploading the IOS/Android app
|
|
# IOS https://flutter.dev/docs/deployment/ios
|
|
# Android https://flutter.dev/docs/deployment/android
|
|
|
|
name: flutter_app
|
|
description: Label StoreMax
|
|
|
|
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: ">=2.17.0 <3.0.0"
|
|
flutter: ">=3.0.0"
|
|
|
|
dependencies:
|
|
google_fonts: ^4.0.5
|
|
analyzer: ^5.12.0
|
|
intl: ^0.18.0
|
|
nylo_framework: ^5.1.1
|
|
woosignal: ^3.6.1
|
|
wp_json_api: ^3.3.2
|
|
cached_network_image: ^3.2.3
|
|
package_info_plus: ^4.0.2
|
|
money_formatter: ^0.0.3
|
|
flutter_web_browser: ^0.17.1
|
|
webview_flutter: 3.0.4
|
|
pull_to_refresh_flutter3: 2.0.1
|
|
url_launcher: ^6.1.6
|
|
bubble_tab_indicator: ^0.1.5
|
|
status_alert: ^1.0.1
|
|
math_expressions: ^2.4.0
|
|
validated: ^2.0.0
|
|
flutter_spinkit: ^5.1.0
|
|
auto_size_text: ^3.0.0
|
|
html: ^0.15.1
|
|
flutter_widget_from_html_core: ^0.10.2
|
|
flutter_rating_bar: ^4.0.1
|
|
flutter_staggered_grid_view: ^0.6.2
|
|
flutter_swiper_view: ^1.1.8
|
|
firebase_messaging: ^14.6.4
|
|
firebase_core: ^2.14.0
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_localizations:
|
|
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.5
|
|
collection: ^1.17.1
|
|
flutter_stripe: ^9.2.2
|
|
razorpay_flutter: ^1.3.5
|
|
|
|
dependency_overrides:
|
|
http: ^1.0.0
|
|
|
|
dev_dependencies:
|
|
flutter_launcher_icons: ^0.13.1
|
|
lints: ^2.1.1
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
# APP ICON
|
|
flutter_launcher_icons:
|
|
android: true
|
|
ios: true
|
|
image_path: "public/assets/app_icon/appicon.png"
|
|
remove_alpha_ios: true
|
|
|
|
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:
|
|
- public/assets/fonts/
|
|
- public/
|
|
- public/assets/json/
|
|
- public/assets/images/
|
|
- lang/
|
|
- .env
|