Liam Marega

Results 9 comments of Liam Marega

I have the same error but with videos selected from my gallery, any solution? It only happens with aspectRatio 9:16 or full-screen videos My android cell phone is a Motorola...

I was able to fix the error by adding this dependency in my pubspec.yaml in dev_dependencies: `video_player_android: 2.7.1` I'm using video_player: ^2.9.2 and by default it uses video_player_android. If I...

same issue with dio: ^5.5.0 but only with a physical device, if I am use android emulator works well • Flutter version 3.24.3 on channel stable at C:\Users\Liam\dev\flutter • Upstream...

> > > Try adding this code into FlutterFragmentActivity. It worked for me. > > > ```kotlin > > > override fun onCreate(savedInstanceState: Bundle?) { > > > super.onCreate(savedInstanceState) >...

I have another problem with this... Now i have a endDrawer in my app like this: ``` return AutoTabsScaffold( key: const Key('home_page_router_key'), animationCurve: Curves.ease, animationDuration: const Duration(milliseconds: 150), lazyLoad: true,...

I have the same problem, i am use 'package:dio/dio.dart' And i try using dart:io's HttpClient but the error persist

I was trying both with package:http and dart:io and my problem is not solved