blueprin4 / cr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calendar Horizontal Resource

flutter_version style: very good analysis License: MIT

A package calendar making by Vido Team


Preview

Screenshot

Install

Then import it to your project:

import 'package:calendar_resource/calendar.dart';

Usage Calendar Widget

Add CalendarBloc:

    BlocProvider(
       create: (_) => CalendarBloc(),
       child: ...
    )

Use Calendar Widget:

    Calendar(
        theme: CalendarTheme.light(
            todayHighlightColor: Theme.of(context).primaryColor,
        ),
    )

About

License:MIT License


Languages

Language:Dart 94.7%Language:HTML 3.1%Language:Swift 2.0%Language:Kotlin 0.2%Language:Objective-C 0.1%