Skip to content

Latest commit

 

History

History
65 lines (46 loc) · 2.1 KB

File metadata and controls

65 lines (46 loc) · 2.1 KB

2.1.2

  • Added AI-Assisted Development section to README
  • Updated dependencies: get_it ^9.2.1, watch_it ^2.4.2, command_it ^9.5.1, listen_it ^5.3.5

2.1.1

  • watch_it: ^2.4.1 (was ^2.4.0) - Fixed allReady() returning stale value when new async singletons registered

2.1.0

Updated get_it and watch_it with improved allReady() behavior:

  • get_it: ^9.2.0 (was ^9.1.1) - allReady() now caches its Future for proper scope change detection
  • watch_it: ^2.4.0 (was ^2.3.1) - allReady() now properly detects async registrations in pushed scopes

2.0.1

Updated all dependencies to latest versions:

  • get_it: ^9.1.1 (was ^9.0.5)
  • watch_it: ^2.3.1 (was ^2.1.1)
  • command_it: ^9.4.2 (was ^9.0.2)
  • listen_it: ^5.3.4 (was ^5.3.3)

2.0.0

BREAKING CHANGE: Updated to command_it ^9.0.2 which includes breaking API changes:

  • execute()run()
  • executeWithFuture()runAsync()
  • isExecutingisRunning
  • isExecutingSyncisRunningSync
  • canExecutecanRun
  • thrownExceptionserrors
  • ifRestrictedExecuteInsteadifRestrictedRunInstead
  • whileExecutingwhileRunning (CommandBuilder)

NOTE: The old API (execute, isExecuting, etc.) is still available but deprecated. It will be removed in command_it v10.0.0.

Updated all dependencies to latest versions:

  • get_it: ^9.0.5 (was ^9.0.0)
  • watch_it: ^2.1.1 (was ^2.0.0)
  • command_it: ^9.0.2 (was ^8.0.0) BREAKING
  • listen_it: ^5.3.3 (was ^5.3.0)

See command_it v9.0.0 migration guide for detailed migration instructions.

Automated migration available: Run dart fix --apply in your project.

1.0.2

  • Add screenshot logo reference at bottom of README for pub.dev

1.0.1

  • Fix logo colors in README and screenshot
  • Use main logo from docs site in README header
  • Increase logo size for better visibility

1.0.0

  • Initial release
  • Re-exports get_it ^9.0.0
  • Re-exports watch_it ^2.0.0
  • Re-exports command_it ^8.0.0
  • Re-exports listen_it ^5.3.0
  • Provides single-import convenience for the entire flutter_it ecosystem