0 purchases
calendar resource
Calendar Horizontal Resource #
A package calendar making by Vido Team
Preview #
Install #
Then import it to your project:
import 'package:calendar_resource/calendar.dart';
Usage Calendar Widget #
Add CalendarBloc:
BlocProvider(
create: (_) => CalendarBloc(),
child: ...
)
copied to clipboard
Use Calendar Widget:
Calendar(
theme: CalendarTheme.light(
todayHighlightColor: Theme.of(context).primaryColor,
),
)
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.