lnc 1.2.1 copy "lnc: ^1.2.1" to clipboard
lnc: ^1.2.1 copied to clipboard

Log & Notification Center.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add lnc

With Flutter:

 $ flutter pub add lnc

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  lnc: ^1.2.1

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:lnc/cache.dart';
import 'package:lnc/log.dart';
import 'package:lnc/notification.dart';
0
likes
120
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

Log & Notification Center.

Documentation

API reference

License

MIT (license)

Dependencies

object_key

More

Packages that depend on lnc