-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: PlatformListView (ListView / CupertinoListSection) #453
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for the useful library.
Currently, PlatformListTile exists, but PlatformListView does not seem to exist.
We believe that using PlatformListView will allow for smoother UI implementation without worrying about platform differences.
I am currently customizing the code below and implementing it in my app. I plan to create a pull request based on this code.
It's probably difficult to make Cupertino and ListView completely compatible (with/without Header, etc.), so we're considering the following options.
If there is a better way, I would appreciate it if you could let me know.
The text was updated successfully, but these errors were encountered: