weekday_selector 0.1.2 copy "weekday_selector: ^0.1.2" to clipboard
weekday_selector: ^0.1.2 copied to clipboard

outdated

A collection of Flutter widgets and classes to help you select weekdays in your apps. Perfect for recurring events, alarms.

weekday_selector #

A collection of Flutter widgets and classes to help you select weekdays in your apps. Perfect for recurring events, alarms.

smaho-engineering/weekday_selector

Build Status Code coverage

weekday_selector GitHub Stars Count

GIF Flutter plugin weekday_selector - Example app in action: Styles

Usage #

You can find the best examples in the example project on GitHub. We also give a couple of examples in this README.

COMING SOON... LIKE IN 30 MINUTES :)

Internationalization/Localization (i18n, l10n) #

Use the narrowWeekdays and weekdays named parameters to customize the letters on the buttons and their tooltips. The tooltips are visible when the user long-presses a button. If omitted, English is used.

If you plan to use other languages in your application, I recommend you to use the intl package.

GIF Flutter plugin weekday_selector - Example app in action: Internationalization

Contribute #

In case something does not work as expected, or you are not sure how to solve a problem, open an issue on GitHub. We are looking forward to your contributions: open an issue, clarify the documentation, clean up the code, or fix a bug! Thank you for your help!

Development #

Here are a couple of useful commands that you should know if you want to work on the library itself (as opposed to just using it as a dependency).

  • flutter format . - Format code
  • flutter test - Run all tests
  • flutter analyze - Run the analyzer on the lib and test folders
  • bash coverage.sh - Run tests, collect coverage and generate HTML report
109
likes
0
pub points
93%
popularity

Publisher

verified publishersmaho.dev

A collection of Flutter widgets and classes to help you select weekdays in your apps. Perfect for recurring events, alarms.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on weekday_selector