Skip to content

sawravchy/Flunippet

Repository files navigation

logo

GitHub repo size GitHub last commit GitHub issues License: MIT License: MIT gitleaks badge

Flunippet is a collection of common flutter widgets snippets and shortcuts for flutter development.


Flutter Snippets

Snippet Description
fdemo Flutter demo app snippet
fsca Flutter Scaffold widget snippet
fstless Flutter Stateless widget snippet
fstfull Flutter Statefull widget snippet
fedgall Flutter EdgeInsets widget snippet with named constructor 'all'
ftxt Flutter Text widget snippet
fic Flutter Icon widget snippet
fcont Flutter Container widget snippet
fcent Flutter Center widget snippet
frow Flutter Row widget snippet
fcol Flutter Column widget snippet
fsizeb Flutter SizedBox widget with width & height arguments
fsizebw Flutter SizedBox widget snippet with width argument
fsizebh Flutter SizedBox widget snippet with height argument
fex Flutter Expand widget snippet
fstack Flutter Stack widget snippet
fedgonly Flutter EdgeInsets widget snippet with named constructor 'only'
fedgsym Flutter EdgeInsets widget snippet with named constructor 'symmetric' with only vertical parameter
fedgsymh Flutter EdgeInsets widget snippet with named constructor 'symmetric' with only horizontal parameter
falign Flutter Align widget
fflatbtn Flutter Flat Button widget
facbtn Flutter Floating Action Button widget
ficbtn Flutter Icon Button widget
fraisedbtn Flutter Raised Button widget
fgesdet Flutter Gesture Detector widget
fink Flutter InkWell widget
fdrawer Flutter Drawer widget
fmedque Flutter MediaQuery widget
flistv Flutter ListView Widget
finitlife Flutter initState lifecycle method
fstream Flutter StreamBuilder widget snippet

Dart Snippets

Snippet Description
dpubinsvar Dart Instance variable snippet
dprinsvar Dart Private instance variable snippet
dprmtd Dart private method snippet
dopnctor Dart optional named parameters constructor snippet
dlist Dart 'List' collection snippet
dmap Dart 'Map' collection snippet
dset Dart 'Set' collection snippet
darrget Dart arrow function getter snippet
dimpas Dart 'import as' snippet
dimpshow Dart 'import show' snippet
dimpdef Dart 'import deffered as' snippet
dimphide Dart 'import hide' snippet
dexhide Dart 'export hide' snippet
dexshow Dart 'export show' snippet
dpubmtd Dart public method snippet
dconvert Dart 'convert' lib import snippet
dvar Dart 'var' variable declaration snippet
dfinalvar Dart 'final' variable declaration snippet
dconstvar "Dart 'const' variable declaration snippet
dpubarr Dart public arrow function snippet
dprarr Dart private arrow function snippet

Package Import Snippets

Snippet Description
impMat Import Material package
impCu Import Cupertino package
impSer Import Services package
impFou Import Foundation package
impHttp Import HTTP package
impGfont Import Google Font package
impProv Import Provider package
impFauth Import Firebase auth package

Release Notes

1.0.0

Initial release of Flunippet.