notification_list 1.0.0 copy "notification_list: ^1.0.0" to clipboard
notification_list: ^1.0.0 copied to clipboard

A flutter package that help developers to show a list of content by only passing list of title and image link

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.

3
likes
150
pub points
11%
popularity

Publisher

unverified uploader

A flutter package that help developers to show a list of content by only passing list of title and image link

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on notification_list