Update dependencies and version to 2.2.0 with executable addition#65
Open
tegarnugroho wants to merge 3 commits intosmartnsoft:masterfrom
Open
Update dependencies and version to 2.2.0 with executable addition#65tegarnugroho wants to merge 3 commits intosmartnsoft:masterfrom
tegarnugroho wants to merge 3 commits intosmartnsoft:masterfrom
Conversation
…ec.lock for code improvements and dependency updates
…17.0 in pubspec.lock
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.
This pull request updates the package for compatibility with Flutter 3.35.7+ by upgrading the
dart_styledependency to version 3.x and making related code and test adjustments. Additionally, it simplifies generated and test code formatting for better readability and maintainability.Dependency and compatibility updates:
dart_styledependency from^2.3.0to^3.0.0inpubspec.yamlto ensure compatibility with Flutter 3.35.7+ and incremented the package version to2.2.0. [1] [2] [3]code_generator.dartto useDartFormatter.latestLanguageVersionas required bydart_style3.x.Test and generated code improvements:
dart_style3.x, primarily by collapsing multi-line collections and function signatures into single lines for conciseness. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]Changelog:
CHANGELOG.mdto document these updates and compatibility improvements.