reddit_pixel 1.0.0
reddit_pixel: ^1.0.0 copied to clipboard
A privacy-centric, backend-agnostic Flutter library for Reddit Conversions API (CAPI) v3. Supports direct and proxy transport modes with offline-first persistence.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add reddit_pixelThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
reddit_pixel: ^1.0.0Alternatively, 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:reddit_pixel/reddit_pixel.dart';