syncx 0.1.9
syncx: ^0.1.9 copied to clipboard
syncx is a lightweight, flexible Flutter state management library with notifiers and reactive UI updates, inspired by provider, bloc, and riverpod.
import 'package:example/app.dart';
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}