-
-
Notifications
You must be signed in to change notification settings - Fork 860
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to sound null-safety #870
Merged
Merged
Changes from 20 commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
911ca0d
Add actions/stale@v3 GitHub Action
johnpryan dfb91ef
updated to latest master version
escamoteur 49119d1
updated dependcies to compile again
escamoteur f084f2a
updated latlong import
escamoteur 98ebcff
migrated to unsound null safety
escamoteur d210359
removed .packages from repository
escamoteur 5633366
small fixes
escamoteur 0bf64bf
Update lib/src/core/point.dart
escamoteur c7d523a
Update pubspec.yaml
escamoteur 48f361e
Update lib/src/gestures/latlng_tween.dart
escamoteur d1be78e
type '_ControllerStream<LatLng?>' is not a subtype of type 'Stream<La…
tazik561 f2aaf92
changes according to review
escamoteur 2affa2c
made key nullable
escamoteur 34bf621
made rebuild nullable again
escamoteur cd6ec35
Fix polyline border drawing
Ahmed-gubara 53be3ce
corrected typo in dependency_overrides
escamoteur 8bb439c
Removed unnecessary null-checks
kengu 2b509ad
Limit number of purges in TileLayer and cancel pending on dispose
kengu 235dea9
Fix error messages in mocked classes
kengu 2ff083d
Set ready to true always (state is never null)
kengu 0145354
Merge improved fling physics into sound null-safety branch
kengu 2a71f18
Merge Added new plugin to README
kengu 622d7e8
make bounds, getBounds and getCenter null safe
kengu daf1dbb
Merge Optimize markers calculations as null safe
kengu 37e8f07
Merge Added onMapCreated callback
kengu 09b306a
Merge Add a fastReplace option to TileLayerOptions
kengu 72786e6
use http.RetryClient instead of flutter_image
josxha a1496c5
formatting
josxha 0c7462f
add change notes
josxha 45c94ea
Added example page for NetworkTileProvider
kengu d9dd158
Added dependency on null safe version 0.17.0 of package intl (would n…
kengu e72a6f0
Changed to master branch of flutter_image that is now null-safe
kengu f132c35
Change override of package flutter_image to new location in flutter p…
kengu 85146e2
Merge Add a key for markers to preserve state
kengu de5d4da
Merge remote-tracking branch 'fleaflet/issues/829-nullsafety' into is…
ThexXTURBOXx 910f701
Update git repo link
ThexXTURBOXx 079daaf
Fix typos
ThexXTURBOXx 918d65b
Sort dependencies
ThexXTURBOXx 8c36591
Reformat and improve pub score
ThexXTURBOXx c7da0c9
Upgraded to flutter_image ^4.0.1
kengu 932d6d8
Merge remote-tracking branch 'fleaflet/issues/829-nullsafety' into is…
ThexXTURBOXx 793b4f0
Reformatted files to standard settings
kengu 00fa7fb
Merge remote-tracking branch 'fleaflet/issues/829-nullsafety' into is…
ThexXTURBOXx 6023f61
Reformatted crs.dart that wasn't changed using command line
kengu a4e1b5d
Merge remote-tracking branch 'fleaflet/issues/829-nullsafety' into is…
ThexXTURBOXx 1882f32
Random Fixes Everywhere (#910)
ThexXTURBOXx 8899a7b
Merge remote-tracking branch 'fleaflet/issues/829-nullsafety' into is…
ThexXTURBOXx 252bbc4
Merge pull request #1 from ThexXTURBOXx/issues/829-nullsafety
josxha d9674b5
Merge pull request #894 from josxha/issues/829-nullsafety
kengu 8378acb
remove TODO
johnpryan 705e32c
Clarification of all options available for offline mapping (#913)
JaffaKetchup a249d23
Merge branch 'master' of github.com:fleaflet/flutter_map into issues/…
johnpryan 618bc12
Merge branch 'issues/829-nullsafety' of github.com:fleaflet/flutter_m…
johnpryan b870970
fix Group Layer Options constructor wrong nullability (#921)
tlserver 36154f4
null check regex in template()
johnpryan 863c797
Merge remote-tracking branch 'origin/issues/829-nullsafety' into issu…
johnpryan 9e6dd84
re-apply #913 into null safety branch
johnpryan c3659d9
Review comments from issues/829-nullsafety (#919)
andreandersson a86caca
dart format
johnpryan 40d3a59
make urlTemplate required, make throttleSTreamTransformerWithTrailing…
johnpryan 3ea0500
use late final where possible
johnpryan 2765f26
revert making urlTemplate non-nullable
johnpryan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig" | ||
#include "Generated.xcconfig" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig" | ||
#include "Generated.xcconfig" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This TODO could certainly get removed now