how to migrate to null-safety – Expected a value of type List , but got one of type List
I’m trying to migrate an old project to null-safety, and I’m struggling with loading data from assets,
Here is my code :
I’m trying to migrate an old project to null-safety, and I’m struggling with loading data from assets,
Here is my code :