Is the project dead?
It's been over 7 months since the last update and there has been no activity in the existing issues/PRs as well. Coming from the Android world, I've really felt at home and am still using floor in a production project. I want to make sure whether it's worth continuing to work with this package in long term?
+
+1
@vitusortner @dkaera ?
+1
+1
We've begun updating our Flutter project to use 3.29.X and find that floor isn't compatible. Fundamentally, this is a duplicate concern as raised in New version of source_gen.
I started by retreating to a version of Dart that would yield passing unit tests and found that Dart 3.2.6 (as shipped with Flutter 3.19.6) gave me what I wanted.
Having passing unit tests, I upgraded all dependencies to the latest (or nearly the latest) to support Dart 3.7.0 (as shipped with Flutter 3.29.0). Along the way I had to drop test_cov (RIP).
With passing unit tests, I attempted to run the example app and found it so outdated that I needed to replace the build files. I added macOS and Windows but removed the web implementation (temporarily?).
+1
I wanted to share that I have forked the Floor library and created a new version called Froom. Due to the lack of ongoing maintenance and updates on Floor, I decided to take on the responsibility of continuing its development to ensure it stays up to date with the latest requirements and improvements in the Flutter ecosystem. #859
Link: https://github.com/wilinz/froom Pub link: https://pub.dev/packages/froom
I wanted to share that I have forked the Floor library and created a new version called Froom. Due to the lack of ongoing maintenance and updates on Floor, I decided to take on the responsibility of continuing its development to ensure it stays up to date with the latest requirements and improvements in the Flutter ecosystem. #859
Link: https://github.com/wilinz/froom Pub link: https://pub.dev/packages/froom
Much appreciated! Thank you 🙌🏻