methylene 1.0.0
methylene: ^1.0.0 copied to clipboard
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 methyleneThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
methylene: ^1.0.0Alternatively, 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';