Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 582 Bytes

CHANGELOG.md

File metadata and controls

34 lines (19 loc) · 582 Bytes

[1.0.0]

  • null-safety

[0.4.0]

  • ability to skip calling load in initState by setting skipLoad to true

[0.3.4]

  • fixed a bug with calling setState when the widget is not mounted

[0.3.3]

  • fixed a bug with dart's type system throwing an exception when the loader widget had a generic type

[0.3.0]

  • load() is now called after initState and before didChangeDependencies
  • you can now use inherited widgets in load

[0.2.0]

  • added StatelessLoadingMixin

[0.1.0]

  • better readme
  • added an example

[0.0.1]

  • added LoadingMixin
  • added Loader