notifications

A new Flutter project.

##Screenshots

Getting Started


Notifications(
          notifications: [
            NotificationModel(
                title: "Realme 8",
                image:
                    "https://rukminim1.flixcart.com/flap/500/500/image/26c56a4fee725d5b.jpg"),
            NotificationModel(
                title: "TV Realme/Mi",
                image:
                    "https://rukminim1.flixcart.com/flap/500/500/image/1450ec91f45d72d8.jpg"),
            NotificationModel(
                title: "Samsung F62",
                image:
                    "https://rukminim1.flixcart.com/flap/500/500/image/e15dec72a648ed51.jpg"),
            NotificationModel(
                title: "Realme 8",
                image:
                    "https://rukminim1.flixcart.com/flap/500/500/image/26c56a4fee725d5b.jpg"),
            NotificationModel(
                title: "TV Realme/Mi",
                image:
                    "https://rukminim1.flixcart.com/flap/500/500/image/1450ec91f45d72d8.jpg"),
            NotificationModel(
                title: "Samsung F62",
                image:
                    "https://rukminim1.flixcart.com/flap/500/500/image/e15dec72a648ed51.jpg"),
          ],
        ),

#param name "image" and "title" is mandatory

This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.