mavix 0.1.0 copy "mavix: ^0.1.0" to clipboard
mavix: ^0.1.0 copied to clipboard

A lightweight Flutter state manager with separate streams for persistent state and one-time UI activities.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:mavix/mavix.dart';

import 'app.dart';

void main() {
  MavixConfig.observer = const MavixLogObserver();

  runApp(const App());
}
1
likes
0
points
115
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

A lightweight Flutter state manager with separate streams for persistent state and one-time UI activities.

Repository (GitHub)
View/report issues

Topics

#flutter #state-management #state-manager #reactive #ui

License

unknown (license)

Dependencies

flutter

More

Packages that depend on mavix