0 purchases
ushio
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
copied to clipboard
Import:
import 'package:ushio/ushio.dart';
copied to clipboard
Usage #
Guide (Japanese)
See also examples.
License #
Apache License Version 2.0
Author #
SUZUKI Tetsuya ([email protected])
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.