glog 1.3.0 copy "glog: ^1.3.0" to clipboard
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

With Flutter:

 $ flutter pub add glog

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

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';
1
likes
150
pub points
5%
popularity

Publisher

verified publisherfarcaller.net

An implementation of glog in dart with some extra bells and whistles.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

date_format, stack_trace

More

Packages that depend on glog