weekdays 0.0.6 copy "weekdays: ^0.0.6" to clipboard
weekdays: ^0.0.6 copied to clipboard

Week calender Show you current weeks day. You can use this calender day in form option, select option base and can save on server.

weekcalender #

Week calender Show you current weeks day. You can use this calender day in form option, select option base and can save on server.

Getting Started #

Here you can start the project like a simple code.

Calender(
    colors: Colors.green,
    freeColors:Colors.red,// Colors.red or Color(0xff1e34fd)
    borderColor: Color(0xff1e34fd),
    dayFormat:'EEEE',// any valid format 
    radius:10,
          
        )

You can save data on server to send by the _character.

String _character = lastSunday;

Here is formats for you.

ICU Name Skeleton
DAY d
ABBR_WEEKDAY E
WEEKDAY EEEE
ABBR_STANDALONE_MONTH LLL
STANDALONE_MONTH LLLL
NUM_MONTH M
NUM_MONTH_DAY Md
NUM_MONTH_WEEKDAY_DAY MEd
ABBR_MONTH MMM
ABBR_MONTH_DAY MMMd
ABBR_MONTH_WEEKDAY_DAY MMMEd
MONTH MMMM
MONTH_DAY MMMMd
MONTH_WEEKDAY_DAY MMMMEEEEd
ABBR_QUARTER QQQ
QUARTER QQQQ
YEAR y
YEAR_NUM_MONTH yM
YEAR_NUM_MONTH_DAY yMd
YEAR_NUM_MONTH_WEEKDAY_DAY yMEd

Example Image #

Image of Yaktocat

4
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Week calender Show you current weeks day. You can use this calender day in form option, select option base and can save on server.

Homepage

License

MIT (LICENSE)

Dependencies

flutter, intl

More

Packages that depend on weekdays