All Projects → georgeherby → Flutter Snippets

georgeherby / Flutter Snippets

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

Programming Languages

java
68154 projects - #9 most used programming language
dartlang
94 projects

Projects that are alternatives of or similar to Flutter Snippets

Apkmultichannelplugin
[Deprecated] 🚀 Android 多渠道打包的 Android Studio / IDEA 插件
Stars: ✭ 352 (+158.82%)
Mutual labels:  idea-plugin
Mybatis Generator Plus
Idea plugin for mybatis generator. Provider UI and mapper auto merge.
Stars: ✭ 33 (-75.74%)
Mutual labels:  idea-plugin
Idea Plugin Jpa Support
Generate entity/repositroy for JPA/Lombok/Spring Data JPA.
Stars: ✭ 114 (-16.18%)
Mutual labels:  idea-plugin
Codemaker
A idea-plugin for Java/Scala, support custom code template.
Stars: ✭ 440 (+223.53%)
Mutual labels:  idea-plugin
Smartim4intellij
IntelliJ IDEA上的SmartIM(原SmartQQ)插件,可以在IDEA中使用QQ或微信聊天
Stars: ✭ 822 (+504.41%)
Mutual labels:  idea-plugin
Compileflow Idea Designer
a good idea-plugin for Alibaba Compileflow engine.
Stars: ✭ 52 (-61.76%)
Mutual labels:  idea-plugin
Gittoolbox
GitToolBox IntelliJ plugin
Stars: ✭ 284 (+108.82%)
Mutual labels:  idea-plugin
Awesome Idea
IntelliJ IDEA资源一网打尽
Stars: ✭ 124 (-8.82%)
Mutual labels:  idea-plugin
Intellij Figlet
🔌A FIGlet-based ASCII Art generation plugin for IntelliJ based IDEs.
Stars: ✭ 27 (-80.15%)
Mutual labels:  idea-plugin
Fastdex
🚀 加快 apk 的编译速度 🚀
Stars: ✭ 1,457 (+971.32%)
Mutual labels:  idea-plugin
Intellij Mybaitslog
用于在IDEA将Mybatis的SQL日志还原为可执行的SQL,Used to restore Mybatis SQL logs to executable SQL in IDEA,
Stars: ✭ 501 (+268.38%)
Mutual labels:  idea-plugin
Easycode
基于IntelliJ IDEA开发的代码生成插件,支持自定义任意模板(Java,html,js,xml)。只要是与数据库相关的代码都可以通过自定义模板来生成。支持数据库类型与java类型映射关系配置。支持同时生成生成多张表的代码。每张表有独立的配置信息。完全的个性化定义,规则由你设置。
Stars: ✭ 552 (+305.88%)
Mutual labels:  idea-plugin
Elementplugin
idea plugin for develop vue with element ui
Stars: ✭ 75 (-44.85%)
Mutual labels:  idea-plugin
Intellij Java2smali
A plugin for IntelliJ IDEA & Android Studio to easily compile Java & Kotlin files to smali.
Stars: ✭ 384 (+182.35%)
Mutual labels:  idea-plugin
Idea Conventional Commit
Context and template-based completion for conventional/semantic commits.
Stars: ✭ 115 (-15.44%)
Mutual labels:  idea-plugin
Yapiideauploadplugin
yapi idea 上传插件,快速生成文档
Stars: ✭ 288 (+111.76%)
Mutual labels:  idea-plugin
Spek Idea Plugin
Stars: ✭ 50 (-63.24%)
Mutual labels:  idea-plugin
Easy Yapi
Help you generate the API document to yapi
Stars: ✭ 127 (-6.62%)
Mutual labels:  idea-plugin
Merge Request Integration
An Intellij IDE plugin which helps you manage Merge Request and do Code Review right in your IDE.
Stars: ✭ 122 (-10.29%)
Mutual labels:  idea-plugin
Materialtabstemplate
MaterialTabsTemplate is solely created to reduce the burden of writing same boiler plate codes for Tab creation in Android.
Stars: ✭ 92 (-32.35%)
Mutual labels:  idea-plugin

Flutter Snippets

JetBrains IntelliJ plugins

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

Available Snippets

Generic

Shortcut Expanded Description Flutter Docs
animatedBldr Animated Builder Creates an Animated Builder. The child widget is passed to the builder View Docs
aspectRatio AspectRatio Creates an AspectRatio View Docs
build Build Method Describes the part of the user interface represented by the widget.
column Column Creates a Column Widget View Docs
container Container Creates a Container Widget View Docs
customClipper Custom Clipper Used for creating custom shapes View Docs
customPainter Custom Painter Used for creating custom paint View Docs
customScrollV Custom ScrollView Creates a ScrollView that creates custom scroll effects using slivers. If the primary argument is true, the controller must be null. View Docs
debugP Debug Print Prints a message to the console, which you can access using the flutter tool'slogscommand (flutter logs). View Docs
dis Dispose Called when this object is removed from the tree permanently. The framework calls this method when this State object will never build again. View Docs
futureBldr Future Builder Creates a Future Builder. This builds itself based on the latest snapshot of interaction with a Future View Docs
initS InitState Called when this object is inserted into the tree. The framework will call this method exactly once for each State object it creates. View Docs
layoutBldr Layout Builder Similar to the Builder widget except that the framework calls the builder function at layout time and provides the parent widget's constraints. View Docs
listViewBldr ListView.Builder Creates 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
mounted Mounted Whether this State object is currently in a tree. View Docs
nosm No Such Method This method is invoked when a non-existent method or property is accessed. View Docs
orientationBldr Orientation Builder Creates a builder which allows for the orientation of the device to be specified and referenced View Docs
reassemble Reassemble Called whenever the application is reassembled during debugging, for example during hot reload. View Docs
row Creates a Row Widget View Docs
showDialog Alert Dialog Creates a showDialog that returns with AlertDialog View Docs
singleChildSV Single Child Scroll View Creates a scroll view with a single child View Docs
snk Sink A Sink is the input of a stream. View Docs
streamBldr Stream Builder Creates a new StreamBuilder that builds itself based on the latest snapshot of interaction with the specified stream View Docs
statefulBldr Stateful Builder Creates a widget that both has state and delegates its build to a callback. Useful for rebuilding specific sections of the widget tree. View Docs
strm StreamController A source of asynchronous data events. A stream can be of any data type. View Docs
subj BehaviorSubject A BehaviorSubject is also a broadcast StreamController which returns an Observable rather than a Stream. View Docs
txt Text Creates a Text Widget View Docs
toStr To String Returns a string representation of this object. View Docs
tweenAnimationBldr Tween Animation Builder Widget builder that animates a property of a Widget to a target value whenever the target value changes. View Docs
valueListenableBldr Value Listenable Builder Given 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

Cupertino Specific

Shortcut Expanded Description Flutter Docs
cupeApp Cupertino App Create a New Cupertino App View Docs
importC Cupertino Package Import Cupertino package. View Docs

Material Specific

Shortcut Expanded Description Flutter Docs
importM Material Package Import Material package View Docs
mateApp Material App Create a new Material App View Docs
scfAll Scaffold Creates a Scaffold containing an Appbar, BottomNavigationBar and FloatingActionButton View Docs
scfAppBar Scaffold Creates a Scaffold containing an Appbar
scfAppBarFab Scaffold Creates a Scaffold containing an Appbar and Floating Action Button
scfAppBarBtmNav Scaffold Creates a Scaffold containing an Appbar and Bottom Navigation Bar

Plugin Supports the Following IDEs:

  • Android Studio
  • IntelliJ IDEA Ultimate
  • IntelliJ IDEA Community
  • IntelliJ IDEA Educational
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].