Skip to content
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

List in flutter is depreciated #9

Open
farmkatt opened this issue Apr 2, 2021 · 4 comments
Open

List in flutter is depreciated #9

farmkatt opened this issue Apr 2, 2021 · 4 comments
Assignees

Comments

@farmkatt
Copy link

farmkatt commented Apr 2, 2021

List in flutter is depreciated and I was wondering if anyone had any solutions?

many thanks

@abdul-qadir117
Copy link

Same with me I resolved it by changing depreciated List declaration with
List myCategories = List.empty(growable: true);

and in ListView.builder(
shrinkWrap: true,
.......)

@sumantaghosh90
Copy link

Same with me I resolved it by changing depreciated List declaration with
List myCategories = List.empty(growable: true);

and in ListView.builder(
shrinkWrap: true,
.......)

its working for me

@ToyZ-95
Copy link

ToyZ-95 commented May 21, 2021

I think I have a solution for this if @theindianappguy assign this to me

@ToyZ-95
Copy link

ToyZ-95 commented May 22, 2021

@theindianappguy I fixed the deprecated list issue in the project and created a pull request..please have a look into it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants