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 NameSkeleton
DAYd
ABBR_WEEKDAYE
WEEKDAYEEEE
ABBR_STANDALONE_MONTHLLL
STANDALONE_MONTHLLLL
NUM_MONTHM
NUM_MONTH_DAYMd
NUM_MONTH_WEEKDAY_DAYMEd
ABBR_MONTHMMM
ABBR_MONTH_DAYMMMd
ABBR_MONTH_WEEKDAY_DAYMMMEd
MONTHMMMM
MONTH_DAYMMMMd
MONTH_WEEKDAY_DAYMMMMEEEEd
ABBR_QUARTERQQQ
QUARTERQQQQ
YEARy
YEAR_NUM_MONTHyM
YEAR_NUM_MONTH_DAYyMd
YEAR_NUM_MONTH_WEEKDAY_DAYyMEd

Example Image

Image of Yaktocat

Libraries

weekdays