methylene 1.0.0 copy "methylene: ^1.0.0" to clipboard
methylene: ^1.0.0 copied to clipboard

unlisted

Methylene is the Flutter core for Dioxide applications.

Note

Methylene isn't available for use.

Flutter core (Methylene) #

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 #

  1. Add methylene : ^1.0 to your pubspec.yaml and run flutter pub get.
  2. 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();
 }
 ``
  1. Take usage of components.
0
likes
110
points
5
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Methylene is the Flutter core for Dioxide applications.

License

MIT (license)

Dependencies

bitsdojo_window, carbon_icons, cupertino_icons, flutter, flutter_image_filters, google_fonts, ionicons, messagepack, path_provider, toml, vm_service

More

Packages that depend on methylene