flutter_deadline 1.0.3 copy "flutter_deadline: ^1.0.3" to clipboard
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_deadline

With Flutter:

 $ flutter pub add flutter_deadline

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

dependencies:
  flutter_deadline: ^1.0.3

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:flutter_deadline/flutter_deadline.dart';
0
likes
160
points
79
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#annotation #deadline #reminder #flutter

Documentation

API reference

License

MIT (license)

More

Packages that depend on flutter_deadline