|
1 | 1 | name: geocoding_ios
|
2 | 2 | description: A Flutter Geocoding plugin which provides easy geocoding and reverse-geocoding features.
|
3 |
| -version: 3.0.0 |
| 3 | +version: 3.0.1 |
4 | 4 | repository: https://github.com/baseflow/flutter-geocoding/tree/main/geocoding_ios
|
5 | 5 | issue_tracker: https://github.com/Baseflow/flutter-geocoding/issues
|
6 | 6 |
|
@@ -37,34 +37,3 @@ flutter:
|
37 | 37 | ios:
|
38 | 38 | pluginClass: GeocodingPlugin
|
39 | 39 | dartPluginClass: GeocodingIOS
|
40 |
| - |
41 |
| - # To add assets to your plugin package, add an assets section, like this: |
42 |
| - # assets: |
43 |
| - # - images/a_dot_burr.jpeg |
44 |
| - # - images/a_dot_ham.jpeg |
45 |
| - # |
46 |
| - # For details regarding assets in packages, see |
47 |
| - # https://flutter.dev/assets-and-images/#from-packages |
48 |
| - # |
49 |
| - # An image asset can refer to one or more resolution-specific "variants", see |
50 |
| - # https://flutter.dev/assets-and-images/#resolution-aware. |
51 |
| - |
52 |
| - # To add custom fonts to your plugin package, add a fonts section here, |
53 |
| - # in this "flutter" section. Each entry in this list should have a |
54 |
| - # "family" key with the font family name, and a "fonts" key with a |
55 |
| - # list giving the asset and other descriptors for the font. For |
56 |
| - # example: |
57 |
| - # fonts: |
58 |
| - # - family: Schyler |
59 |
| - # fonts: |
60 |
| - # - asset: fonts/Schyler-Regular.ttf |
61 |
| - # - asset: fonts/Schyler-Italic.ttf |
62 |
| - # style: italic |
63 |
| - # - family: Trajan Pro |
64 |
| - # fonts: |
65 |
| - # - asset: fonts/TrajanPro.ttf |
66 |
| - # - asset: fonts/TrajanPro_Bold.ttf |
67 |
| - # weight: 700 |
68 |
| - # |
69 |
| - # For details regarding fonts in packages, see |
70 |
| - # https://flutter.dev/custom-fonts/#from-packages |
0 commit comments