forked from jtmuller5/flutter_fast_cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
45 lines (38 loc) · 1.16 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
name: flutter_fast_cli
description: Build Flutter Apps Faster. Generate boilerplate code for apps that require authentication, subscriptions, and more
version: 1.5.5
homepage: https://codeotr.github.io/flutter-fast-guide/
repository: https://github.com/CodeOTR/flutter_fast_cli
# flutter pub publish --dry-run
environment:
sdk: ^3.1.0
# Add regular dependencies here.
dependencies:
args: ^2.4.2
cli_util: ^0.4.0
http: ^1.0.0
io: ^1.0.4
recase: ^4.1.0
dev_dependencies:
lints: ^2.0.0
test: ^1.21.0
# https://dart.dev/tools/pub/cmd/pub-global#configuring-package-executables
executables:
fast:
# https://dart.dev/tools/pub/pubspec#screenshots
screenshots:
- description: "Flutter Fast"
path: assets/flutter-fast.png
false_secrets:
- /flutterfast/android/app/google-services.json
- /flutterfast/ios/Runner/GoogleService-Info.plist
- /flutterfast/macos/Runner/GoogleService-Info.plist
- /flutterfast_offline/android/app/google-services.json
- /flutterfast_offline/ios/Runner/GoogleService-Info.plist
- /flutterfast_offline/macos/Runner/GoogleService-Info.plist
- /flutterfast/web/index.html
topics:
- boilerplate
- cli
- flutter
- template