methylene 1.0.0
methylene: ^1.0.0 copied to clipboard
Methylene is the Flutter core for Dioxide applications.
Note
Methylene isn't available for use.
Flutter core (Methylene) #
#
Methylene provides the design and logic core for Flutter Dioxide applications and extensions. It is intended for the use of plugin creation and as the base for other dioxide first-party applications.
Usage #
- Add
methylene : ^1.0to your pubspec.yaml and runflutter pub get. - Load the global configuration for all Dioxide applications.
- The global configuration is stored in the operating system related home directory in a directory called
.oxy.
`` import 'package:methylene/core' as core;
void main() {
WidgetsFlutterBinding.ensureInitialized();
core.loadEnvoirenment();
}
``
- Take usage of components.