animated_calendar 1.0.0
animated_calendar: ^1.0.0 copied to clipboard
A beautiful, animated calendar package for Flutter with a blue-and-white theme.
example/animated_calendar_example.dart
import 'package:animated_calendar/animated_calendar.dart';
void main() {
var awesome = Awesome();
print('awesome: ${awesome.isAwesome}');
}