tw_calendar 1.0.0 copy "tw_calendar: ^1.0.0" to clipboard
tw_calendar: ^1.0.0 copied to clipboard

outdated

simple custom calendar for your

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tw_calendar

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  tw_calendar: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:tw_calendar/tw_calendar_cofigs.dart';
import 'package:tw_calendar/tw_calendar_controller.dart';
import 'package:tw_calendar/tw_calendar_list.dart';
import 'package:tw_calendar/tw_calendar_notification.dart';
import 'package:tw_calendar/tw_day_number.dart';
import 'package:tw_calendar/tw_month_title.dart';
import 'package:tw_calendar/tw_month_view.dart';
import 'package:tw_calendar/tw_weekday_row.dart';
import 'package:tw_calendar/utils/tw_calendart_tool.dart';