Skip to content

Latest commit

 

History

History
66 lines (35 loc) · 1021 Bytes

CHANGELOG.md

File metadata and controls

66 lines (35 loc) · 1021 Bytes

[4.0.0]

  • null safety migration

[3.0.2]

  • update readme

[3.0.1]

  • update deps
  • correct doc on Readme

[3.0.0]

  • breaking change: next is now a widget builder to avoid instantiate the next screen directly
  • add fit field

[2.1.4]

  • upgrade flare_loading to fix callback not called when using the boolean field
  • upgrade flare

[2.1.3]

  • upgrade flare deps to be compatible with last flutter stable

[2.1.2]

  • fix transition builder on navigate

[2.1.1]

  • fix callbacks when only loop animation set

[2.1.0]

  • refactor finish callback with success error

[2.0.1+2]

  • fix startAnimation only not working

[2.0.1+1]

  • update deps

[2.0.1]

  • Add background color capability

[2.0.0]

  • Refactoring to use flare_loading that allow more animation capabilities

[1.1.1]

  • When endAnimation is not set, go directly to next page

[1.1.0]

  • Add until, endAnimation, width, height, alignment and transitionsBuilder capabilities.

[1.0.0]

  • initial release.