Skip to content

Conversation

Shreemanarjun
Copy link
Contributor

@Shreemanarjun Shreemanarjun commented Aug 16, 2025

[4.4.0] -

  • BREAKING CHANGE: Minimum supported Flutter version is now 3.0.0.
  • feat(core): Enhanced code formatting with a wider page width and preserved trailing commas for better readability.
  • chore: Updated various dependencies.
  • chore(deps): Updated Dart SDK constraint to >=3.9.0 <4.0.0.
  • fix(dependencies): Updated various dependencies for improved stability and compatibility.
  • fix(flutter): Fixed null safety issue in skeleton animation.
  • fix(flutter): Resolved BuildContext type issue in toast positioning.
  • fix(flutter): Added BoxConstraints to fix height issue in tooltips.
  • fix(drawer): Replaced deprecated onPopInvokedWithResult with onPopInvoked to resolve warning.
  • fix(flutter): Addressed null safety issues in viewport finding by handling potential null RenderObject.
  • chore: General code quality improvements including formatting, refactoring, and standardization of const constructors.

- update versions of multiple dependencies in pubspec.yaml and pubspec.lock
- includes intl, vector_math, flutter_lints, leak_tracker, test_api, vm_service, async, fake_async
- ensure compatibility and stability of the project
- fix animation value null safety issue in skeleton
- fix buildContext type issue in toast position
- set boxconstraints for height to fix the height issue in tooltip
- replace onPopInvokedWithResult with onPopInvoked
- change arguments of onPopInvokedWithResult from (_, __) to (_, _) to avoid linting error
- update Dart SDK version constraint to >=3.9.0 <4.0.0
♻️ refactor(extensions): improve code readability and maintainability

- Enhance code formatting for better readability across multiple extension files.
- Refactor conditional checks and expressions for conciseness.
- Standardize the use of const constructors.
- Improve code alignment.
```
- handles potential null value of RenderObject
- changes `RenderAbstractViewport.of` to `RenderAbstractViewport.maybeOf`
  - 【style】: Configure code formatter to preserve trailing commas and set page width to 260.
  - 【build】: Update Flutter SDK version to >=3.0.0.
  - 【build】: Bump package version to 4.4.0.
- add detailed release notes for version 4.4.0
- include breaking changes, features, fixes, and chores
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