IlyaMax
IlyaMax
Here is log ``` E/AndroidRuntime(32488): Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'io.flutter.plugin.common.BinaryMessenger io.flutter.embedding.engine.plugins.FlutterPlugin$FlutterPluginBinding.getBinaryMessenger()' on a null object reference E/AndroidRuntime(32488): at com.crazecoder.openfile.OpenFilePlugin.onAttachedToActivity(OpenFilePlugin.java:400) E/AndroidRuntime(32488): at io.flutter.embedding.engine.FlutterEngineConnectionRegistry.attachToActivityInternal(FlutterEngineConnectionRegistry.java:362) E/AndroidRuntime(32488): at io.flutter.embedding.engine.FlutterEngineConnectionRegistry.attachToActivity(FlutterEngineConnectionRegistry.java:344) E/AndroidRuntime(32488):...
https://github.com/IlyaMax/flutter_playground/tree/flutter_svg_issue_default_svg_theme expected that svg icon is green, actual: that's black
**Is your feature request related to a problem? Please describe.** I can't make up any cases where not specifying routeInformation is useful when navigating via BeamLocation. For instance guards doesn't...
I think it's much better when you define dependencies of page once in `BeamPage` than when you need to specify them in each `BeamLocation`. I'd like to have context available...
**Is your feature request related to a problem? Please describe.** I use flutter bloc and freezed for events. but some of them are used internally in bloc only so it...
## Use case When I turn off wifi I can only seek forward through buffer but if I try seek backward it stalls. ## Proposal I think video_player should provide...
### Platform android 10 ### Plugin share_plus ### Version 6.2.0 ### Flutter SDK 3.0.4 ### Steps to reproduce call this ``` const logFileName = 'log.txt'; Future get logFilePath async =>...