g2x_week_calendar 0.1.6 copy "g2x_week_calendar: ^0.1.6" to clipboard
g2x_week_calendar: ^0.1.6 copied to clipboard

outdated

g2x_week_calendar is a component to control the date in the week with customizable style.

g2x week calendar #

Customizable week calendar

image #

G2xSimpleWeekCalendar customizable #

strWeekDays: 
    Abbreviation of the days of the week, beginning with Sunday
        type: List<string>
        default value ["Sun","Mon","Tues","Wed","Thurs","Fri","Sat"]

format:
    Format of the date displayed in the component header
        type: String
        default value "yyyy/MM/dd"

dateCallback: 
    type: typedef void
    Function that returns the date

defaultTextStyle: 
    type: TextStyle
    default value flutter

selectedTextStyle:
    type: TextStyle
    default value TextStyle(color: Colors.red),

selectedBackgroundDecoration:
    type: BoxDecoration
    default value flutter

backgroundDecoration: 
    type: BoxDecoration
    default value flutter

MyDateTime #

class that contains the methods used on component
2
likes
40
pub points
44%
popularity

Publisher

unverified uploader

g2x_week_calendar is a component to control the date in the week with customizable style.

Homepage

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on g2x_week_calendar