Skip to content

Releases: fluttercandies/ff_annotation_route

v8.0.0

09 Nov 03:00
3fbcbad

Choose a tag to compare

  • Support Flutter 2.5.0, basically with the type alias support.
    Also, drop supports below Flutter 2.5.0 .
  • Revert the required keyword extra handling since this fix has been addressed in the analyzer.
  • De-duplicate all imports.
  • Sort imports alphabetically.
  • Brought ignore_for_file front.
  • Apply trailing comma to safe/super arguments for the require_trailing_commas lint rule.
  • Support fix class names conflict.
    (Do not use the same class name in one package, they can't be exported correctly.)
  • Use constants value from core in the template.
  • Support exclude packages.

v8.0.0-dev.5

28 Sep 06:17
b9f311a

Choose a tag to compare

v8.0.0-dev.5 Pre-release
Pre-release
  • Apply trailing comma to safe arguments for the require_trailing_commas lint rule.

v8.0.0-dev.3

27 Sep 07:48
9a72442

Choose a tag to compare

v8.0.0-dev.3 Pre-release
Pre-release
  • Brought ignore_for_file front.
  • Apply trailing comma to super arguments for the require_trailing_commas lint rule.

v8.0.0-dev.2

10 Sep 12:34
c2aeefd

Choose a tag to compare

v8.0.0-dev.2 Pre-release
Pre-release
  • De-duplicate all imports.
  • Sort imports alphabetically.

v8.0.0-dev.1

09 Sep 06:23
1c97f88

Choose a tag to compare

v8.0.0-dev.1 Pre-release
Pre-release
  • Support Flutter 2.5.0, basically with the type alias support. Also drop supports below Flutter 2.5.0 .
  • Revert the required keyword extra handling since this fix has addressed in the analyzer.

v4.2.2

01 Dec 03:15
c0ee397

Choose a tag to compare

  • Add name parameter.

v3.4.2+1

14 Sep 03:09
0564fa8

Choose a tag to compare

  • Solve format issue and dependencies upgrade.

v3.4.2

14 Sep 02:24
88aab73

Choose a tag to compare

  • Consist transparent transition with showDialog.

v3.4.1

02 Sep 10:28
778fdd3

Choose a tag to compare

  • Improve optional arguments handle.