darkstorm_common 1.0.0-pre.3 darkstorm_common: ^1.0.0-pre.3 copied to clipboard
Common widgets and utilities for my apps
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add darkstorm_common
With Flutter:
$ flutter pub add darkstorm_common
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
darkstorm_common: ^1.0.0-pre.3
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:darkstorm_common/bottom.dart';
import 'package:darkstorm_common/driver.dart';
import 'package:darkstorm_common/frame.dart';
import 'package:darkstorm_common/frame_content.dart';
import 'package:darkstorm_common/observatory.dart';
import 'package:darkstorm_common/query.dart';
import 'package:darkstorm_common/top_inherit.dart';
import 'package:darkstorm_common/updating_switch_tile.dart';