chore: flutter version packages and handle immutability ,nullability #716
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/scripts
andanalysis_options.yaml
files to improve code formatting, update linting rules, and enhance error handling. The most important changes are listed below:Linting and Analysis Updates:
analysis_options.yaml
to include a new linting configuration frompackage:lint/analysis_options.yaml
and revised the list of errors and exclusions. Several new error rules were added, such asmust_be_immutable
andalways_use_package_imports
.Code Formatting:
flatpak_packager.dart
andflatpak_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.dart
to 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.