chore: flutter version packages and handle immutability ,nullability#716
Open
berhili098 wants to merge 2 commits intowger-project:masterfrom
Open
Conversation
Bumps [sqlite3_flutter_libs](https://github.com/simolus3/sqlite3.dart) from 0.5.27 to 0.5.28. - [Release notes](https://github.com/simolus3/sqlite3.dart/releases) - [Commits](simolus3/sqlite3.dart@sqlite3_flutter_libs-0.5.27...sqlite3_flutter_libs-0.5.28) --- updated-dependencies: - dependency-name: sqlite3_flutter_libs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> ## Description (Proposed Changes) (Please try to mention in bullet points.) - - ## Link to the issue : (Add link of the issue you have proposed changes to) - Link : ## Tests Please make sure to add tests when implementing new features. ## Checklist Please check that the PR fulfills all requirements listed below by checking the relevant checkboxes (`[x]`). This will ensure a smooth and quick review process. - [ ] Set a 100 character limit in your editor/IDE to avoid white space diffs in the PR - [ ] Tests for the changes have been added (for bug fixes / features) - [ ] Added yourself to AUTHORS.md - [ ] Updated/added relevant documentation (doc comments with `///`). - [ ] Added relevant reviewers.
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 includes several changes to the
flatpak/scriptsandanalysis_options.yamlfiles to improve code formatting, update linting rules, and enhance error handling. The most important changes are listed below:Linting and Analysis Updates:
analysis_options.yamlto include a new linting configuration frompackage:lint/analysis_options.yamland revised the list of errors and exclusions. Several new error rules were added, such asmust_be_immutableandalways_use_package_imports.Code Formatting:
flatpak_packager.dartandflatpak_shared.dart, by breaking long lines and aligning code blocks for better readability. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16]Error Handling:
flatpak_packager.dartto provide clearer guidance when required arguments are missing. [1] [2]These changes collectively enhance the codebase by improving readability, enforcing stricter linting rules, and providing better error handling.