notification_listview 1.0.0+1 copy "notification_listview: ^1.0.0+1" to clipboard
notification_listview: ^1.0.0+1 copied to clipboard

outdated

This package is for Hyundai Auto Ever internship assignments.

Features #

This package is for Hyundai Auto Ever internship assignments.

This list view is optimized for the notification type used in the Hyundai Auto Ever project.

Getting started #

See the usage.

Usage #

Scaffold(
    body:  NotificationListView(
            hasHeader: true,
            onTapSearch: () {
                ScaffoldMessenger.of(context).clearSnackBars();
                ScaffoldMessenger.of(context).showSnackBar(SnackBar(
                content: Text("123"),
                ));
            },
            onTapAll: () {},
            onTapAlert: () {},
            onTapNormal: () {},
            onTapChatting: () {},
            selectedType: null,
            isSearching: false,
            itemCount: 7,
            itemBuilder: (context, int i) => NotiListViewTile(
                isFirst: (i == 0) ? true : false,
                isNew: true,
                title: "123",
                content: "이 알림Tile은 서비스 일반 안내 시 사용됩니다.",
                notiTileType: list[0],
                ),
            ),
    );

Additional information #

...

3
likes
0
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

This package is for Hyundai Auto Ever internship assignments.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on notification_listview