Releases: maRci002/proj4dart
Releases · maRci002/proj4dart
2.1.0 - nadgrids
2.0.0 - nullsafe version
- Stable null safety release.
- BREAKING CHANGE:
Projection('key')
syntax is no longer available since factory constructors cannot return null value useProjection.get('key')
instead.