Active participation to Flutter community events
Tag: flutter
100 prisoners problem flutter running tests
GitHub Code https://github.com/shadowmanpat/HundredPrisonersProblem Web Demo https://hundredprisoners.nickagas.com/#/ Run tests The 100 prisoners problem is a mathematical problem in probability theory and combinatorics. In this problem, 100 numbered prisoners must find their own numbers in one of 100 drawers in order to survive. The rules state that each prisoner may READ MORE
Tflite Flutter Cat/Dog detection
libraries Download training datasets from kaggle Train your model at Teachable Machine https://teachablemachine.withgoogle.com/train/image Import the exported tflite model and labels to your flutter project, load them and start using them. https://github.com/shadowmanpat/artificial_flutter
xmlhttprequest error flutter web
Trying every possible solution in .htaccess didn’t help in my case. So if anyone else is on the same page here is a solution that worked for me. put this code in the index.php file and it will work like READ MORE
Flutter debugging
Flutter debugging