-
## Steps to Reproduce
1. Clone https://github.com/ekasetiawans/flutter_plugin_issue.git
2. Run application
I have created an instance of FlutterEngine and I run it on `android/app/src/m…
-
### edit
after using latest develop branch for a few moment many errors occur. I have provided checkhealth below under details.
I am going to test the latest development branch on my intel later…
-
Hi @k-paxian!
So, given the following models:
```dart
@jsonSerializable
enum MyEnumA {
first, second
}
@jsonSerializable
enum MyEnumB {
foo, bar
}
@jsonSerializable
class MyCla…
-
At the moment I'm using a converter that is not a `ICustomConverter` from dart_json_mapper prior to turn my firestore data into classes via JsonMapper.
```dart
/// helper to convert a document…
-
Hello,
I am using adb via Wi-Fi to develop my application. But since the last flutter upgrade I am not able to hot restart my app and the message `Could not update files on device: HttpException: R…
mpi3d updated
3 years ago
-
Hi
When i try to `flutter run` command i get error message below :
> Using hardware rendering with device sdk gphone x86. If you notice graphics
artifacts, consider enabling software rendering …
-
I am working on a flutter app. I recently shifted to macOS and upgraded flutter to 1.20.1, since then haven't been able to run the app. Other apps are running fine so I think the error is in within th…
-
I have the following classes:
```dart
@jsonSerializable
abstract class GroupItem {
GroupItemType get itemType;
}
@jsonSerializable
class GroupItemPerson extends GroupItem {
@override
…
-
## Steps to Reproduce
1. Run a flutter app with a resizable `TextField`.
2. Write something in the `TextField`, then resize it.
**Expected results:**
The cursor gets placed exactly at the poi…
ghost updated
3 years ago
-
Cf. https://github.com/dart-lang/pub/issues/2920, pub.dev lists [reflectable](https://pub.dev/packages/reflectable/score) 3.0.0 as _not_ supporting sound null safety.
The code generator cannot yet …