All Projects → RobertBrunhage → flutter-riverpod-snippets

RobertBrunhage / flutter-riverpod-snippets

Licence: MIT license
https://marketplace.visualstudio.com/items?itemName=robert-brunhage.flutter-riverpod-snippets

Projects that are alternatives of or similar to flutter-riverpod-snippets

VscOdooSnippets
Odoo Snippets for Visual Studio Code
Stars: ✭ 29 (-12.12%)
Mutual labels:  snippets
LeaderF-snippet
Intuitive Way to Use Snippet
Stars: ✭ 38 (+15.15%)
Mutual labels:  snippets
network tech
Cisco config syntax and snippets for Sublime Text
Stars: ✭ 82 (+148.48%)
Mutual labels:  snippets
discrete-math-python-scripts
Python code snippets from Discrete Mathematics for Computer Science specialization at Coursera
Stars: ✭ 98 (+196.97%)
Mutual labels:  snippets
cheat-sheet
collection of cheat sheets
Stars: ✭ 150 (+354.55%)
Mutual labels:  snippets
macos-snippets
Snip is a lightweight snippets manager app for macOS
Stars: ✭ 238 (+621.21%)
Mutual labels:  snippets
clara-copilot
A alternative to Github Copilot for vscode until you get the access to github copilot
Stars: ✭ 206 (+524.24%)
Mutual labels:  snippets
snippets.nvim
No description or website provided.
Stars: ✭ 30 (-9.09%)
Mutual labels:  snippets
Minecraft-bedrock-json-schemas
The JSON validation schema files for Minecraft bedrock
Stars: ✭ 17 (-48.48%)
Mutual labels:  snippets
viconf
My (n)Vim config files
Stars: ✭ 18 (-45.45%)
Mutual labels:  snippets
vscode-R
R Extension for Visual Studio Code
Stars: ✭ 788 (+2287.88%)
Mutual labels:  snippets
snippet.kak
Snippets integration for Kakoune
Stars: ✭ 23 (-30.3%)
Mutual labels:  snippets
github markdown snippets
GitHub flavored Markdown with plain'ol HTML knowledge! Boom!
Stars: ✭ 23 (-30.3%)
Mutual labels:  snippets
SimpleSnippets.vim
Simple snippet support for your Vim and Neovim
Stars: ✭ 86 (+160.61%)
Mutual labels:  snippets
competitive-rust-snippets
My Rust snippets for competitive programming
Stars: ✭ 72 (+118.18%)
Mutual labels:  snippets
termux-snippets
An integrated tool and a collection of snippets which helps in the various aspects of the terminal.
Stars: ✭ 28 (-15.15%)
Mutual labels:  snippets
vscode-cucumber
Code snippets to write scenarios faster + Syntax highlight for .feature files
Stars: ✭ 24 (-27.27%)
Mutual labels:  snippets
LunarVim
An IDE layer for Neovim with sane defaults. Completely free and community driven.
Stars: ✭ 9,296 (+28069.7%)
Mutual labels:  snippets
Articles
经验文章
Stars: ✭ 128 (+287.88%)
Mutual labels:  snippets
Wikitext-VSCode-Extension
A Visual Studio Code Extension that provides language support for Wikitext.
Stars: ✭ 50 (+51.52%)
Mutual labels:  snippets

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

Contributing

Feel free to open PRs for small issues such as typos. For large issues or features, please open an issue first.

How to do it

First fork the repo on GitHub.

git clone <your-forked-repo>

git switch -c my-fix
# fix some code...

git commit -m "Fix typo in readme"
git push origin my-fix

The commit naming follows this structure

Add the changes done to CHANGELOG.md and update the version in package.json

Release Notes

Please check Changelog

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].