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
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
1
likes
150
points
96
downloads

Publisher

verified publisherfarcaller.net

Weekly Downloads

2024.07.01 - 2025.01.13

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

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

date_format, stack_trace

More

Packages that depend on glog