playbook_generator 1.3.0 copy "playbook_generator: ^1.3.0" to clipboard
playbook_generator: ^1.3.0 copied to clipboard

Playbook Generator Package

1.3.0 #

Improvements #

  • Updated SDK constraint to ^3.9.0
  • Updated Flutter constraint to >=3.35.0
  • Updated analysis options to use very_good_analysis/analysis_options.10.0.0.yaml

Dependencies #

  • Updated very_good_analysis from ^9.0.0 to ^10.0.0

Infrastructure #

  • Migrated from Melos workspace to Dart workspace configuration
  • Migrated from subosito/flutter-action to jdx/mise-action in review workflow
  • Added .mise.toml for Flutter 3.35.5 version management
  • Removed melos.yaml and pubspec_overrides.yaml files
  • Added resolution: workspace to package pubspec

1.2.0 #

Dependencies #

  • analyzer: Updated from ^7.4.5 to ^8.0.0
  • build: Updated from ^2.4.1 to ^4.0.0
  • source_gen: Updated from ^2.0.0 to ^4.0.0

Improvements #

  • Migrated to analyzer 8.x API:
    • Changed import from element2.dart to element.dart
    • Updated element access patterns (ClassFragmentClassElement, TopLevelFunctionFragmentExecutableElement)
    • Replaced deprecated APIs (librarySource.uriuri, topLevelElements → specific getters like topLevelFunctions and topLevelVariables)
  • Updated SDK constraint to ^3.8.0

1.1.0 #

  • upgrade analyzer to greater than 7.4.5.

1.0.0 #

  • BREAKING CHANGE: remove needsScrollableResizing from ScenarioLayoutCompressed. Use ScenarioLayoutFill instead.
  • FEAT: can be set to find assets glob and output file name.

0.1.0 #

  • FEAT: generate Scenario with the function that has BuildContext.
  • BREAKING CHANGE: upgrade sdk with some dependencies.

0.0.6+1 #

  • CHORE: fix analyzer version.

0.0.6 #

0.0.5 #

  • BREAKING CHANGE: remove scenario thumbnail scale parameter.

0.0.4+1 #

  • upgrade dependencies

0.0.4 #

  • FIX: fix searching for generate files.

0.0.3+1 #

  • REFACTOR: generator not depended on playbook anymore. (9a46a233)

0.0.3 #

  • FEAT: remove dartx and use dart api.

0.0.2 #

  • upgrade dependencies

0.0.1 #

  • initial release.