2. Build Widget Tree cho mỗi widget con hoặc group widget 3. Lặp lại bước 2 cho đên khi không còn item nào nữa. 4. Tổng quát 5. Căn chỉnh layout trong các Row, Column 6. Standard Widget 6.1 Container […]
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 […]
On a Mac, for generating a key hash, follow the simple steps below.
Happy Coding. Thank You
Hướng dẫn generate sha1 flutter trên android
Chạy command line ./gradlew signingReport Th phát sinh lỗi SDK version thấp, thì chỉ định SDK tương ứng: tại file gradle.properties thì set thêm dòng: org.gradle.java.home=/Users/hoangphuc/development/jdk-11.0.16.1.jdk/Contents/Home
Lỗi invalid keyhash android khi làm chức năng đăng nhập bằng facebook
Cách xử lý: copy keyhash đó paste vào chỗ setting key hash trên facebook app.
Tổng hợp các tài liệu học Flutter – Tự học
Nguồn: Lê Thành Trung Lời ngỏ Hello các bạn, nếu như bạn đang chán làm mảng dev web hoặc muốn đổi gió qua mảng dev mobile. Mình nghĩ bạn có thể thử sử dùng Flutter. Ở thời điểm hiện tại (2021), Flutter có thể build ra […]
Free up storage space of your Mac for iOS development
by Axel Kee21 Nov 2018tips It’s easy to run out of disk space when you are doing iOS development on your Mac, especially if your Mac has only 128GB of storage. Ever gotten this warning when you want to update […]
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 […]