ui_simple_calendar 0.0.2 copy "ui_simple_calendar: ^0.0.2" to clipboard
ui_simple_calendar: ^0.0.2 copied to clipboard

A simple Flutter package for displaying a calendar. Advanced customize

UI Simple Calendar #

A simple Flutter package for displaying a calendar.

Features #

  • Display a monthly calendar view
  • Navigate between months
  • Select dates

Screenshots #

Screenshot 1

Getting started #

To use this package, add ui_simple_calendar as a dependency in your pubspec.yaml file.

dependencies:
  ui_simple_calendar: ^0.0.1

Usage #


import 'package:ui_simple_calendar/ui_simple_calendar.dart';

void main() {
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: Text('Simple Calendar'),
        ),
        body: UISimpleCalendar(controller: controller),
      ),
    );
  }
}

Additional information #

For more information, visit the package documentation.

Contributions are welcome! Please file issues and pull requests on the GitHub repository.

2
likes
160
points
0
downloads

Publisher

verified publisherphvit.blogspot.com

Weekly Downloads

A simple Flutter package for displaying a calendar. Advanced customize

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on ui_simple_calendar