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

A Flutter package for creating Gantt charts and calendars to visualize project schedules and timelines.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gantt_calendar

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

dependencies:
  gantt_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:gantt_calendar/gantt_calendar.dart';
3
likes
160
points
20
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package for creating Gantt charts and calendars to visualize project schedules and timelines.

Repository (GitHub)

License

GPL-3.0 (license)

Dependencies

flutter, intl

More

Packages that depend on gantt_calendar