Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Flutter Riverpod SnippetsNew to Visual Studio Code? Get it now.

Flutter Riverpod Snippets

Robert Brunhage

|
16,526 installs
| (3) | Free
Quick and easy Flutter Riverpod snippets
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Flutter Riverpod Snippets

Flutter Riverpod snippets is a way to enhance the way you use Riverpod. It contains a collection of different snippets such as provider.

greetingProviderGif

Snippets

Shortcut Description
consumer Creates the Consumer widget
stlessConsumer Creates a ConsumerStateless widget
stfulConsumer Creates a ConsumerStateful widget
stlessHookConsumer Creates a Stateless HookConsumer widget
stfulHookConsumer Creates a Stateful HookConsumer widget
provider Creates a simple riverod provider
providerFamily Creates a provider with the family modifier
futureProvider Creates a FutureProvider
futureProviderFamily Creates a FutureProvider with the family modifier
streamProvider Creates a StreamProvider
streamProviderFamily Creates a StreamProvider with the family modifier
changeNotifierProvider Creates a ChangeNotifierProvider
changeNotifierProviderFamily Creates a ChangeNotifierProvider with the family modifier
stateProvider Creates a StateProvider
stateProviderFamily Creates a StateProvider with the family modifier
stateProviderFamily Creates a StateProvider with the family modifier
stateNotifierProvider Creates a StateNotifier provider
stateNotifierProviderFamily Creates a StateNotifierProvider with the family modifier
stateNotifier Creates a class that extends StateNotifier and allows you to edit the types
listen Creates a Provider Listenable

Requirements

Vscode: ^1.57.1

Release Notes

Please check Changelog

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2022 Microsoft