Last updated:
0 purchases
methylene
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.0 to your pubspec.yaml and run flutter 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();
}
``
copied to clipboard
Take usage of components.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.