|
| 1 | +## 3.0.0 |
| 2 | + |
| 3 | +- Use `web` package instead of `dart:html` to support WASM |
| 4 | +- Fix Gradle namespace |
| 5 | +- Fix use of `LaunchMode` on iOS causing errors |
| 6 | +- Fix bug that prevented Waze from opening properly |
| 7 | + |
1 | 8 | ## 2.3.0 |
2 | 9 |
|
3 | | -* Adds a `namespace` attribute to the Android build.gradle, for compatibility with Android Gradle Plugin 8.0. |
| 10 | +- Adds a `namespace` attribute to the Android build.gradle, for compatibility with Android Gradle Plugin 8.0. |
4 | 11 |
|
5 | 12 | ## 2.2.0 |
6 | 13 |
|
7 | | -* Add default label on iOS so that a pin always show up on the map |
| 14 | +- Add default label on iOS so that a pin always show up on the map |
8 | 15 |
|
9 | 16 | ## 2.1.0 |
10 | 17 |
|
11 | | -* Switch from `launch` to `launchUrl` introduced in `url_launcher` version `6.1.0` |
12 | | -* Support Android Gradle plugin 7.3.0 (thank you to [asaarnak](https://github.com/asaarnak)!) |
13 | | -* Add note about SDK version support |
| 18 | +- Switch from `launch` to `launchUrl` introduced in `url_launcher` version `6.1.0` |
| 19 | +- Support Android Gradle plugin 7.3.0 (thank you to [asaarnak](https://github.com/asaarnak)!) |
| 20 | +- Add note about SDK version support |
14 | 21 |
|
15 | 22 | ## 2.0.1 |
16 | 23 |
|
17 | | -* Fix Google Maps URLs being broken on Windows, MacOS and Linux |
18 | | -* Fix platform support not being recognized by pub |
| 24 | +- Fix Google Maps URLs being broken on Windows, MacOS and Linux |
| 25 | +- Fix platform support not being recognized by pub |
19 | 26 |
|
20 | 27 | ## 2.0.0 |
21 | 28 |
|
22 | | -* Add null-safety support (thank you to [orevial](https://github.com/orevial)!) |
| 29 | +- Add null-safety support (thank you to [orevial](https://github.com/orevial)!) |
23 | 30 |
|
24 | 31 | ## 1.2.2+2 |
25 | 32 |
|
26 | | -* Fix web support (thank you to [ATeal](https://github.com/ATeal)!) |
| 33 | +- Fix web support (thank you to [ATeal](https://github.com/ATeal)!) |
27 | 34 |
|
28 | 35 | ## 1.2.2+1 |
29 | 36 |
|
30 | | -* I dun goofed |
| 37 | +- I dun goofed |
31 | 38 |
|
32 | 39 | ## 1.2.2 |
33 | 40 |
|
34 | | -* Support other platforms |
35 | | -* Fix web support not being recognized by pub |
36 | | -* Fix formatting for pub points |
| 41 | +- Support other platforms |
| 42 | +- Fix web support not being recognized by pub |
| 43 | +- Fix formatting for pub points |
37 | 44 |
|
38 | 45 | ## 1.2.1 |
39 | 46 |
|
40 | | -* Fix bad URL escaping of queries and labels (thank you to [lenlo](https://github.com/lenlo)!) |
| 47 | +- Fix bad URL escaping of queries and labels (thank you to [lenlo](https://github.com/lenlo)!) |
41 | 48 |
|
42 | 49 | ## 1.2.0 |
43 | 50 |
|
44 | | -* Add support support for arbitrary platforms (Google Maps) |
| 51 | +- Add support support for arbitrary platforms (Google Maps) |
45 | 52 |
|
46 | 53 | ## 1.1.0 |
47 | 54 |
|
48 | | -* Add Flutter Web support (Google Maps) |
| 55 | +- Add Flutter Web support (Google Maps) |
49 | 56 |
|
50 | 57 | ## 1.0.1 |
51 | 58 |
|
52 | | -* Fix repository link |
| 59 | +- Fix repository link |
53 | 60 |
|
54 | 61 | ## 1.0.0 |
55 | 62 |
|
56 | | -* Initial release |
| 63 | +- Initial release |
0 commit comments