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