reddit_pixel 1.0.0 copy "reddit_pixel: ^1.0.0" to clipboard
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_pixel

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

dependencies:
  reddit_pixel: ^1.0.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:reddit_pixel/reddit_pixel.dart';
1
likes
150
points
48
downloads

Documentation

API reference

Publisher

verified publishertpn-labs.com

Weekly Downloads

A privacy-centric, backend-agnostic Flutter library for Reddit Conversions API (CAPI) v3. Supports direct and proxy transport modes with offline-first persistence.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

connectivity_plus, crypto, dio, flutter, hive, hive_flutter, meta, uuid

More

Packages that depend on reddit_pixel