neeluagrawal04

Results 14 comments of neeluagrawal04

for non drm videos is the video quality does not support?

This fast speed when speed is setting >1 its not working in sample itself after making the respective changes in BetterPlayer.m class inside ios. Any update on this issue?

Facing same issue on latest version youtube_player_flutter: ^8.1.0 Any update on this issue so far?

Is the background fetch headless task work in release mode in ios? If yes then how?

How the background fetch triggers in ios release build or on production like in debug we test via Debug> Simulate background fetch. So in release build is this background fetch...

I have uploaded final build to internal tester and launching the app from there on start of app the background fetch should trigger to call the api and some operations...

My app is dependent on the background fetch event on which i am doing some background operations which is needed to trigger at app launch and without this my app...

I have added the event on app open. So you mean to say it wont trigger when that event is fired from app on release build on ios? and it...

here is example: void main() async { WidgetsFlutterBinding.ensureInitialized(); await GetStorage.init(); await Workmanager().initialize( callbackDispatcher, isInDebugMode: true ); final GetStorage storage = GetStorage(); storage.write('test', 'hello world'); runApp(MyAppScreen()) } MyAppScreen extends StatelessWidget{ }...