Welcome to our simple Flutter project. The objective for building this app is to check a website, whether is safe or malicious.
Provider used in this project are from VirusTotal.com using their free API.
For early testing, you can download the APK here
-
Do
git pull
to your local drive by execute this command below on your empty repo folder
cd /FILE/TO_YOUR/DIRPATH
git pull https://github.com/oxxydde/webmal_checker.git
-
Go to the
config.dart
inlib/components
folder and paste your API token at the"token"
value. -
Build the project to APK file with this command.
flutter build apk
-
The APK file will appear as
app-release.apk
inbuild/app/outputs/flutter-apk
directory.