You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Increased speed & efficiency of `rectangleTiles` (up to 25x in some circumstances)
* Updated dependencies
* Built Example Applications
* Updated versions
Updated README
* Built Example Applications
* Added license notification to every source file
Updated CHANGELOG
Updated README
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Former-commit-id: 3d30954d46a4b306e568ed5aa36a424b70ac55b8 [formerly c155c63]
Former-commit-id: 2efe064d9594042beb2aee892901d157bef11fa8
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-7Lines changed: 14 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,23 @@
1
-
# Changelog
2
-
3
-
1. Major version releases change the first digit and signify major (breaking) API changes, with or without deprecation warnings
4
-
2. Minor version releases change the second digit and signify minor (breaking with deprecation warnings, or non-breaking) API changes or internal refactoring
5
-
3. Revision version releases change the third digit and signify bug fixes or documentation changes
1
+
# Sponsors
6
2
7
-
Many thanks to my sponsors, no matter how much or how little they donated:
3
+
Many thanks to my sponsors, no matter how much or how little they donated. Sponsorships & donations allow me to continue my projects and upgrade my hardware/setup, as well as allowing me to have some starting amount for further education and such-like.
8
4
9
5
*@tonyshkurenko
10
6
*@Mmisiek
11
7
*@huulbaek
8
+
*@andrewames
9
+
*@ozzy1873
10
+
* Anonymous Donor (via Ko-Fi, no username provided)
Copy file name to clipboardExpand all lines: README.md
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,31 @@ A plugin for ['flutter_map'](https://pub.dev/packages/flutter_map) providing adv
12
12
For the full documentation, visit [the website](https://fmtc.jaffaketchup.dev) made with GitBook. It also has information about using the example application.
13
13
Alternatively, for the API reference, look at the [auto generated 'dartdoc'](https://pub.dev/documentation/flutter_map_tile_caching/latest/flutter_map_tile_caching/flutter_map_tile_caching-library.html), which also appears as you type in your favourite IDE.
14
14
15
+
---
16
+
15
17
## Supporting Me
16
18
17
-
I'm an under-18 currently living in the UK, and I am in full-time education. I work on this project and all of my others in my spare time, and I currently have no stable income due to my age - although I aspire to work in software/mobile development in the future.
18
-
If you have any change to spare, I'd be grateful for any amount, big or small :D. Every donation gives me 'mental fuel' to continue this project, and lets me know that I'm doing a good job. I'll be happy to give you a place on the documentation website's credits, and a shoutout in every release/CHANGELOG.
19
+
I work on all of my projects in my spare time, including maintaining (along with a team) Flutter's № 1 (non-commercially maintained) mapping library 'flutter_map', bringing it back from the brink of abandonment, as well as my own plugin for it ('flutter_map_tile_caching') that extends it with advanced caching and downloading.
20
+
Additionally, I also own the Dart encoder/decoder for the QOI image format ('dqoi') - and I am slowly working on 'flutter_osrm', a wrapper for the Open Source Routing Machine.
21
+
22
+
Sponsorships & donations allow me to continue my projects and upgrade my hardware/setup, as well as allowing me to have some starting amount for further education and such-like.
23
+
And of course, a small amount will find its way into my Jaffa Cakes fund (<https://en.wikipedia.org/wiki/Jaffa_Cakes>) - why do you think my username has "Jaffa" in it?
24
+
Many thanks for any amount you can spare, it means a lot to me!
19
25
20
26
You can read more about me and what I do on my [GitHub Sponsors](https://github.com/sponsors/JaffaKetchup) page, where you can donate as well.
21
27
22
28
[](https://github.com/sponsors/JaffaKetchup)
23
29
24
30
Alternatively, if you prefer not to use GitHub Sponsors, please feel free to use my [Ko-fi](https://ko-fi.com/jaffaketchup). Note that the PayPal backend will take a small percentage amount of donations made through this method.
31
+
32
+
## (Commercial) Licensing
33
+
34
+
_I am not a lawyer, and this information is to the best of my understanding._
35
+
36
+
This project is released under GPL-v3. For more information about this license, see <https://choosealicense.com/licenses/gpl-3.0/>. Essentially, whilst you can use this code within commercial projects, they must not be proprietary/closed-source.
37
+
38
+
However, I am willing to sell alternative licenses on a case-by-case basis and on request: please read on for more information.
39
+
40
+
I learnt (and am still learning) to code with free, open-source software due to my age and therefore my lack of money, and for that reason, I believe in promoting open-source wherever possible to give equal opportunities to everybody, no matter their age or financial position. I'm not sure it's fair for commercial proprietary applications to use software made by people for free out of generosity. On the other hand, I am also trying to make a small amount of money from my projects, by donations or by selling licenses. And I recognise that commercial businesses may want to use my projects.
41
+
42
+
Therefore, if you would like a license to use this software on a closed-source application, I will be willing to sell a yearly license for a reasonable price. If this seems like what you want/need, please do not hesitate to get in touch via [[email protected]](mailto://[email protected]).
0 commit comments