flutter-riverpod-live-templates icon indicating copy to clipboard operation
flutter-riverpod-live-templates copied to clipboard

Some built-in live templates support developers to use Flutter Riverpod faster on Intellij based

Results 4 flutter-riverpod-live-templates issues
Sort by recently updated
recently updated
newest added

- riverpodPart - riverpodGeneratorStreamNotifierProvider - keepAlive for all generated providers

It'd be nice to have a `riverpodPart` shortcut that generates the `part` for the current files and adds the required annotation imports similarly to [https://marketplace.visualstudio.com/items?itemName=robert-brunhage.flutter-riverpod-snippets](https://marketplace.visualstudio.com/items?itemName=robert-brunhage.flutter-riverpod-snippets).

v2.232.1 doesn't work with Android Studio Flamingo | 2022.2.1 Patch 2. Runtime version: 17.0.6+0-17.0.6b802.4-9586694 aarch64 No contextual action is shown (ie: convert to consumerStatefulWidget)

When I go to definition of a generated Riverpod provider it brings me to the generated provider, and not the provider that contains the actual code. It would be a...