Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Flutter Snippet ForgeNew to Visual Studio Code? Get it now.
Flutter Snippet Forge

Flutter Snippet Forge

Maharram Guliyev

|
17 installs
| (0) | Free
Speed up Flutter development with ready-to-use snippets for widgets, layouts, state, and async patterns.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Flutter Snippet Forge

Speed up Flutter development with ready-to-use snippets for the widgets and boilerplate you write every day — widgets, layout, buttons, state, and async patterns.

All snippets are scoped to Dart files and prefixed with R, so typing R in a .dart file groups them together in IntelliSense.

Snippets

Prefix Inserts
Rstless StatelessWidget class
Rstful StatefulWidget class
Rbuild build method override
Rscaffold Scaffold with AppBar + body
Rcol Column with children
Rrow Row with children
Rcontainer Container with child
Rpadding Padding with EdgeInsets.all
Rcenter Center with child
Rtext Text widget
Rsizedbox SizedBox spacer
Rlistview ListView.builder
Rcard Card with padded child
Relevbtn ElevatedButton
Rtextbtn TextButton
Rtextfield TextField with controller
Rinitstate initState override
Rsetstate setState call
Rexpanded Expanded with child
Ricon Icon widget
Rfuturebuilder FutureBuilder with loading state
Rgesture GestureDetector with onTap

Chat snippets

Prefix Inserts
fchatdet Empty chat_details_screen.dart (title + text, use this first)
fchat MASTER: whole chat_screen.dart (needs ChatDetailsScreen)
fchatshell1 Step 1/5: imports, widget, fields, initState, dispose
fchatload2 Step 2/5: initData() (users + chats)
fchatcreate3 Step 3/5: createChat()
fchatbuild4 Step 4/5: build() + _buildSearch()
fchatlist5 Step 5/5: buildChatList()

Backend snippets (C#)

Scoped to C# files.

Prefix Inserts
fchatfilters ApplyFilters for the chat service, commented out (my chats + other-participant filter + newest last message on top)
fchatfilterslive The same method, ready to compile

Usage

  1. Open a .dart file.
  2. Type a prefix (e.g. Rstful) and press Tab.
  3. Tab through the placeholders to fill in names, children, and values.

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft