Skip to content

Releases: haolun1996/baseX

0.1.6

11 Aug 04:36
Compare
Choose a tag to compare
  • Remove
    • Remove all firebase related

0.1.5

31 Jul 08:02
Compare
Choose a tag to compare

0.1.4

31 Jul 05:13
Compare
Choose a tag to compare

0.1.3

28 Jun 04:16
Compare
Choose a tag to compare

0.1.2

06 Jun 04:46
Compare
Choose a tag to compare

0.1.1

01 Jun 07:34
Compare
Choose a tag to compare

0.1.0

31 May 03:50
Compare
Choose a tag to compare

Pump version to v0.1.0 as follow Semantic Versioning with MAJOR.MINOR.PATCH
- MAJOR - Breaking change / restructure
- MINOR - New feature / component
- PATCH - Small Request / bug fix on existing feature or component

  • New
    • Skeleton Widget named as XSkeleton for round / square / ascpectratio
    • Image Widget named as XcachedImage
      • error / placeholder / image builder
      • with skeleton when loading (optional)
    • Added none enum value to Position for hiding envBar
    • Added className param on x_logger class in warning / info / success / error method
  • Changes
    • put kDebugMode to print
    • bool hasDrawer and hasFloatingButton moved to BaseXController from BaseXWidget
    • Wrapped Obx on Scaffold to listen changes of hasDrawer and hasFloatingButton
    • Rename x_pretty_logger to x_logger
    • Changed FloatingActionButton to Widget in FloatingAction UI model to be more customization
  • On Going
    • Hide envBar when on nested page

0.0.5

24 May 04:24
Compare
Choose a tag to compare
  • Bug Fixes
    - throw use wrong widget parent due to expanded did'nt put to normal page view
  • Changes
    - put warning to print if did'nt remove on production

0.0.4

23 May 10:15
Compare
Choose a tag to compare
  • BaseX Scaffold Enhancement
    • Drawer and floating icon can be pass into baseX scaffold for customization
  • Stacked appbar with body(experimental)
  • New Added Model
    • Drawer Action
    • Floating Action

0.0.3

16 May 09:47
Compare
Choose a tag to compare
  • Migrate to flutter version 3.10.0
  • Clean code
  • iOS gesture slide back