Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: flutter version packages and handle immutability ,nullability #716

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

berhili098
Copy link

@berhili098 berhili098 commented Jan 8, 2025

This pull request includes several changes to the flatpak/scripts and analysis_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:

  • Updated analysis_options.yaml to include a new linting configuration from package:lint/analysis_options.yaml and revised the list of errors and exclusions. Several new error rules were added, such as must_be_immutable and always_use_package_imports.

Code Formatting:

Error Handling:

  • Improved error messages in 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.

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] <[email protected]>

## 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.
@berhili098 berhili098 changed the title Bump sqlite3_flutter_libs from 0.5.27 to 0.5.28 chore: flutter version packages and handle immutability ,nullability Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant