robertodevs / flutter_ecommerce_template

This is an eCommerce minimalist template with a clean and beautiful design for Flutter.

Home Page:https://robertojuarez.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working with Flutter 2.0

raihanameen opened this issue · comments

Lot of Widgets are deprecated in flutter 2.0

@raihanameen I'm sure this is fixable, I'd like to use this template as well so how about we work on it together and open a PR here. I'm sure the authors would love that

@raihanameen I'm sure this is fixable, I'd like to use this template as well so how about we work on it together and open a PR here. I'm sure the authors would love that

I've tried it last week, but I was not able to fix. Do you have any Idea about it?

I update copy of it and it runs now in flutter 2.0

I update copy of it and it runs now in flutter 2.0

I just tried running the application which you have updated, but The error still exists.
I also checked all the other branches but still not running.

I update copy of it and it runs now in flutter 2.0

this code doesn't work at start

  1. First I use @mohvic78 code
  2. after that I have 2 error again
    The method 'ancestorStateOfType' isn't defined for the class 'BuildContext'.
    solve in
    fluttercommunity/flutter_google_places#140 (comment)
    and
    aloisdeniel/flutter_device_preview#91 (comment)
    after that it work correct

I too. Its not working on Flutter 2.0 :(

@raihanameen I'm sure this is fixable, I'd like to use this template as well so how about we work on it together and open a PR here. I'm sure the authors would love that

Noooo, its still not runing for me. Even i am just

run pub get

Fl

thử https://github.com/alxkzmn/flutter_ecommerce_template/tree/flutter-2-fix nó đã hoạt động trong máy của tôi

How can you get it to run, can you give me the manual?

I can't run because of error:
image

try https://github.com/alxkzmn/flutter_ecommerce_template/tree/flutter-2-fix it worked in my machine

Thanks you ! I was able to run it <3
What did you fix in there to make it work, can you tell me ?

Ready guys, finally I am adding the flutter 2 migration to the master.