-
Nay mình test thử plugin này thì nó bị như vậy nè
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method launch on channel f…
-
FFI plugins have a native build step which compiles native code when compiling a Flutter application.
* https://github.com/flutter/flutter/pull/96225
However, `flutter test` just runs Dart code …
-
- [X] I have updated Purchases SDK to the latest version
- [X] I have read the [Contribution Guidelines](https://github.com/RevenueCat/purchases-flutter/blob/main/CONTRIBUTING.md)
- [X] I have searc…
-
At the moment, it is not possible to reset the state of all `Ref` from `lite_ref_core` objects between tests if they are declared as global variables.
Switching entirely to `ScopedRef` is challengi…
-
STEPS TO REPRODUCE
1. `cd dev/automated_tests/test_smoke_test`
2. `flutter test pass_test.dart & flutter test pass_test.dart & flutter test pass_test.dart & flutter test pass_test.dart & flutter t…
-
Hello, I have used task hey24sheep.flutter.flutter-test.FlutterTest@0 in the pipeline to run the tests and get coverage. But my question is if i have multiple modules in my project, and if i want to s…
-
### Steps to reproduce
1. Add the `integration_test` package to the project and create an integration test.
2. Add an `expectLater` with `matchesGoldenFile('some_file.png')` somewhere in the test.
…
-
### Steps to reproduce
1. Follow your tutorial including the sample test
2. Rename the test file to `main.dart`
3. Set in `pubspec.yaml` `test_file_suffix` to `.dart`
4. Run `patrol test -t integr…
-
https://github.com/flutter/plugins/pull/5339 will add the ability to manage our README code snippets with `code-excerpt` so that they stop getting out of sync with changes in APIs, Dart, or lints, as …
-
I took this example from the Argon2 test:
```
final parameters = Argon2Parameters(
Argon2Parameters.ARGON2_d,
latin1.encode('mySaltString'),
desiredKeyLength: 32,
version: Argon2Parame…