Hướng dẫn cài đặt pFood

Mandatory setup INFO Same documentation for all related projects like Delivery man. Run an existing flutter project on IDE​ Change App Logo​ You can generate app icon from this website https://app icon.co. TIP Recommended tutorial is below 👇 Change App Name​ Change […]

Hướng dẫn fix lỗi không cập nhật version code khi up lên ch play

Update version:A.B.C+X in pubspec.yaml. For Android: A.B.C represents the versionName such as 1.0.0. X (the number after the +) represents the versionCode such as 1, 2, 3, etc. Do not forget to execute flutter build apk or flutter run after this step, because: When you run flutter build apk or flutter run after updating this version in the pubspec file, the versionName and versionCode in local.properties are updated which are later picked up […]