Releases: woosignal/flutter-woocommerce-app
Releases · woosignal/flutter-woocommerce-app
v6.0.0
- Migrate to Nylo 3.x
- Null safety
- Min dart version 2.17
- Refactor product detail screen
- Pubspec.yaml dependency updates
v5.8.0
- Add phone number to customer input form
- Gradle version bump
- Pubspec.yaml dependency updates
v5.7.3
- Fix builds for Flutter 2.10.2
- Fix setState for product upsells
- ext.kotlin_version version bump
v5.7.2
- Button UI loading state added
- Fix payments on Android for Stripe
- v2 embedding for Android
v5.7.1
- Refactor account order detail page
- Fix continuous loading if a user has no orders
- New styling for tabs in the account order detail page
- Small refactor to controller loading
- Handle invalid tokens on the account page
- Pubspec.yaml dependency updates
v5.7.0
- Refactor product detail page
- View HTML in description on the product detail page
- Allow upsell products to be viewed on the Product detail page (if enabled)
- Allow related products to be viewed on the Product detail page (if enabled)
- Allow product reviews to be view on the product page (if enabled)
- Flutter format in /resources
- Pubspec.yaml dependency updates
v5.6.2
- Fix null return in CheckoutShippingTypeWidget
- Add resizeToAvoidBottomInset: false to notic and compo themes
v5.6.1
- Fix bug with bottom navigation bar in Notic theme
v5.6.0
- Fix bug with banner in Mello theme
- Support new languages - Dutch (nl) and Turkish (tr)
- Refactor as per dart analysis
- Ability to add coupons
- Wishlist
- New theme "Compo"
- Analysis options added
- Code cleanup
- Pubspec.yaml dependency updates
v5.5.2
- Fix continuous loading on categories screen
- Add theme color to buttons
- Code cleanup