glog 1.3.0 glog: ^1.3.0 copied to clipboard
An implementation of glog in dart with some extra bells and whistles.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add glog
copied to clipboard
With Flutter:
$ flutter pub add glog
copied to clipboard
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
glog: ^1.3.0
copied to clipboard
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:glog/glog.dart';
copied to clipboard