feat(notification_bloc) add new package for push notification management

This commit is contained in:
AN12345
2022-11-16 16:58:19 -05:00
parent 14b7f31b53
commit b033b97917
72 changed files with 1691 additions and 0 deletions
@@ -0,0 +1,6 @@
// TODO: Put public facing types in this file.
/// Checks if you are awesome. Spoiler: you are.
class Awesome {
bool get isAwesome => true;
}
@@ -0,0 +1,8 @@
/// Support for doing something awesome.
///
/// More dartdocs go here.
library wyatt_notification_bloc;
export 'src/wyatt_notification_bloc_base.dart';
// TODO: Export any libraries intended for clients of this package.