in_app_notification
A Flutter package to show custom in-app notification with any Widgets.
Usage
- Import it.dependencies: in_app_notification: <latest-version>import ‘package:in_app_notification/in_app_notification.dart’;
- Place
InAppNotification
Widget into your app. return InAppNotification( child: MaterialApp( title: ‘In-App Notification Demo’, home: const HomePage(), ), ); - Invoke
show()
static method ofInAppNotification
.InAppNotification.show( child: NotificationBody(count: _count), context: context, onTap: () => print(‘Notification tapped!’), );
Roadmap / Known issue
See Discussions. If you have some idea or proposal, feel free to create new one.
Download in app notification package source code on GitHub
Provides the list of the opensource Flutter apps collection with GitHub repository.