Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 905 Bytes

CHANGELOG.md

File metadata and controls

42 lines (27 loc) · 905 Bytes

[1.0.3] - 2022.06.08

  • Fixed Content and Colors not displaying properly issue (#14)
  • Code refactory

[1.0.2] - 2022.05.09

  • Added nextButtonBuilder option to ConcentricPageView
  • Global code refactored
  • Added flutter_lints
  • Cleanup

[1.0.1] - 2021.05.01

  • Cleanup
  • Added github actions

[1.0.0] - 2021.05.01

  • Null-safety support
  • Fixed null check operator issue (#6)

[0.1.2] - 2020.10.27

  • Support new flutter
  • Added onPageChange and onFinish (#2)

[0.1.1] - 2020.01.28

  • Fixed ConcentricPageRoute
  • Added more examples
  • Added more screens
  • New Example style

[0.1.0] - 2019.11.16

  • Code improvements
  • Public release

[0.0.1] - 2019.11.15

  • Basic implementation