-
-
Notifications
You must be signed in to change notification settings - Fork 62
/
pubspec.yaml
67 lines (57 loc) · 1.65 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
# Nylo - Micro-framework for Flutter.
#
# Website: https://nylo.dev
# Official repository: https://github.com/nylo-core/nylo
# Author: Anthony Gordon <https://github.com/agordn52>
name: flutter_app
description: A new Nylo Flutter application.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.4.0 <4.0.0'
flutter: ">=3.24.0 <4.0.0"
dependencies:
url_launcher: ^6.2.6
google_fonts: ^6.2.1
analyzer: ^6.7.0
intl: ^0.19.0
nylo_framework: ^6.2.1
pretty_dio_logger: ^1.4.0
cupertino_icons: ^1.0.8
path_provider: ^2.1.4
flutter_local_notifications: ^18.0.1
font_awesome_flutter: ^10.8.0
scaffold_ui: ^1.1.3
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
dev_dependencies:
rename: ^3.0.2
flutter_launcher_icons: ^0.14.1
# The following line 'flutter_lints' activates a set of recommended lints for Flutter apps,
# packages, and plugins designed to encourage good coding practices.
# flutter_lints: ^5.0.0
flutter_test:
sdk: flutter
# APP ICON - public/app_icon/icon.png
# Build icons: "dart run flutter_launcher_icons"
flutter_launcher_icons:
android: true
ios: true
image_path: "public/app_icon/icon.png"
remove_alpha_ios: true
# RENAME YOUR PROJECT
# flutter pub run rename setAppName --targets ios,android --value "YourAppName"
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/fonts/
- public/images/
- public/app_icon/
- lang/
- .env