simple_polls_2 1.0.9 copy "simple_polls_2: ^1.0.9" to clipboard
simple_polls_2: ^1.0.9 copied to clipboard

simple_polls widget is polling widget with language localizations.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add simple_polls_2

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

dependencies:
  simple_polls_2: ^1.0.9

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:simple_polls_2/models/poll_models.dart';
import 'package:simple_polls_2/simple_polls.dart';
import 'package:simple_polls_2/translations/translations.dart';
import 'package:simple_polls_2/widgets/poll_buttons.dart';
import 'package:simple_polls_2/widgets/poll_results.dart';
import 'package:simple_polls_2/widgets/poll_status.dart';
import 'package:simple_polls_2/widgets/polls_widget.dart';
import 'package:simple_polls_2/widgets/progress_widget.dart';
2
likes
135
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

simple_polls widget is polling widget with language localizations.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, timeago

More

Packages that depend on simple_polls_2