stream_feed_unofficial 0.0.1 copy "stream_feed_unofficial: ^0.0.1" to clipboard
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 [...]

example/lib/main.dart

import 'package:example/presentation/app_root.dart';
import 'package:example/service_locator.dart';
import 'package:flutter/material.dart';

void main() {
  WidgetsFlutterBinding.ensureInitialized();
  serviceLocator();
  runApp(const AppRoot());
}
0
likes
125
points
45
downloads

Publisher

verified publisherkartikeyabadekar.com

Weekly Downloads

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 Graph data using Stream API, providing seamless and modern feed-based application experiences.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

cached_network_image, cupertino_icons, dart_jsonwebtoken, dio, equatable, flutter, flutter_bloc, flutter_secure_storage, flutter_slidable, get_it, google_fonts, husky, intl, jose, json_annotation, logger, shared_preferences, shimmer, url_launcher

More

Packages that depend on stream_feed_unofficial