forked from inventree/inventree-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
72 lines (64 loc) · 2.51 KB
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
name: inventree
description: InvenTree stock management
version: 0.12.1+67
environment:
sdk: ">=2.16.0 <3.0.0"
dependencies:
adaptive_theme: ^3.2.0 # Theme management (e.g. dark mode)
audioplayers: ^3.0.1 # Play audio files
cached_network_image: ^3.2.3 # Download and cache remote images
camera: ^0.10.3 # Camera
cupertino_icons: ^1.0.3
currency_formatter: ^2.0.0
datetime_picker_formfield: ^2.0.1 # Date / time picker
device_info_plus: ^8.2.2 # Information about the device
dropdown_search: ^5.0.6 # Dropdown autocomplete form fields
file_picker: ^5.2.11 # Select files from the device
flutter:
sdk: flutter
flutter_cache_manager: ^3.3.0
flutter_localizations:
sdk: flutter
flutter_localized_locales: ^2.0.4
flutter_markdown: ^0.6.13+1 # Rendering markdown
flutter_overlay_loader: ^2.0.0 # Overlay screen support
flutter_speed_dial: ^6.2.0 # Speed dial / FAB implementation
font_awesome_flutter: ^10.3.0 # FontAwesome icon set
http: ^0.13.5
image_picker: ^0.8.7+4 # Select or take photos
infinite_scroll_pagination: ^3.2.0 # Let the server do all the work!
intl: ^0.17.0
one_context: ^2.1.0 # Dialogs without requiring context
open_filex: ^4.3.2 # Open local files
package_info_plus: ^3.0.2 # App information introspection
path: ^1.8.2
path_provider: ^2.0.12 # Local file storage
qr_code_scanner: ^1.0.1 # Barcode scanning
sembast: ^3.4.0+6 # NoSQL data storage
sentry_flutter: ^7.5.0 # Error reporting
url_launcher: ^6.1.10 # Open link in system browser
zebra_datawedge: ^0.1.3
dev_dependencies:
flutter_launcher_icons: ^0.11.0
flutter_test:
sdk: flutter
lint: ^2.0.1
test: ^1.22.0
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/image/logo_transparent.png
- assets/release_notes.md
- assets/credits.md
- assets/sounds/barcode_scan.mp3
- assets/sounds/barcode_error.mp3
- assets/sounds/server_error.mp3