Skip to content

devbathani/flutter_weekday_selector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO: This package will provide flutter developer a quick way to make a week day selection functionality.

flutter_weekday_selector

Installation

In your pubspec.yaml file, add the following dependency:

dependencies:
  flutter_weekday_selector: ^0.0.12

Call the WeekDaySelector widget where you can to integrate the widget

child : WeekDaySelector(
    onSubmitted: (day) {},
)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published