scrolling_calendar 0.0.4 copy "scrolling_calendar: ^0.0.4" to clipboard
scrolling_calendar: ^0.0.4 copied to clipboard

outdatedDart 1 only

A new flutter package project.

example/lib/main.dart

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

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

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return new MaterialApp(
      title: 'Flutter Demo',
      theme: new ThemeData(
        primarySwatch: Colors.blue,
        accentColor: Colors.red
      ),
      home: new Scaffold(body: new ScrollingCalendar(selectedDate: new DateTime(2018, 2, 20))),
    );
  }
}
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A new flutter package project.

Repository (GitLab)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, intl, meta, platform_aware

More

Packages that depend on scrolling_calendar