june_lego 1.0.2
june_lego: ^1.0.2 copied to clipboard
lego that template for june state management
june_lego #
lego that template for june state management
Installation #
- If the lego project doesn't exist, please create new project by following guide.
- open terminal in the lego project root directory, enter the following command.
lego add june_lego
Usage #
import 'package:june/june.dart';
import '../../../../../../../../../../../main.dart';
class NewVM extends JuneState {
// int count = 0;
// someAction() {
// count++;
// setState();
// }
}
/* usage
JuneBuilder(
() => NewVM(),
builder: (vmNew) => widget
)
*/