Skip to content

0.1.0

Compare
Choose a tag to compare
@haolun1996 haolun1996 released this 31 May 03:50
· 57 commits to main since this release

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