neat 0.2.4 copy "neat: ^0.2.4" to clipboard
neat: ^0.2.4 copied to clipboard

discontinuedreplaced by: dimensions_theme

A collection of small opinionated utilities designed to helps writing short and clean Flutter code.

0.2.4 #

  • doc fix: better sized title

0.2.3 #

  • doc fix: changelog version number issue

0.2.2 #

  • doc fix: ran flutter format on neat.dart

0.2.1 #

  • doc fix: readme summary broken links

0.2.0 #

  • feature: Added material 3 text helpers
  • [Breaking change] padding generator default constructor now default to EdgeInsets.all(padding) instead of EdgeInsets.zero
  • feature: New padding helper constructors:
    • Padding.left();
    • Padding.top();
    • Padding.right();
    • Padding.bottom();
  • fix: Default padding constructor is now generated even if generateBinaryFlagConstructor is false.
  • fix: fix dart style mistakes
  • doc: Readme has been re-written
  • doc: add code documentation
  • doc: add example

0.1.1 #

Remove
in README.md

0.1.0 #

Split package in 3 (neat, neat_generator and neat_annotations). Now you should use neat package as runtime dependency and neat_generator as dev dependency. neat_annotations package is used under the hood, you have no need to declare this dependency yourself.

0.0.2 #

fixes:

  • remove environnement flutter version constraint to enable null-safety badge on pub.dev

0.0.1 #

initial release

Utilities #

  • Material Texts utilities
  • ThemeData accessors

Code Generator #

  • Space widget generator
  • Padding Helpers generator
15
likes
130
pub points
28%
popularity

Publisher

unverified uploader

A collection of small opinionated utilities designed to helps writing short and clean Flutter code.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, neat_annotations

More

Packages that depend on neat