bosskmk / pluto_grid

PlutoGrid is a dataGrid for flutter that can be controlled by the keyboard on desktop and web. Of course, it works well on Android and IOS.
https://pluto.weblaze.dev
MIT License
636 stars 290 forks source link

[Bug] Deploy web #977

Closed Guimarte closed 5 months ago

Guimarte commented 7 months ago

Steps to reproduce the bug

Expected results

Actual results

Code sample

/// If you have a code sample here, please attach it.

Execution Environment

Flutter version

PlutoGrid version

OS

freddydrodev commented 7 months ago

Check this out #978 in particular my last comment

Guimarte commented 7 months ago

Check this out #978 in particular my last comment

hi, did you see this error?

image

im using the last version flutter and pluto_grid from git like comented

freddydrodev commented 7 months ago

When I was trying to solve the issue I had to upgrade my flutter version. After doing it, I have faced another issue, I don't know how to explain but my flutter version was upgraded when I checked it with sh flutter --version But the local files were not updated. Try this solution and tell me if it works at each step

SOLUTION ONE

Do

flutter channel stable && flutter upgrade && flutter doctor -v

And restart your computer

SOLUTION TWO

From your project folder don't forget to do

flutter clean && flutter pub get

SOLUTION THREE

Open to the flutter base folder with VSCode mine looks like /User/myuser/.flutter/flutter And do a pull request from the git tab on the left side. You can also do the git pull from terminal if you are comfortable with it.

github-actions[bot] commented 6 months ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 5 months ago

This issue was closed because it has been inactive for 14 days since being marked as stale.