chore(deps): update dependencies and improve code formatting#44
Open
saileshbro wants to merge 4 commits intoStacked-Org:mainfrom
Open
chore(deps): update dependencies and improve code formatting#44saileshbro wants to merge 4 commits intoStacked-Org:mainfrom
saileshbro wants to merge 4 commits intoStacked-Org:mainfrom
Conversation
- Updated various dependencies in pubspec.yaml to their latest versions. - Refactored field configuration classes to use `super.name` for cleaner code. - Enhanced DartFormatter usage to specify language version 2.19.0 in multiple files. - Adjusted test cases to use async/await for better handling of asynchronous operations.
## [1.7.0](Stacked-Org/generator@v1.6.1...v1.7.0) (2025-07-08) * Bump version to 1.7.0 and update dependencies to latest versions.
…rinter - Changed the way colors and emojis are accessed in the SimpleLogPrinter class by instantiating PrettyPrinter to ensure proper null safety. - Cleaned up unnecessary whitespace in logger constants.
- Refactored the instantiation of PrettyPrinter in SimpleLogPrinter to enhance null safety and maintainability. - Improved code readability by cleaning up whitespace and formatting in logger constants. - Ensured consistent log exclusion logic with clearer conditional statements.
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.
super.namefor cleaner code.