Updates to support Dart 3.7.0 (Flutter 3.29.X)#855
Open
jwyrembelski wants to merge 7 commits intopinchbv:developfrom
Open
Updates to support Dart 3.7.0 (Flutter 3.29.X)#855jwyrembelski wants to merge 7 commits intopinchbv:developfrom
jwyrembelski wants to merge 7 commits intopinchbv:developfrom
Conversation
added 7 commits
March 7, 2025 09:19
…equal. Retreating to toString comparison in the short term.
…mple app (to get updated ios and android build files). Sadly, needed to delete the web example. Will reinstate in the future.
|
need this update |
|
This update is essential |
|
Please consider merging this pull request. I have a ton of projects using Floor that I've held back from upgrading because of it. |
|
need this,thanks everyone! |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
We've begun updating our Flutter project to use 3.29.X and find that
floorisn't compatible. Fundamentally, this is a duplicate concern as raised in New version of source_gen.I started by retreating to a version of Dart that would yield passing unit tests and found that Dart 3.2.6 (as shipped with Flutter 3.19.6) gave me what I wanted.
With this baseline in hand, I upgraded all dependencies to the latest (or nearly the latest) to support Dart 3.7.0 (as shipped with Flutter 3.29.0). Along the way, I had to drop test_cov (RIP).
After achieving passing unit tests with the updated dependencies, I attempted to run the example app and found it so outdated that I needed to replace the build files. I added macOS and Windows but removed the web implementation (temporarily?).