vndly / flutter-library

Flutter library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter library

TODO:

Guidelines:

  • Use integers instead floats in paddins, margins, etc when possible
  • Use single quote instead of double quote
  • Use [] instead of []
  • Use => notation for a single line function
  • Use imports with 'package:...' instead of relative paths

Sanitizer:

  • "
  • new
  • ))

Collection-if:

if (condition)
    Widget(...)

Spread operator

if (condition) ...[
    Widget1(...),
    Widget2(...),
    ...
]

Condition-for:

for (var item in list)
    Widget1(...),

About

Flutter library

License:MIT License


Languages

Language:Dart 98.2%Language:Objective-C 0.7%Language:Shell 0.6%Language:Java 0.4%Language:Gherkin 0.2%