git91895
git91895
The UI disorder
Failed to handle method call E/MethodChannel#better_player_channel(25213): java.lang.NullPointerException: MediaSource.Factory#setDrmSessionManagerProvider no longer handles null by instantiating a new DefaultDrmSessionManagerProvider. Explicitly construct and pass an instance in order to retain the old behavior....
增加老的注册方式,可以合一下吗?
Because flutter_svg >=1.1.0 depends on xml ^6.0.1 and bruno 3.0.0 depends on xml ^5.1.2, flutter_svg >=1.1.0 is incompatible with bruno 3.0.0. And because no versions of bruno match >3.0.0 =1.1.0...
就是这种 public static void registerWith(Registrar registrar) { }
String quillDeltaToHtml(Delta delta) { final convertedValue = jsonEncode(delta.toJson()); print(convertedValue); final markdown = deltaToMarkdown(convertedValue); print(markdown.toString()); final html = markdownToHtml(markdown); return html; } I/flutter ( 3379): [{"insert":{"video":"https://www.runoob.com/try/demo_source/movie.mp4"}},{"insert":"\n\n\n"}] I/flutter ( 3379): I/flutter (...
Can it be compatible? This registration method. I hope it can be increased. public static void registerWith(io.flutter.plugin.common.PluginRegistry.Registrar registrar) { final PackageInfoPlugin instance = new PackageInfoPlugin(); instance.onAttachedToEngine(registrar.context(), registrar.messenger()); }
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...