stream_feed_unofficial 0.0.1
stream_feed_unofficial: ^0.0.1 copied to clipboard
A feature-rich Flutter package supporting Flutter 3.24.2, designed with Clean Code architecture principles. Stream Feed Unofficial makes it easy to integrate and manage activities, posts, and Open Gra [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add stream_feed_unofficial
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
stream_feed_unofficial: ^0.0.1
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:stream_feed_unofficial/stream_feed_unofficial.dart';