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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add methylene

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  methylene: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:methylene/abstract/initiator.dart';
import 'package:methylene/abstract/methylene_application.dart';
import 'package:methylene/constants/centre.dart';
import 'package:methylene/main.dart';
import 'package:methylene/tasks/interface/log.dart';
import 'package:methylene/widgets/image.dart';
import 'package:methylene/widgets/side_bar/side_tab_bar.dart';
import 'package:methylene/widgets/side_bar/side_tab_bar_view.dart';
import 'package:methylene/widgets/title_bar/title_bar.dart';
import 'package:methylene/widgets/title_bar/window_management_button.dart';
0
likes
110
points
8
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