-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
53 lines (45 loc) · 1.6 KB
/
pubspec.yaml
File metadata and controls
53 lines (45 loc) · 1.6 KB
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
name: theming_workshop
description: App used for Flutter N Friends theming workshop
version: 1.0.0
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
environment:
sdk: '>=3.0.0 <4.0.0'
flutter: '>=3.22.2'
dependencies:
# Adds the Cupertino Icons font to your application. Used by the
# CupertinoIcons class for iOS style icons, by Google flutter.dev.
# https://pub.dev/packages/cupertino_icons
cupertino_icons: ^1.0.8
# FlexSeedScheme package, by Mike Rydstrom, rydmike.com (@rydmike).
# Used by the playground app to compute and display tonal palettes.
# https://pub.dev/packages/flex_seed_scheme
flex_seed_scheme: ^3.0.0
# The Flutter SDK, by Google flutter.dev.
flutter:
sdk: flutter
# Google fonts, by Google material.io.
# https://pub.dev/packages/google_fonts
google_fonts: ^6.2.1
# Used for launching a WEB URL, by Google flutter.dev.
# https://pub.dev/packages/url_launcher
url_launcher: ^6.3.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
# # all image assets used by the program.
# assets:
# # images contains all different resolutions:
# # mdpi (1.0x), hdpi (1.5x), xhdpi (2.0x), xxhdpi (3.0x), xxxhdpi (4.0x)
# - assets/images/
# # Google fonts, font assets
# - assets/google_fonts/
#
# # Custom icon font package with only needed and used icons.
# fonts:
# - family: FlexIcons
# fonts:
# - asset: assets/fonts/FlexIcons.ttf