ghost_pixel 1.1.1
ghost_pixel: ^1.1.1 copied to clipboard
Your data remains secure as it is seamlessly embedded into the image. Even when viewing the image, no one will suspect that it contains hidden information.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add ghost_pixelWith Flutter:
$ flutter pub add ghost_pixelThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
ghost_pixel: ^1.1.1Alternatively, 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:ghost_pixel/ghost_pixel.dart';