eliud_pkg_notifications 1.3.0 eliud_pkg_notifications: ^1.3.0 copied to clipboard
eliud_pkg_notifications is a package to provide notification functionality to your eliud app. More info at https://eliud.io
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add eliud_pkg_notifications
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
eliud_pkg_notifications: ^1.3.0
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:eliud_pkg_notifications/editors/notification_dashboard_component_editor.dart';
import 'package:eliud_pkg_notifications/extensions/notification_dashboard_component.dart';
import 'package:eliud_pkg_notifications/extensions/widgets/my_notification_list_item.dart';
import 'package:eliud_pkg_notifications/notifications_mobile_package.dart';
import 'package:eliud_pkg_notifications/notifications_package.dart';
import 'package:eliud_pkg_notifications/notifications_package_stub.dart';
import 'package:eliud_pkg_notifications/notifications_web_package.dart';
import 'package:eliud_pkg_notifications/platform/platform.dart';
import 'package:eliud_pkg_notifications/wizards/builders/dialog/notification_dashboard_dialog_builder.dart';
import 'package:eliud_pkg_notifications/wizards/notification_dashboard_dialog_wizard.dart';