mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-28 05:26:47 +00:00
91 lines
3.0 KiB
YAML
91 lines
3.0 KiB
YAML
name: InvenTree
|
|
description: InvenTree stock management
|
|
|
|
# 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: 0.1.2+6
|
|
|
|
environment:
|
|
sdk: ">=2.1.0 <3.0.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
flutter_localizations:
|
|
sdk: flutter
|
|
|
|
intl: ^0.16.1
|
|
|
|
cupertino_icons: ^0.1.3
|
|
http: ^0.12.1
|
|
cached_network_image: ^2.5.0
|
|
qr_code_scanner: ^0.3.5 # Barcode scanning
|
|
package_info: ^0.4.0 # App information introspection
|
|
device_info: ^1.0.0 # Information about the device
|
|
font_awesome_flutter: ^8.8.1 # FontAwesome icon set
|
|
flutter_speed_dial: ^1.2.5 # FAB menu elements
|
|
sentry_flutter: ^4.0.4 # Error reporting
|
|
flutter_typeahead: ^1.8.1 # Auto-complete input field
|
|
image_picker: ^0.6.6 # Select or take photos
|
|
url_launcher: ^5.7.10 # Open link in system browser
|
|
flutter_markdown: ^0.5.2 # Rendering markdown
|
|
camera:
|
|
path_provider: ^1.6.27 # Local file storage
|
|
sembast: ^2.4.9 # NoSQL data storage
|
|
one_context: ^0.5.0 # Dialogs without requiring context
|
|
path:
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_launcher_icons:
|
|
|
|
flutter_icons:
|
|
android: true
|
|
ios: true
|
|
image_path: "assets/image/icon.png"
|
|
|
|
# For information on the generic Dart part of this file, see the
|
|
# following page: https://www.dartlang.org/tools/pub/pubspec
|
|
|
|
# The following section is specific to Flutter.
|
|
flutter:
|
|
uses-material-design: true
|
|
|
|
generate: true
|
|
|
|
assets:
|
|
- assets/image/icon.png
|
|
- assets/release_notes.md
|
|
|
|
# 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: Schyler
|
|
# fonts:
|
|
# - asset: fonts/Schyler-Regular.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
|