diff --git a/CHANGELOG.md b/CHANGELOG.md index ac07159..2853058 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ -## [0.0.1] - TODO: Add release date. +## [0.0.1] - April 28th, 2019 -* TODO: Describe initial release. +First release of this package! More features coming soon™ diff --git a/README.md b/README.md index 55cf629..3ef1695 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,40 @@ As the baseline widget, there's the `RowItem` widget. It offers a multitude of o * **Boolean information:** Useful when the associated value with a `boolean` value, which can be represented with an icon. * **Interactive information:** It allows the associated value, in this case a `Text` widget, to be clickable by the user. +
+ + +
+ + This library offers ways to separate this and other interface elements, using the already-implemented `Separator` class: * **Spacers:** This kind of elements helps to separate UI elements, such as `RowItem` widgets. * **Dividers:** Helpful when you want to emphasize separation between sections. * **Empty elements:** Useful when you need to use an 'empty' widget, with `height` & `width` values equal to `0`. ++ + +
+ Both kind of widgets (`RowItem` & `Separator`) offer ways to be customizable. For instance, you can use the `style` parameter in the `RowItem` widgets to select a custom text theme. +## Example +Here is an example of a simple use of this package. If you want to take a deeper look at the example, take a look at the [example/](https://github.com/jesusrp98/row_collection/tree/master/example) folder provided with the project. +``` +Column( + children: