onyxsio_grid_view 1.0.1
onyxsio_grid_view: ^1.0.1 copied to clipboard
Provides a Flutter grid layout.
1.0.1 #
- Fixed missing exclamation mark in
sayHi()method.
1.0.0 #
- Breaking change: Removed deprecated
sayHello()method. - Initial stable release.
Upgrading from 0.1.x #
Change all calls to sayHello() to instead be to sayHi().
0.1.1 #
- Deprecated the
sayHello()method; usesayHi()instead.
0.1.0 #
- Initial development release.