@@ -3,22 +3,19 @@ description: Demonstrates how to use the espresso plugin.
33publish_to : ' none'
44
55environment :
6- sdk : " >=2.1.0 <3.0.0"
6+ sdk : " >=2.12.0-259.9.beta <3.0.0"
7+ flutter : " >=1.20.0"
78
89dependencies :
910 flutter :
1011 sdk : flutter
1112
12- # The following adds the Cupertino Icons font to your application.
13- # Use with the CupertinoIcons class for iOS style icons.
14- cupertino_icons : ^0.1.2
15-
1613dev_dependencies :
1714 flutter_test :
1815 sdk : flutter
1916 flutter_driver :
2017 sdk : flutter
21- pedantic : ^1.8 .0
18+ pedantic : ^1.10 .0
2219
2320 espresso :
2421 # When depending on this package from a real application you should use:
@@ -28,44 +25,5 @@ dev_dependencies:
2825 # the parent directory to use the current plugin's version.
2926 path : ../
3027
31- # For information on the generic Dart part of this file, see the
32- # following page: https://dart.dev/tools/pub/pubspec
33-
34- # The following section is specific to Flutter.
3528flutter :
36-
37- # The following line ensures that the Material Icons font is
38- # included with your application, so that you can use the icons in
39- # the material Icons class.
4029 uses-material-design : true
41-
42- # To add assets to your application, add an assets section, like this:
43- # assets:
44- # - images/a_dot_burr.jpeg
45- # - images/a_dot_ham.jpeg
46-
47- # An image asset can refer to one or more resolution-specific "variants", see
48- # https://flutter.dev/assets-and-images/#resolution-aware.
49-
50- # For details regarding adding assets from package dependencies, see
51- # https://flutter.dev/assets-and-images/#from-packages
52-
53- # To add custom fonts to your application, add a fonts section here,
54- # in this "flutter" section. Each entry in this list should have a
55- # "family" key with the font family name, and a "fonts" key with a
56- # list giving the asset and other descriptors for the font. For
57- # example:
58- # fonts:
59- # - family: Schyler
60- # fonts:
61- # - asset: fonts/Schyler-Regular.ttf
62- # - asset: fonts/Schyler-Italic.ttf
63- # style: italic
64- # - family: Trajan Pro
65- # fonts:
66- # - asset: fonts/TrajanPro.ttf
67- # - asset: fonts/TrajanPro_Bold.ttf
68- # weight: 700
69- #
70- # For details regarding fonts from package dependencies,
71- # see https://flutter.dev/custom-fonts/#from-packages
0 commit comments