save_note 0.2.0 copy "save_note: ^0.2.0" to clipboard
save_note: ^0.2.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 Flutter:

 $ flutter pub add save_note

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

dependencies:
  save_note: ^0.2.0

Alternatively, your editor might support 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
160
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

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

cupertino_icons, flutter, flutter_drawing_board, flutter_native_screenshot, http, http_parser

More

Packages that depend on save_note