Sleeq the final project of 8 Epitech students, it is a cross-platform intelligent e-wallet.
Gather all your documents and carry them everywhere you go.
Sleeq utilize the OCR (Optical Character Recognition) technology to identify the type of your documents, categorize them, and present them to you in an intelligent way.
Thanks to Sleeq it is surprisingly easy to find all you documents anytime, anywhere. Just search for a word that is in you document/picture with Sleeq's searching engine and you will find it right away.
Access to Sleeq throught our website, or download our browser extension
Unfortunatly the mobile app is not available yet in the public stores.
FlutterFlow projects are built to run on the Flutter stable release.
To test on a real iOS / Android device, first connect the device and run the following command from the root of the project:
flutter test integration_test/test.dartTo test on a web browser, first launch chromedriver as follows:
chromedriver --port=4444Then from the root of the project, run the following command:
flutter drive \
--driver=test_driver/integration_test.dart \
--target=integration_test/test.dart \
-d chromeFind more information about running Flutter integration tests here.
Refer to this guide for instructions on running the tests on Firebase Test Lab.