eliud_pkg_notifications 1.1.6 copy "eliud_pkg_notifications: ^1.1.6" to clipboard
eliud_pkg_notifications: ^1.1.6 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.1.6

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';
0
likes
120
pub points
2%
popularity

Publisher

verified publishereliud.io

eliud_pkg_notifications is a package to provide notification functionality to your eliud app. More info at https://eliud.io

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

bloc, eliud_core, eliud_core_helpers, eliud_core_main, eliud_core_model, eliud_pkg_notifications_model, flutter, flutter_bloc

More

Packages that depend on eliud_pkg_notifications