flutter_deadline 1.0.3
flutter_deadline: ^1.0.3 copied to clipboard
Provides the @Deadline annotation to mark code that should be removed or refactored by a specific date. Works with flutter_deadline GitHub Action for Slack notifications.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flutter_deadlineWith Flutter:
$ flutter pub add flutter_deadlineThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutter_deadline: ^1.0.3Alternatively, 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:flutter_deadline/flutter_deadline.dart';