Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 369 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 369 Bytes

Flutter Push Notifications

Flutter applications implementing push notifications.

Demo Doccou alpha

Include in your dependency

dependencies:
  provider:
  flutter_local_notifications: ^9.2.0

Include in your project

import 'package:flutter_push_notifications/HomeScreen.dart';