mjarkk / vanmoof-web-controller

Change the speed limit of a VanMoof S3 or X3 via a website
https://mooovy.app
GNU Lesser General Public License v2.1
82 stars 14 forks source link

Flutter App? #19

Closed mjarkk closed 1 year ago

mjarkk commented 2 years ago

Todo:

Bugs:

vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
vanmoof-web-controller ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 14, 2023 at 11:40AM (UTC)
sanderDijkxhoorn commented 2 years ago

What do you mean by (TODO) -> Controls --> Lights ---> Configure auto

mjarkk commented 2 years ago

Hmm when I started with a fresh folder and cloned the project it said that is already included with the materials package.

Upon removing the import the app builds and works.

I had the opioids problem where i cannot build the program without that package imported?? This is sus

mjarkk commented 2 years ago

What do you mean by (TODO) -> Controls --> Lights ---> Configure auto

There is an option in the vm app for automatically turning on the lights based on the amount of light outside. That option is configurable in the vm app.

sanderDijkxhoorn commented 2 years ago

What do you mean by (TODO) -> Controls --> Lights ---> Configure auto

There is an option in the vm app for automatically turning on the lights based on the amount of light outside. That option is configurable in the vm app.

11C5F982-F125-46CB-9476-5349BF854E2A

So I guess you mean the calibrate option? Auto is already implemented.

409B00CF-7479-4A0D-AB10-CD47206E1FEE

sanderDijkxhoorn commented 2 years ago

Hmm when I started with a fresh folder and cloned the project it said that is already included with the materials package. Upon removing the import the app builds and works.

I had the opioids problem where i cannot build the program without that package imported?? This is sus

Try removing the folder and cloning again or try the flutter pub get command you might have an older version installed?

Also check if you have the latest version of Flutter To upgrade run: flutter upgrade

mjarkk commented 2 years ago

So I guess you mean the calibrate option? Auto is already implemented.

Yes that's what i meant i have updated the todo list

Try removing the folder and cloning again or try the flutter pub get command you might have an older version installed?

Also check if you have the latest version of Flutter To upgrade run: flutter upgrade

I was working on the app on windows and it seemed like i was running a outdated version of flutter. I'm now getting the same error as you and have reverted the change i made earlier :)

sanderDijkxhoorn commented 2 years ago

👍