Lucas Cardozo

Results 2 issues of Lucas Cardozo

I founded this: https://pub.dev/packages/persistent_bottom_nav_bar_v2 https://github.com/jb3rndt/PersistentBottomNavBarV2

My code: ```dart final url = "https://domain.com/..../..../video.mp4"; final _videoController = CachedVideoPlayerPlusController.networkUrl( Uri.parse(url), httpHeaders: { 'Range': 'bytes=0-4999', } ); ``` ``` E/flutter (22082): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: HttpException: Invalid statusCode: 206, uri...

bug