diff --git a/assets/.env b/assets/.env index 1e51537..7edc98b 100644 --- a/assets/.env +++ b/assets/.env @@ -1,6 +1,6 @@ -; BASE_URL=https://peakapi.qantra.co.zw/api +BASE_URL=https://peakapi.qantra.co.zw/api ; BASE_URL=http://192.168.100.26:6950/api -BASE_URL=http://173.212.247.232:6950/api +; BASE_URL=http://173.212.247.232:6950/api ; BASE_URL=http://10.69.5.201:6950/api ; BASE_URL=http://192.168.120.160:6950/api ; BASE_URL=http://10.10.2.92:6950/api diff --git a/lib/screens/confirm/confirm_controller.dart b/lib/screens/confirm/confirm_controller.dart index 517146b..ea7a0c5 100644 --- a/lib/screens/confirm/confirm_controller.dart +++ b/lib/screens/confirm/confirm_controller.dart @@ -86,8 +86,8 @@ class ConfirmController extends ChangeNotifier { if (context.mounted) { if(kIsWeb){ // the one we use here depends on when mpgs embedded bug will be fixed - // context.push('/gateway-web'); - context.push('/gateway-redirect'); + context.push('/gateway-web'); + // context.push('/gateway-redirect'); }else { context.push('/gateway'); } diff --git a/lib/screens/home/home_screen.dart b/lib/screens/home/home_screen.dart index 12788a3..aa132b3 100644 --- a/lib/screens/home/home_screen.dart +++ b/lib/screens/home/home_screen.dart @@ -346,7 +346,7 @@ class _HomeScreenState extends State Tween(begin: Offset(0, -0.20), end: Offset.zero).animate( CurvedAnimation( parent: _controller, - curve: Interval(0.40 * index.toDouble(), 1.0, curve: Curves.easeIn), + curve: Interval(0.3 * index.toDouble(), 1.0, curve: Curves.easeIn), ), ); return Row( @@ -601,7 +601,7 @@ class _HomeScreenState extends State Tween(begin: Offset(0, -0.20), end: Offset.zero).animate( CurvedAnimation( parent: _controller, - curve: Interval(0.40 * index.toDouble(), 1.0, curve: Curves.easeIn), + curve: Interval(0.30 * index.toDouble(), 1.0, curve: Curves.easeIn), ), ); return Column(