flutter_feed_reaction 0.0.1 copy "flutter_feed_reaction: ^0.0.1" to clipboard
flutter_feed_reaction: ^0.0.1 copied to clipboard

outdated

A Flutter package providing you with highly customizable reactions list for posts/comments in a Social Media kind of an app.

example/lib/main.dart

import 'package:example/home_screen.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(ExampleApp());
}

class ExampleApp extends StatelessWidget {
  const ExampleApp({Key? key}) : super(key: key);

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: "Example",
      debugShowCheckedModeBanner: false,
      home: Material(
        child: HomeScreen(),
      ),
    );
  }
}
26
likes
0
pub points
86%
popularity

Publisher

unverified uploader

A Flutter package providing you with highly customizable reactions list for posts/comments in a Social Media kind of an app.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_portal

More

Packages that depend on flutter_feed_reaction