save_note 0.1.0 copy "save_note: ^0.1.0" to clipboard
save_note: ^0.1.0 copied to clipboard

A lightweight tool for quickly send screenshots notes to Slack and other platforms.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add save_note

With Flutter:

 $ flutter pub add save_note

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

dependencies:
  save_note: ^0.1.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:save_note/save_note.dart';
2
likes
0
pub points
32%
popularity

Publisher

unverified uploader

A lightweight tool for quickly send screenshots notes to Slack and other platforms.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cupertino_icons, flutter, flutter_drawing_board, flutter_native_screenshot, http, http_parser

More

Packages that depend on save_note