Ushio 🧂
A state management library inspired by the one used in SwiftUI.
Differences of SwiftUI
- Supported
@State->state(),stateList(),stateMap()@StateObject->stateObject()@Published->published(),publishedList(),publishedMap()@EnvironmentObject->environmentObject()
- Not supported
@ObservedObject
Install
flutter pub add ushio
Import:
import 'package:ushio/ushio.dart';
Usage
See also examples.
License
Apache License Version 2.0
Author
SUZUKI Tetsuya ([email protected])