Skip to content

Commit 41891d4

Browse files
committed
Update .gitignore
Update README Update pubspec.yaml Prepare for v3.0.3 release
1 parent f8e9e5c commit 41891d4

File tree

4 files changed

+17
-11
lines changed

4 files changed

+17
-11
lines changed

.gitignore

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Custom
2+
local/
3+
14
# Miscellaneous
25
*.class
36
*.log
@@ -9,19 +12,15 @@
912
.history
1013
.svn/
1114

12-
# IntelliJ related
15+
# IntelliJ & VSCode related
1316
*.iml
1417
*.ipr
1518
*.iws
1619
.idea/
17-
18-
# The .vscode folder contains launch configuration and tasks you configure in
19-
# VS Code which you may wish to be included in version control, so this line
20-
# is commented out by default.
21-
#.vscode/
20+
.vscode/
2221

2322
# Flutter/Dart/Pub related
24-
**/doc/api/
23+
**/doc/
2524
.dart_tool/
2625
.flutter-plugins
2726
.flutter-plugins-dependencies
@@ -67,8 +66,6 @@ pubspec.lock
6766
**/ios/Flutter/flutter_export_environment.sh
6867
**/ios/ServiceDefinitions.json
6968
**/ios/Runner/GeneratedPluginRegistrant.*
70-
71-
# Exceptions to above rules.
7269
!**/ios/**/default.mode1v3
7370
!**/ios/**/default.mode2v3
7471
!**/ios/**/default.pbxuser

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [3.0.3] - 2021/09/12
4+
5+
* Fix bug #32 (on Github)
6+
* Update .gitignore
7+
* Update README to recommend v4
8+
39
## [3.0.2] - 2021/07/25
410

511
* Fix bug #20 (on GitHub)

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ A plugin for the [`flutter_map`](https://pub.dev/packages/flutter_map) library t
99

1010
## Installation
1111

12+
> It is now recommended to use the v4 development version instead of the latest main version, due to significant developments/improvements and breaking changes.
13+
> Where possible (ie. except in production ready versions of your app), use the pre-releases of [v4](https://github.com/JaffaKetchup/flutter_map_tile_caching/tree/v4).
14+
1215
To install this plugin, use the normal installation method:
1316

1417
```shell

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: flutter_map_tile_caching
22
description: Plugin for flutter_map to provide an easy way to cache tiles and
33
download map regions for offline use.
4-
version: 3.0.2
4+
version: 3.0.3
55
repository: https://github.com/JaffaKetchup/flutter_map_tile_caching
66
documentation: https://github.com/JaffaKetchup/flutter_map_tile_caching/blob/main/README.md
77
issue_tracker: https://github.com/JaffaKetchup/flutter_map_tile_caching/issues
@@ -14,7 +14,7 @@ dependencies:
1414
flutter:
1515
sdk: flutter
1616
background_fetch: ^1.0.0
17-
flutter_local_notifications: ^6.0.0
17+
flutter_local_notifications: ^9.1.5
1818
flutter_map: ^0.13.1
1919
http: ^0.13.3
2020
latlong2: ^0.8.0

0 commit comments

Comments
 (0)