dayselection 1.0.0+5 copy "dayselection: ^1.0.0+5" to clipboard
dayselection: ^1.0.0+5 copied to clipboard

A Flutter package that provides a customizable day-of-week selector widget, useful for schedules, reminders, and calendar apps.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dayselection

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

dependencies:
  dayselection: ^1.0.0+5

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:dayselection/cubit/date_range_cubit.dart';
import 'package:dayselection/cubit/date_range_state.dart';
import 'package:dayselection/main.dart';
import 'package:dayselection/models/date_selection.dart';
import 'package:dayselection/screens/date_range_screen.dart';
import 'package:dayselection/screens/selected_days_screen.dart';
import 'package:dayselection/widgets/date_cell.dart';
import 'package:dayselection/widgets/half_day_selector.dart';
import 'package:dayselection/widgets/selected_range_calendar.dart';
1
likes
150
points
0
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides a customizable day-of-week selector widget, useful for schedules, reminders, and calendar apps.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

cupertino_icons, flutter, flutter_bloc, intl

More

Packages that depend on dayselection