Skip to content

zeoflow/flowly

Repository files navigation

Flowly

Helps you manage your app states easier.

1. Depend on our library

Memo Library is available through Maven Repository. To use it:

  1. Open the build.gradle file for your application.
  2. Make sure that the repositories section includes Maven Repository mavenCentral(). For example:
 allprojects { repositories { mavenCentral() } }
  1. Add the library to the dependencies section:
dependencies { // ... // declare version def version = "x.y.z" // Library Implementation implementation("com.zeoflow.flowly:process:$version") implementation("com.zeoflow.flowly:common:$version") implementation("com.zeoflow.flowly:runtime:$version") annotationProcessor("com.zeoflow.flowly:compiler:$version") // For kotlin projects use kapt instead of annotationProcessor kapt("com.zeoflow.flowly:compiler:$version") // ... }

About

Helps you manage your app states easier

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

 
 
 

Contributors