weekday_selector 0.1.2 weekday_selector: ^0.1.2 copied to clipboard
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.
Important links #
- Star the repo on GitHub! ⭐️
- Check package info on
pub.dev
- Open an issue
- Read the docs
- This Dart package is created by the SMAHO development team.
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.
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 codeflutter test
- Run all testsflutter analyze
- Run the analyzer on thelib
andtest
foldersbash coverage.sh
- Run tests, collect coverage and generate HTML report