Talent Apps

Results 3 issues of Talent Apps

**Describe the bug** When pasting a snippet sometimes "v" is pasted instead of the actual snippet **Expected behavior** The actual snippet is pasted. **Setup information** - OS: MacOS - Version:...

bug

Riverpod version `2.0.0-dev.4` adds a `disposeDelay` feature to all `autoDispose` providers and to `ProviderContainer`/`ProviderScope`. This configures the amount of time before a provider is disposed when it is not listened....

enhancement

Is there anyway to call a Dart function from JS and get the result back in JS context? E.g.: ``` flutterJs.evaluate("var a = await callDartFunction(); console.log(a);"); ```