diff --git a/README.md b/README.md index 157e7ac..14745b7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A set of abstractions, utilities inspired from Android Jetpack 🚀 to help mana

- +

## Features @@ -19,7 +19,7 @@ For pushing ephemeral state to the UI and clearing off after being handled. Usef Business logic container that exposes state, event methods to the UI and communicates with the rest of the application ## Usage -`$ flutter pub add jetpack:^0.1.3` +`$ flutter pub add jetpack:^1.0.3` Create your `ViewModel` and expose state using `LiveData` ```dart @@ -64,7 +64,6 @@ FloatingActionButton( ``` ## Getting started -This library is not yet published. Until then, consider copying the [`viewmodel.dart`](./lib/livedata.dart) and [`livedata.dart`](./lib/livedata.dart)
Create a ViewModelFactory for your app