File tree Expand file tree Collapse file tree 6 files changed +9
-4
lines changed Expand file tree Collapse file tree 6 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1+ ## [ 5.6.2] - 2022-01-07
2+
3+ * Fix null return in CheckoutShippingTypeWidget
4+
15## [ 5.6.1] - 2022-01-05
26
37* Fix bug with bottom navigation bar in Notic theme
Original file line number Diff line number Diff line change 44
55# WooCommerce App: Label StoreMax
66
7- ### Label StoreMax - v5.6.1
7+ ### Label StoreMax - v5.6.2
88
99
1010[ Official WooSignal WooCommerce App] ( https://woosignal.com )
Original file line number Diff line number Diff line change 11// import 'package:firebase_core/firebase_core.dart';
22// import 'package:firebase_messaging/firebase_messaging.dart';
3+ // import 'package:flutter_app/firebase_options.dart';
34import 'package:flutter/material.dart' ;
45import 'package:flutter/services.dart' ;
56import 'package:flutter_app/bootstrap/app_helper.dart' ;
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class CheckoutShippingTypeWidget extends StatelessWidget {
2323 Widget build (BuildContext context) {
2424 bool hasDisableShipping = wooSignalApp.disableShipping == 1 ;
2525 if (hasDisableShipping == true ) {
26- return null ;
26+ return Container () ;
2727 }
2828 bool hasSelectedShippingType = checkoutSession.shippingType != null ;
2929 return CheckoutRowLine (
Original file line number Diff line number Diff line change 11# Official WooSignal App Template for WooCommerce
22
33# Label StoreMax
4- # Version: 5.6.1
4+ # Version: 5.6.2
55# Author: Anthony Gordon
66# Homepage: https://woosignal.com
77# Documentation: https://woosignal.com/docs/app/label-storemax
Original file line number Diff line number Diff line change 44
55# WooCommerce App: Label StoreMax
66
7- ### Label StoreMax - v5.6.1
7+ ### Label StoreMax - v5.6.2
88
99
1010[ Official WooSignal WooCommerce App] ( https://woosignal.com )
You can’t perform that action at this time.
0 commit comments