103 lines
2.6 KiB
YAML
103 lines
2.6 KiB
YAML
# Official WooSignal App Template for WooCommerce
|
|
|
|
# Label StoreMax
|
|
# Version: 5.3.1
|
|
# 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: "flutter pub run nylo_framework:main appicons:build"
|
|
|
|
### 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.7.0 <3.0.0"
|
|
|
|
dependencies:
|
|
google_fonts: ^2.1.0
|
|
analyzer: ^1.5.0
|
|
intl: ^0.17.0
|
|
page_transition: ^2.0.4
|
|
nylo_framework: ^2.0.4
|
|
woosignal: ^2.2.1
|
|
flutter_stripe: ^2.0.2
|
|
wp_json_api: ^3.1.3
|
|
cached_network_image: ^3.1.0+1
|
|
package_info: ^2.0.2
|
|
money_formatter: ^0.0.3
|
|
platform_alert_dialog: ^1.0.0+2
|
|
flutter_web_browser: ^0.15.0
|
|
webview_flutter: ^2.3.1
|
|
pull_to_refresh: 2.0.0
|
|
flutter_swiper: ^1.1.6
|
|
flutter_styled_toast: ^2.0.0
|
|
animate_do: ^2.0.0
|
|
bubble_tab_indicator: ^0.1.5
|
|
status_alert: ^0.1.3
|
|
math_expressions: ^2.2.0
|
|
hexcolor: ^2.0.5
|
|
flutter_spinkit: ^5.1.0
|
|
auto_size_text: ^3.0.0
|
|
html: ^0.15.0
|
|
flutter_staggered_grid_view: ^0.4.1
|
|
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.4
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
# APP ICON
|
|
flutter_icons:
|
|
android: "launcher_icon"
|
|
ios: true
|
|
image_path: "public/assets/app_icon/appicon.png"
|
|
|
|
dependency_overrides:
|
|
intl: ^0.17.0
|
|
|
|
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/assets/images/camion.gif
|
|
- public/assets/images/credit_cards.png
|
|
- public/assets/images/shipping_icon.png
|
|
- public/assets/images/dark_powered_by_stripe.png
|
|
- public/assets/images/cash_on_delivery.jpeg
|
|
- public/assets/images/razorpay.png
|
|
- public/assets/images/paypal_logo.png
|
|
- public/assets/json/default_shipping.json
|
|
- lang/en.json
|
|
- lang/es.json
|
|
- lang/fr.json
|
|
- lang/it.json
|
|
- lang/de.json
|
|
- lang/hi.json
|
|
- lang/pt.json
|
|
- lang/zh.json
|
|
- .env
|