-
-
Notifications
You must be signed in to change notification settings - Fork 458
Migrate to NNBD #278
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
Merged
Merged
Migrate to NNBD #278
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
6ab2806
Migrate flutter_cache_manager lib to NNBD
Jjagg 0e086ec
Migrate flutter_cache_manager tests to NNBD
Jjagg 439af02
Fix oopsies
Jjagg 08b32e2
update dependencies
renefloor 232e775
Merge remote-tracking branch 'origin/develop' into nnbd
renefloor b2a1148
Make relativePath and validTill required
renefloor 0f0209f
make tests compile
renefloor f5ccd30
Fix tests and disabled one
renefloor a674f46
Fix analysis warnings
renefloor 6c1c35d
Format test and lib
renefloor ea67f1e
Removed nullability of validTill
renefloor 272d6a4
Removed one more null check
renefloor fe79974
make package publishable
renefloor 11834a1
Stable nullsafety
Jjagg ac346c0
Fix get in NonStoringObjectProvider
renefloor bf34840
Update sqflite
Jjagg dc33eaf
Set publish_to: none for example to prevent warnings
Jjagg 1815a74
Merge branch 'develop' into nnbd
renefloor ab192c6
Update version
renefloor 4eeb029
Fix #297
renefloor c6c6fb6
Test id to fix test
renefloor 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Let's drop the
-nullsafety.0
bits. We can release stable now!See https://medium.com/dartlang/preparing-the-dart-and-flutter-ecosystem-for-null-safety-e550ce72c010
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.
True, but besides null safety being stable we also make sure that this package is stable.
All tests are stil broken and @ryanheise also found a bug. So we can change
3.0.0-beta.0
, but that doesn't really help much.