You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 18, 2022. It is now read-only.
Device: Raspberry pi 3 B+
OS: Raspberry pi os, Linux raspberrypi 5.10.17-v7+ #1403 SMP Mon Feb 22 11:29:51 GMT 2021 armv7l GNU/Linux
The same code was working with an older version of flutter-pi (before 25 May 2020), I directly opened the project so don't exactly know which release made it stopped working. The issue is there in the current release (yes everything updated).
The text was updated successfully, but these errors were encountered:
flutter_gpiod is actually completely independent of flutter-pi, you can even use it on linux-desktop or android. It uses the kernel GPIO interface directly.
The problem seems to be they changed the name of the Raspberry Pi GPIO chip on Pi 4 from pinctrl-bcm2835 to pinctrl-bcm2711. The Pi 4 supports more GPIO lines (see here) than previously, but the driver was only changed to expose those additional GPIO lines just now and the name of the device was changed in the process, it seems.
Using Flutter-Pi
Error: The getter 'length' was called on null
Example:
Device: Raspberry pi 3 B+
OS: Raspberry pi os, Linux raspberrypi 5.10.17-v7+ #1403 SMP Mon Feb 22 11:29:51 GMT 2021 armv7l GNU/Linux
The same code was working with an older version of flutter-pi (before 25 May 2020), I directly opened the project so don't exactly know which release made it stopped working. The issue is there in the current release (yes everything updated).
The text was updated successfully, but these errors were encountered: