configure
Save and read configure by json file
support
-x
Android
-x
Ios
-x
Web
-x
Mac
-x
Windows
-x
Linux
Getting Started
dependencies:
...
configure: 1.0.0
example
import 'package:configure/configure.dart';
...
Configure.instance.then((value) {
value.setString("Name", "heqian");
});