flutter_reactive_button 1.1.0 copy "flutter_reactive_button: ^1.1.0" to clipboard
flutter_reactive_button: ^1.1.0 copied to clipboard

a Widget to mimic the Facebook Reaction button in Flutter and allows re-use in different other use cases than Facebook.

ReactiveButton #

A Widget that mimics the Facebook Reaction Button in Flutter.

Flutter ReactiveButton


Step by step explanation #

A full explanation on how to build such Widget may be found on my blog:

  • in English, click here
  • in French, click here

Getting Started #

You should ensure that you add the following dependency in your Flutter project.

dependencies:
 flutter_reactive_button: "^1.1.0"

You should then run flutter packages upgrade or update your packages in IntelliJ.

In your Dart code, to use it:

import 'package:flutter_reactive_button/flutter_reactive_button.dart';

Icons #

Icons should be defined as assets and passed to the ReactiveButton Widget, via the icons property, which accepts a List < ReactiveIconDefinition >.

For your convenience, you will find the images that are used in the sample, in the file 'images.zip', please read the 'README.md', included in the ZIP file, for further instructions on how to use these images in your project.


Example #

An example can be found in the example folder. Check it out.

6
likes
30
pub points
0%
popularity

Publisher

unverified uploader

a Widget to mimic the Facebook Reaction button in Flutter and allows re-use in different other use cases than Facebook.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, rxdart

More

Packages that depend on flutter_reactive_button