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

this is a week_picker.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add week_pick_button

With Flutter:

 $ flutter pub add week_pick_button

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

dependencies:
  week_pick_button: ^0.0.2

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

Import it

Now in your Dart code, you can use:

import 'package:week_pick_button/kit/alter/alter.dart';
import 'package:week_pick_button/kit/alter/alter_view.dart';
import 'package:week_pick_button/kit/button_ext.dart';
import 'package:week_pick_button/kit/config/config.dart';
import 'package:week_pick_button/kit/date_time_format.dart';
import 'package:week_pick_button/kit/device.dart';
import 'package:week_pick_button/kit/drop_button.dart';
import 'package:week_pick_button/kit/empty.dart';
import 'package:week_pick_button/kit/rpx.dart';
import 'package:week_pick_button/kit/style.dart';
import 'package:week_pick_button/kit/text_button_ext.dart';
import 'package:week_pick_button/week_picker.dart';
import 'package:week_pick_button/week_picker_button.dart';