|
1 | 1 | name: enough_platform_widgets |
2 | 2 | description: Useful platform aware widgets to bring a Material app to Cupertino. |
3 | | -version: 0.7.4 |
| 3 | +version: 0.8.0 |
4 | 4 | homepage: https://github.com/Enough-Software/enough_platform_widgets |
5 | 5 |
|
6 | 6 | environment: |
7 | 7 | sdk: ">=2.17.0 <4.0.0" |
8 | | - flutter: ">=3.0.0" |
| 8 | + flutter: ">=3.16.0" |
9 | 9 |
|
10 | 10 | dependencies: |
11 | 11 | cupertino_stepper: ^0.2.1 |
12 | 12 | cupertino_progress_bar: ^0.2.0 |
13 | 13 | flutter: |
14 | 14 | sdk: flutter |
15 | | - flutter_platform_widgets: ^3.3.5 |
| 15 | + flutter_platform_widgets: ^6.0.2 |
16 | 16 |
|
17 | 17 | dev_dependencies: |
18 | 18 | flutter_test: |
19 | 19 | sdk: flutter |
20 | 20 |
|
21 | | -# For information on the generic Dart part of this file, see the |
22 | | -# following page: https://dart.dev/tools/pub/pubspec |
23 | | - |
24 | | -# The following section is specific to Flutter. |
25 | 21 | flutter: |
26 | | - |
27 | | - # To add assets to your package, add an assets section, like this: |
28 | | - # assets: |
29 | | - # - images/a_dot_burr.jpeg |
30 | | - # - images/a_dot_ham.jpeg |
31 | | - # |
32 | | - # For details regarding assets in packages, see |
33 | | - # https://flutter.dev/assets-and-images/#from-packages |
34 | | - # |
35 | | - # An image asset can refer to one or more resolution-specific "variants", see |
36 | | - # https://flutter.dev/assets-and-images/#resolution-aware. |
37 | | - |
38 | | - # To add custom fonts to your package, add a fonts section here, |
39 | | - # in this "flutter" section. Each entry in this list should have a |
40 | | - # "family" key with the font family name, and a "fonts" key with a |
41 | | - # list giving the asset and other descriptors for the font. For |
42 | | - # example: |
43 | | - # fonts: |
44 | | - # - family: Schyler |
45 | | - # fonts: |
46 | | - # - asset: fonts/Schyler-Regular.ttf |
47 | | - # - asset: fonts/Schyler-Italic.ttf |
48 | | - # style: italic |
49 | | - # - family: Trajan Pro |
50 | | - # fonts: |
51 | | - # - asset: fonts/TrajanPro.ttf |
52 | | - # - asset: fonts/TrajanPro_Bold.ttf |
53 | | - # weight: 700 |
54 | | - # |
55 | | - # For details regarding fonts in packages, see |
56 | | - # https://flutter.dev/custom-fonts/#from-packages |
0 commit comments