eliud_pkg_notifications 1.1.1 copy "eliud_pkg_notifications: ^1.1.1" to clipboard
eliud_pkg_notifications: ^1.1.1 copied to clipboard

Eliud package for notifications

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add eliud_pkg_notifications

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 dart pub get):

dependencies:
  eliud_pkg_notifications: ^1.1.1

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: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/tools/bespoke_entities.dart';
import 'package:eliud_pkg_notifications/tools/bespoke_formfields.dart';
import 'package:eliud_pkg_notifications/tools/bespoke_models.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';