MagicSource

Results 942 issues of MagicSource

``` /D:/flutter/.pub-cache/hosted/pub.flutter-io.cn/extended_text-7.0.0/lib/src/selection/extended_text_selection.dart:135:7: Error: The non-abstract class 'ExtendedTextSelectionState' is missing implementations for these members: - TextSelectionDelegate.copySelection - TextSelectionDelegate.cutSelection - TextSelectionDelegate.pasteText - TextSelectionDelegate.selectAll Try to either - provide an implementation, - inherit...

消息本地存储支持吗?

Hi, I simply replaced face detector, and the landmark generate is wrong: ``` [ 931.92762136 2339.20769691] [ 510.39959192 2297.27704525] [ 63.24823201 2284.217906 ] [ 494.01687384 2427.17235088] [ 744.55595613 1609.01716948] [...

when will the new version publish?

```dart return Navigator( onGenerateRoute: (_) => MaterialPageRoute(builder: (context) { return CupertinoPageScaffold( navigationBar: appBar(context), ``` ![image](https://user-images.githubusercontent.com/21303438/115891466-b25ed900-a488-11eb-803f-401d651631db.png) ![image](https://user-images.githubusercontent.com/21303438/115891488-b854ba00-a488-11eb-8abd-1b16963a21d7.png) I have a view like this, which using demo code, push child page with...

![image](https://user-images.githubusercontent.com/21303438/90782220-6a077e00-e331-11ea-859d-3f2fc5e22cd7.png) like this, the bottom sheet have a larger padding , how to make it looks like this?

wontfix

Hi, I have a stateless page, every time the sotfkeyboard lay down after finish text filed input, the whole page will rebuild. And the text just input will gone. I...

waiting-response

headline4: ^^^^^^^^^ /E:/apps/flutter/packages/flutter/lib/src/material/text_theme.dart:109:9: Context: Found this candidate, but the arguments don't match. const TextTheme({ ^^^^^^^^^ lib/main.dart:79:52: Error: The getter 'headline4' isn't defined for the class 'TextTheme'. - 'TextTheme' is from...

Does it support checkbox right click with out manually editing?

enhancement