better_polls 1.0.8 copy "better_polls: ^1.0.8" to clipboard
better_polls: ^1.0.8 copied to clipboard

A better flutter widget for polls, this immitates the twitter polls system, all you need do is connect you data to the polls, it allows voting and visualization.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add better_polls

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

dependencies:
  better_polls: ^1.0.8

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:better_polls/better_polls.dart';
8
likes
140
points
124
downloads

Publisher

unverified uploader

Weekly Downloads

A better flutter widget for polls, this immitates the twitter polls system, all you need do is connect you data to the polls, it allows voting and visualization.

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

collection, flutter, percent_indicator

More

Packages that depend on better_polls