Skip to content

Instantly share code, notes, and snippets.

View Im-PJ's full-sized avatar
👨‍💻
I'm loving Flutter...

I'm PJ Im-PJ

👨‍💻
I'm loving Flutter...
View GitHub Profile
@gabrielemariotti
gabrielemariotti / README.md
Last active March 9, 2023 06:02
A SectionedGridRecyclerViewAdapter: use this class to realize a simple sectioned grid `RecyclerView.Adapter`.

You can use this class to realize a simple sectioned grid RecyclerView.Adapter without changing your code.

Screen

The RecyclerView has to use a GridLayoutManager.

This is a porting of the class SimpleSectionedListAdapter provided by Google

If you are looking for a sectioned list RecyclerView.Adapter you can take a look here