Flutter-Mainz-App-Loyal-Card-Systems-With-NFC-
Flutter-Mainz-App-Loyal-Card-Systems-With-NFC- copied to clipboard
Installing the project
Salam Hassan, is there a tutorial to install your project and test it ?
This is a real project that has been put on hold and unfortunately there isn't a tutorial. Since it has not been updated for a long time, it may create errors but methods should be still same. let me know if you need any help about it.
This is a real project that has been put on hold and unfortunately there isn't a tutorial. Since it has not been updated for a long time, it may create errors but methods should be still same. let me know if you need any help about it.
Thanks for replying i really appreciate, I’m really interested by the project and trying to make it fully functioning, i presume you’re the author of the project ? And can help with the setup ?
I opened the project with Android studio and ran out into an issue
Resolving dependencies... The lower bound of "sdk: '>=2.2.2 <3.0.0'" must be 2.12.0' or higher to enable null safety.
The current Dart SDK (3.0.6) only supports null safety.
i guess it was developed with different Flutter version ? do you know which one ?
Update
i downgraded to dart sdk 1.19 the Nfc read version 0.1.0. uses but i got these errors:
The plugin flutter_nfc_reader uses a deprecated version of the Android embedding.
To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2 embedding. Otherwise, consider removing it since a future release of Flutter will remove these deprecated APIs.
It has been more than two years since the project was suspended. But I would like to help you as much as I can.
First try to remove google service connections (map, firebase, authenticator)
If there are any other APIs in use, try to find them from 'debug' and remove
Unfortunately, I don't remember which Flutter version I used. but it should be 2.14 or 2.4.
When we were writing this application, there were not many plug-ins of the NFC type in Flutter. We were using the first version of the plugin flutter_nfc_reader . Unfortunately, it may have been discontinued.
and we were using visual code instead of android studio.
If you still have a problem, I can download the project for you and install it.
Amazing i really appreciate and i want make it work an revive the project, i will try as advised if i a run into issues i would appreciate bit of help, i found also someone who has upgraded the NFC redaer to flutter 3 if it can help but i dont know how to integrate it i tried but didnt work https://github.com/matteocrippa/flutter-nfc-reader
Any help?