week_pick_button 0.0.3
week_pick_button: ^0.0.3 copied to clipboard
this is a week_picker.
week_pick_button #
Installing: #
In your pubspec.yaml
dependencies:
week_pick_button: ^0.0.3
Attention! In Flutter 3.7 the Badge widget was introduced in the Material library, so to escape the ambiguous imports you need to import the package like this:
import "package:week_pick_button/week_pick_button.dart";
and then use the "badges.Badge" widget instead of the "Badge" widget. The same for all the classes from this package.
Getting Started #
This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.