-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
68 lines (57 loc) · 1.72 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
# 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.1.3 <4.0.0'
dependencies:
flutter_screenutil: ^5.5.3+2
go_router: ^14.2.0
url_launcher: ^6.2.6
google_fonts: ^6.2.1
analyzer: ^6.4.1
intl: ^0.19.0
nylo_framework: ^5.30.0
pretty_dio_logger: ^1.3.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.8
supabase_flutter: ^2.5.6
two_dimensional_scrollables: 0.3.1
simple_speed_dial: ^0.1.7
easy_date_timeline: ^1.1.3
dev_dependencies:
flutter_launcher_icons: ^0.13.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: ^3.0.1
flutter_test:
sdk: flutter
# APP ICON - public/assets/app_icon/icon.png
# Build icons: "dart run flutter_launcher_icons"
flutter_launcher_icons:
android: true
ios: true
image_path: "public/assets/app_icon/icon.png"
remove_alpha_ios: true
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/
- public/assets/app_icon/
- lang/
- .env