mddd

Results 31 issues of mddd

如图, 顶部区域多出一块空白区域

ui

```dart Flutter Exception PlatformException(Unexpected error!, null, java.lang.IllegalStateException at android.media.MediaPlayer._stop(Native Method) at android.media.MediaPlayer.stop(MediaPlayer.java:1357) at j7.i.stop(Unknown Source:2) at j7.m.A(Unknown Source:18) at i7.d.n(Unknown Source:183) at i7.d.d(Unknown Source:0) at i7.d$c.b(Unknown Source:14) at i7.d$c.invoke(Unknown Source:4)...

bug

Hi,I don't want to print these logs in console, is there something that can be done

` import { Remarkable } from 'remarkable'; import toc from 'markdown-toc'; ` 它提示 `Unhandled Rejection (Error): Cannot find module 'remarkable'`

How to deal with this situation, can you catch the error?

bug

```bash 94 warnings generated. In file included from /Users/xx/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitPluginUtils/FlipperKitLayoutHelpers/FlipperKitLayoutHelpers/UIView+SKInvalidation.mm:14: In file included from /Users/xx/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitPluginUtils/FlipperKitLayoutHelpers/FlipperKitLayoutHelpers/UIView+SKInvalidation.h:8: /Users/xx/build/ios/Debug-iphoneos/FlipperKit/FlipperKit.framework/Headers/SKMacros.h:11:9: fatal error: 'FBDefines/FBDefines.h' file not found #import ^~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. ``` flutter_flipperkit: ^0.0.28 flutter...

version ```yaml flutter_vlc_player: ^7.1.5 ``` my code ```dart class MyHomePage extends StatefulWidget { MyHomePage({Key? key}) : super(key: key); @override _MyHomePageState createState() => _MyHomePageState(); } class _MyHomePageState extends State { late...

![image](https://user-images.githubusercontent.com/29020213/130543220-2b2d3a47-4379-47bd-b21d-9babd9385e7b.png)

question