How to get .apk and .ipa file from flutter?

For apk (Android) you need to run the command : flutter build apk –release If you want to split the apks per abi (Split Apk) then run flutter build apk –target-platform android-arm,android-arm64,android-x64 –split-per-abi For ipa (iOS) you need to run the command : flutter build ios –release From the console P.S. –release is optional as … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)