Skip to content

Releases: extremevn/event_state_processor

v1.1.0

06 Oct 01:35

Choose a tag to compare

Updates:

  • Support flutter_bloc: ^4.0.0
  • Provide short, clear, separated base classes for both UI (screen) and logic (processor)

v1.0.0

21 Jan 07:34

Choose a tag to compare

#[0.1.0] - 2022/01/19
CHANGES:

  • Changed 'CoreScreen' Widget to 'StatefulWidget' for support:
    • Screen init, dispose callback
    • TickerProvider for animation
  • Added shortcut, util functions:
    • BuildContext quick access
    • Processor and currentState quick access
  • Added 'request call' from processor to screen for some purpose like: navigation ...

v0.1.0

29 Jul 09:14

Choose a tag to compare

#[0.1.0] - 2021/07/20
CHANGES:

  • Update flutter_bloc version to 7.0.1 for support Null Safety
  • Migrate lib & example code to support Null Safety

v0.0.2

19 Apr 03:36

Choose a tag to compare

CHANGES:

  • Fix static analysis issues
  • Update example dependency point to pub.dev

v0.0.1

22 Mar 04:37

Choose a tag to compare

1st version (available at pub.dev repo )

Features:

  • Support flutter_bloc: ^4.0.0
  • Provide short, clear, separated base classes for both UI (screen) and logic (processor)