georgeherby/flutter-snippets

Repository files navigation

JetBrains IntelliJ plugins

An Intellij & Android Studio plugin that adds Live Templates to your IDE saving time writing the boilerplate in Flutter.

ShortcutExpandedDescriptionFlutter Docs
animatedBldrAnimated BuilderCreates an Animated Builder. The child widget is passed to the builderView Docs
aspectRatioAspectRatioCreates an AspectRatioView Docs
buildBuild MethodDescribes the part of the user interface represented by the widget.
columnColumnCreates a Column WidgetView Docs
containerContainerCreates a Container WidgetView Docs
customClipperCustom ClipperUsed for creating custom shapesView Docs
customPainterCustom PainterUsed for creating custom paintView Docs
customScrollVCustom ScrollViewCreates a ScrollView that creates custom scroll effects using slivers. If the primary argument is true, the controller must be null.View Docs
debugPDebug PrintPrints a message to the console, which you can access using the flutter tool'slogscommand (flutter logs).View Docs
disDisposeCalled when this object is removed from the tree permanently. The framework calls this method when this State object will never build again.View Docs
futureBldrFuture BuilderCreates a Future Builder. This builds itself based on the latest snapshot of interaction with a FutureView Docs
initSInitStateCalled when this object is inserted into the tree. The framework will call this method exactly once for each State object it creates.View Docs
layoutBldrLayout BuilderSimilar to the Builder widget except that the framework calls the builder function at layout time and provides the parent widget's constraints.View Docs
listViewBldrListView.BuilderCreates a scrollable, linear array of widgets that are created on demand.Providing a non-null itemCount improves the ability of the ListView to estimate the maximum scroll extent.View Docs
mountedMountedWhether this State object is currently in a tree.View Docs
nosmNo Such MethodThis method is invoked when a non-existent method or property is accessed.View Docs
orientationBldrOrientation BuilderCreates a builder which allows for the orientation of the device to be specified and referencedView Docs
reassembleReassembleCalled whenever the application is reassembled during debugging, for example during hot reload.View Docs
rowCreates a Row WidgetView Docs
showDialogAlert DialogCreates a showDialog that returns with AlertDialogView Docs
singleChildSVSingle Child Scroll ViewCreates a scroll view with a single childView Docs
snkSinkA Sink is the input of a stream.View Docs
streamBldrStream BuilderCreates a new StreamBuilder that builds itself based on the latest snapshot of interaction with the specified streamView Docs
statefulBldrStateful BuilderCreates a widget that both has state and delegates its build to a callback. Useful for rebuilding specific sections of the widget tree.View Docs
strmStreamControllerA source of asynchronous data events. A stream can be of any data type.View Docs
subjBehaviorSubjectA BehaviorSubject is also a broadcast StreamController which returns an Observable rather than a Stream.View Docs
txtTextCreates a Text WidgetView Docs
toStrTo StringReturns a string representation of this object.View Docs
tweenAnimationBldrTween Animation BuilderWidget builder that animates a property of a Widget to a target value whenever the target value changes.View Docs
valueListenableBldrValue Listenable BuilderGiven a ValueListenable and a builder which builds widgets from concrete values of T, this class will automatically register itself as a listener of the ValueListenable and call the builder with updated values when the value changes.View Docs
ShortcutExpandedDescriptionFlutter Docs
cupeAppCupertino AppCreate a New Cupertino AppView Docs
importCCupertino PackageImport Cupertino package.View Docs
ShortcutExpandedDescriptionFlutter Docs
importMMaterial PackageImport Material packageView Docs
mateAppMaterial AppCreate a new Material AppView Docs
scfAllScaffoldCreates a Scaffold containing an Appbar, BottomNavigationBar and FloatingActionButtonView Docs
scfAppBarScaffoldCreates a Scaffold containing an Appbar
scfAppBarFabScaffoldCreates a Scaffold containing an Appbar and Floating Action Button
scfAppBarBtmNavScaffoldCreates a Scaffold containing an Appbar and Bottom Navigation Bar
  • Android Studio
  • IntelliJ IDEA Ultimate
  • IntelliJ IDEA Community
  • IntelliJ IDEA Educational

About

An IntelliJ IDEA & Android Studio plugin that adds Live Templates to your IDE saving time writing the boilerplate in Flutter.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •