remindly 1.0.1 copy "remindly: ^1.0.1" to clipboard
remindly: ^1.0.1 copied to clipboard

discontinued

A simple Flutter package to schedule notifications for a selected date and time.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add remindly

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

dependencies:
  remindly: ^1.0.1

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:remindly/local_notification_scheduler.dart';
import 'package:remindly/notification_service.dart';
import 'package:remindly/utils/timezone_helper.dart';
1
likes
115
points
4
downloads

Publisher

unverified uploader

Weekly Downloads

A simple Flutter package to schedule notifications for a selected date and time.

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

flutter, flutter_local_notifications, timezone

More

Packages that depend on remindly