scrolling_day_calendar 2.0.2 copy "scrolling_day_calendar: ^2.0.2" to clipboard
scrolling_day_calendar: ^2.0.2 copied to clipboard

A flutter calendar package to allow users to scroll through given dates

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:example/page_one.dart';

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Demo',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: PageOne(),
    );
  }
}
3
likes
40
pub points
15%
popularity

Publisher

unverified uploader

A flutter calendar package to allow users to scroll through given dates

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, intl

More

Packages that depend on scrolling_day_calendar