range_calendar 0.0.1-dev.1 copy "range_calendar: ^0.0.1-dev.1" to clipboard
range_calendar: ^0.0.1-dev.1 copied to clipboard

outdated

The range_calendar package has a calendar with daily, weekly and monthly selection option. Just insert a Map<DateTime, List<Widgets>> to perform displaying and filtering events.

example/lib/main.dart

import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';

import 'home/home_view.dart';

void main()=> 
  runApp(MaterialApp(
    home: HomeView(),
  ));
8
likes
0
pub points
12%
popularity

Publisher

unverified uploader

The range_calendar package has a calendar with daily, weekly and monthly selection option. Just insert a Map<DateTime, List<Widgets>> to perform displaying and filtering events.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, material_design_icons_flutter

More

Packages that depend on range_calendar