Skip to content

Latest commit

 

History

History
81 lines (45 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

81 lines (45 loc) · 1.02 KB

2.0.0

  • Null-safety.
  • Flutter 2.0.0.

1.1.2

  • Formatting with dartfmt -w lib.

1.1.1

  • Deprecated RelativeScale.
  • Updated readme.

1.1.0

  • hosted the logo in imgur instead of in root directory

1.0.9

  • Readme update.
  • added internal tests.
  • added logo.
  • remove unused files in example/ directory.

1.0.8

  • Readme patch. Added badges and fixed the grammars.

1.0.7

  • NEW: RelativeBuilder which can be used for stateless widgets, you can also use this in stateful widgets. Head to example tab.

1.0.6

  • updated readme and package description.

1.0.5

  • Added link to the preview app.

1.0.4

  • Added documentation and previews on readme and updated example.dart

1.0.3

  • Rename the mixin RelativeScale to RelativeScale to follow package name.

1.0.2

  • Updated library description documentation.

1.0.1

  • Added example.dart

1.0.0

  • Initial version.