|
1 | 1 | name: particle_aa
|
2 | 2 | description: A flutter plugin project for particle aa
|
3 |
| -version: 1.3.4 |
| 3 | +version: 1.3.6 |
4 | 4 | homepage: https://particle.network
|
5 | 5 |
|
6 | 6 | environment:
|
7 |
| - sdk: '>=3.0.0 <4.0.0' |
8 |
| - flutter: ">=3.10.6" |
| 7 | + sdk: '>=3.0.0 <4.0.0' |
| 8 | + flutter: '>=3.10.6' |
9 | 9 |
|
10 | 10 | dependencies:
|
11 |
| - flutter: |
12 |
| - sdk: flutter |
13 |
| - plugin_platform_interface: ^2.1.6 |
| 11 | + flutter: |
| 12 | + sdk: flutter |
| 13 | + plugin_platform_interface: ^2.1.6 |
| 14 | + |
| 15 | + particle_auth: ^1.3.6 |
14 | 16 |
|
15 |
| - particle_auth: ^1.3.4 |
16 | 17 | # particle_auth:
|
17 | 18 | # path: ../particle-auth/
|
18 | 19 |
|
19 | 20 | dev_dependencies:
|
20 |
| - flutter_test: |
21 |
| - sdk: flutter |
22 |
| - flutter_lints: ^3.0.1 |
| 21 | + flutter_test: |
| 22 | + sdk: flutter |
| 23 | + flutter_lints: ^3.0.1 |
23 | 24 |
|
24 | 25 | # For information on the generic Dart part of this file, see the
|
25 | 26 | # following page: https://dart.dev/tools/pub/pubspec
|
26 | 27 |
|
27 | 28 | # The following section is specific to Flutter packages.
|
28 | 29 | flutter:
|
29 |
| - # This section identifies this Flutter project as a plugin project. |
30 |
| - # The 'pluginClass' specifies the class (in Java, Kotlin, Swift, Objective-C, etc.) |
31 |
| - # which should be registered in the plugin registry. This is required for |
32 |
| - # using method channels. |
33 |
| - # The Android 'package' specifies package in which the registered class is. |
34 |
| - # This is required for using method channels on Android. |
35 |
| - # The 'ffiPlugin' specifies that native code should be built and bundled. |
36 |
| - # This is required for using `dart:ffi`. |
37 |
| - # All these are used by the tooling to maintain consistency when |
38 |
| - # adding or updating assets for this project. |
39 |
| - plugin: |
40 |
| - platforms: |
41 |
| - android: |
42 |
| - package: network.particle.aa_plugin.particle_aa |
43 |
| - pluginClass: ParticleAAPlugin |
44 |
| - ios: |
45 |
| - pluginClass: ParticleAAPlugin |
| 30 | + # This section identifies this Flutter project as a plugin project. |
| 31 | + # The 'pluginClass' specifies the class (in Java, Kotlin, Swift, Objective-C, etc.) |
| 32 | + # which should be registered in the plugin registry. This is required for |
| 33 | + # using method channels. |
| 34 | + # The Android 'package' specifies package in which the registered class is. |
| 35 | + # This is required for using method channels on Android. |
| 36 | + # The 'ffiPlugin' specifies that native code should be built and bundled. |
| 37 | + # This is required for using `dart:ffi`. |
| 38 | + # All these are used by the tooling to maintain consistency when |
| 39 | + # adding or updating assets for this project. |
| 40 | + plugin: |
| 41 | + platforms: |
| 42 | + android: |
| 43 | + package: network.particle.aa_plugin.particle_aa |
| 44 | + pluginClass: ParticleAAPlugin |
| 45 | + ios: |
| 46 | + pluginClass: ParticleAAPlugin |
46 | 47 |
|
47 |
| - # To add assets to your plugin package, add an assets section, like this: |
48 |
| - # assets: |
49 |
| - # - images/a_dot_burr.jpeg |
50 |
| - # - images/a_dot_ham.jpeg |
51 |
| - # |
52 |
| - # For details regarding assets in packages, see |
53 |
| - # https://flutter.dev/assets-and-images/#from-packages |
54 |
| - # |
55 |
| - # An image asset can refer to one or more resolution-specific "variants", see |
56 |
| - # https://flutter.dev/assets-and-images/#resolution-aware |
| 48 | + # To add assets to your plugin package, add an assets section, like this: |
| 49 | + # assets: |
| 50 | + # - images/a_dot_burr.jpeg |
| 51 | + # - images/a_dot_ham.jpeg |
| 52 | + # |
| 53 | + # For details regarding assets in packages, see |
| 54 | + # https://flutter.dev/assets-and-images/#from-packages |
| 55 | + # |
| 56 | + # An image asset can refer to one or more resolution-specific "variants", see |
| 57 | + # https://flutter.dev/assets-and-images/#resolution-aware |
57 | 58 |
|
58 |
| - # To add custom fonts to your plugin package, add a fonts section here, |
59 |
| - # in this "flutter" section. Each entry in this list should have a |
60 |
| - # "family" key with the font family name, and a "fonts" key with a |
61 |
| - # list giving the asset and other descriptors for the font. For |
62 |
| - # example: |
63 |
| - # fonts: |
64 |
| - # - family: Schyler |
65 |
| - # fonts: |
66 |
| - # - asset: fonts/Schyler-Regular.ttf |
67 |
| - # - asset: fonts/Schyler-Italic.ttf |
68 |
| - # style: italic |
69 |
| - # - family: Trajan Pro |
70 |
| - # fonts: |
71 |
| - # - asset: fonts/TrajanPro.ttf |
72 |
| - # - asset: fonts/TrajanPro_Bold.ttf |
73 |
| - # weight: 700 |
74 |
| - # |
75 |
| - # For details regarding fonts in packages, see |
76 |
| - # https://flutter.dev/custom-fonts/#from-packages |
| 59 | + # To add custom fonts to your plugin package, add a fonts section here, |
| 60 | + # in this "flutter" section. Each entry in this list should have a |
| 61 | + # "family" key with the font family name, and a "fonts" key with a |
| 62 | + # list giving the asset and other descriptors for the font. For |
| 63 | + # example: |
| 64 | + # fonts: |
| 65 | + # - family: Schyler |
| 66 | + # fonts: |
| 67 | + # - asset: fonts/Schyler-Regular.ttf |
| 68 | + # - asset: fonts/Schyler-Italic.ttf |
| 69 | + # style: italic |
| 70 | + # - family: Trajan Pro |
| 71 | + # fonts: |
| 72 | + # - asset: fonts/TrajanPro.ttf |
| 73 | + # - asset: fonts/TrajanPro_Bold.ttf |
| 74 | + # weight: 700 |
| 75 | + # |
| 76 | + # For details regarding fonts in packages, see |
| 77 | + # https://flutter.dev/custom-fonts/#from-packages |
0 commit comments