eliud_pkg_notifications 1.0.1+8 copy "eliud_pkg_notifications: ^1.0.1+8" to clipboard
eliud_pkg_notifications: ^1.0.1+8 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.0.1+8

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/model/abstract_repository_singleton.dart';
import 'package:eliud_pkg_notifications/model/admin_app.dart';
import 'package:eliud_pkg_notifications/model/cache_export.dart';
import 'package:eliud_pkg_notifications/model/component_registry.dart';
import 'package:eliud_pkg_notifications/model/embedded_component.dart';
import 'package:eliud_pkg_notifications/model/entity_export.dart';
import 'package:eliud_pkg_notifications/model/internal_component.dart';
import 'package:eliud_pkg_notifications/model/model_export.dart';
import 'package:eliud_pkg_notifications/model/notification_cache.dart';
import 'package:eliud_pkg_notifications/model/notification_component.dart';
import 'package:eliud_pkg_notifications/model/notification_component_bloc.dart';
import 'package:eliud_pkg_notifications/model/notification_component_event.dart';
import 'package:eliud_pkg_notifications/model/notification_component_selector.dart';
import 'package:eliud_pkg_notifications/model/notification_component_state.dart';
import 'package:eliud_pkg_notifications/model/notification_dashboard_cache.dart';
import 'package:eliud_pkg_notifications/model/notification_dashboard_component.dart';
import 'package:eliud_pkg_notifications/model/notification_dashboard_component_bloc.dart';
import 'package:eliud_pkg_notifications/model/notification_dashboard_component_event.dart';
import 'package:eliud_pkg_notifications/model/notification_dashboard_component_selector.dart';
import 'package:eliud_pkg_notifications/model/notification_dashboard_component_state.dart';
import 'package:eliud_pkg_notifications/model/notification_dashboard_dropdown_button.dart';
import 'package:eliud_pkg_notifications/model/notification_dashboard_entity.dart';
import 'package:eliud_pkg_notifications/model/notification_dashboard_firestore.dart';
import 'package:eliud_pkg_notifications/model/notification_dashboard_form.dart';
import 'package:eliud_pkg_notifications/model/notification_dashboard_form_bloc.dart';
import 'package:eliud_pkg_notifications/model/notification_dashboard_form_event.dart';
import 'package:eliud_pkg_notifications/model/notification_dashboard_form_state.dart';
import 'package:eliud_pkg_notifications/model/notification_dashboard_list.dart';
import 'package:eliud_pkg_notifications/model/notification_dashboard_list_bloc.dart';
import 'package:eliud_pkg_notifications/model/notification_dashboard_list_event.dart';
import 'package:eliud_pkg_notifications/model/notification_dashboard_list_state.dart';
import 'package:eliud_pkg_notifications/model/notification_dashboard_model.dart';
import 'package:eliud_pkg_notifications/model/notification_dashboard_repository.dart';
import 'package:eliud_pkg_notifications/model/notification_dropdown_button.dart';
import 'package:eliud_pkg_notifications/model/notification_entity.dart';
import 'package:eliud_pkg_notifications/model/notification_firestore.dart';
import 'package:eliud_pkg_notifications/model/notification_form.dart';
import 'package:eliud_pkg_notifications/model/notification_form_bloc.dart';
import 'package:eliud_pkg_notifications/model/notification_form_event.dart';
import 'package:eliud_pkg_notifications/model/notification_form_state.dart';
import 'package:eliud_pkg_notifications/model/notification_list.dart';
import 'package:eliud_pkg_notifications/model/notification_list_bloc.dart';
import 'package:eliud_pkg_notifications/model/notification_list_event.dart';
import 'package:eliud_pkg_notifications/model/notification_list_state.dart';
import 'package:eliud_pkg_notifications/model/notification_model.dart';
import 'package:eliud_pkg_notifications/model/notification_repository.dart';
import 'package:eliud_pkg_notifications/model/repository_export.dart';
import 'package:eliud_pkg_notifications/model/repository_singleton.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';