equinox 0.3.3 equinox: ^0.3.3 copied to clipboard
Flutter UI library based on Eva Design System - with every component you need for an app.
0.3.3 #
- Minor AppBar sizing fix
0.3.2 #
- Fixed issue #8
0.3.1 #
- Breaking changes:
- Added
leading
,trailing
,padding
, and other stuff intoEqButton
. - Added more customization for EqTabs.
- Changed
EqTabData
. - Added
EqTabData.fromIcon()
. - Couple more bugfixes.
0.2.4 #
- Another
EqButton
hotfix.
0.2.3 #
- Fixed a bug in
EqButton
.
0.2.2 #
- Added
foregroundColor
andbackgroundColor
toEqButton
. - Added
iconSize
toEqTab
.
0.2.1 #
- A huge theming update - everything is written from scratch, now uses
stylist
to theme the app.
0.1.4 #
- Calendar updates, now production-ready.
0.1.3 #
- Added new widget -
EqTabBar
, a wrapper forEqTabs
. Has two constructors,EqTabBar.top()
andEqTabBar.bottom()
to use as top tab bar and bottom tab bar. - Added slot for bottom tab bar in
EqLayout
.
0.1.2 #
- Added support for global widgets theming.
- Added public API documentation.
0.1.1 #
- Breaking changes:
Themes
has been renamed toEqThemes
. - Added methods for custom theming:
EqThemeData.loadFromAsset
,EqThemeData.loadFromJson
. You can use these methods with Eva Color Generator. - Will start working on documenting public API.
0.0.13 #
- Fixed #7 (AppBar unused space).
- Added calendar (unfinished).
0.0.12 #
- Added
EqText
.
0.0.11 #
- Added
EqProgressBar
.
0.0.10 #
- Added
EqAppBar.withoutTitle()
method to fix #6.
0.0.9 #
- Added
EqDialogService
and dialogs.
0.0.8 #
- Added
EqToastService
and toasts. - Couple of bugfixes
0.0.7 #
- A ton of bugfixes
- Added Showcase app (equinox_visualqa)
0.0.6 #
- Fixed bug #4
- Fixed issues with
OutlinedWidget
- Fixed issues with outline and
EqIconButton
0.0.5 #
- Added EqSpinner widget
0.0.4 #
- Fixed few bugs in OutlinedWidget, updated screenshots
0.0.3 #
- Fixed few critical bugs #2 and #3, added example
0.0.2 #
- Changed README, formatted files.
0.0.1 #
- Initial release