-
**Is your feature request related to a problem? Please describe.**
I would like for my api client to return records in some cases
```dart
@GET('/')
Future getPaginatedData({@Query('page') int …
-
# GetxService onInit in an error GetLifeCycle
The problem is that in GetLifeCycleBase, onInit is a FutureFunctional(), but it is executed synchronously. So the completion status of onInit CANNOT be…
wxqqh updated
3 months ago
-
For the following example:
```dart
class Wrapper {}
doSomething(Wrapper wrapper, T value) {}
main() {
final wrapper = Wrapper();
doSomething(wrapper, 'this is not an int');
}
```
the …
-
## Use case
If anyone currently wants to build a flutter web app or plugin that can play audio, it is natural to be able to import `dart:web_audio`. Perhaps there are other web libraries that Flutt…
-
### What information is missing?
The [Developing Packages & Plugins](https://docs.flutter.dev/development/packages-and-plugins/developing-packages) document should go into more detail about writing p…
-
Using `package:grpc` version `3.0.2`, stack trace from `pub.dev` which uses `package:grpc` through `package:appengine`.
```
Error:
gRPC Error (code: 14, codeName: UNAVAILABLE, message: Error …
-
## Steps to Reproduce
1. Execute `flutter run` on the code sample on a Windows device with biometrics enabled (Windows Hello face recognition, or fingerprint reader)
2. The app prompts for biometr…
-
**Describe the bug**
An error below ocured when I ran my app
```
../../../.pub-cache/hosted/pub.dev/flutter_cached_pdfview-0.4.3/lib/src/pdf_view_wrapper.dart:41:7: Error: No named parameter wit…
-
Dart version: 2.1.0
Running with the following example causes DeferredLoadException.
For example,
**dart_test.dart**
```
import 'package:test/test.dart';
import 'dart:async';
import 'dart:h…
-
**Description:**
Flutter for Web has been under stable support for some time now, are there any plans to support other Flutter platforms within this plugin?