paul-sharing.hashnode.devTÀI LIỆU HƯỚNG DẪN CÀI ĐẶT VÀ KIỂM THỬ Mode KIOSK1. Thông tin chung Gói phần mềm: Thư mục KioskApp.zip. Yêu cầu hệ thống: Windows 10/11. Vị trí cài đặt bắt buộc: C:\KioskApp. Tất cả các file thực thi và script đã được cấu hình cứng theo đường dẫn này để đảm bảo tính ổn định. 2. Quy trình chuẩ...Feb 3·3 min read
paul-sharing.hashnode.devEnhancing Security for Keys in Your Flutter ProjectSecuring sensitive keys like keys, secret keys, or database URLs is crucial for any mobile app development. This guide explains how to use a .env file and the flutter_dotenv package to manage these keys securely in a Flutter project. 1. Why Use .env ...Dec 12, 2024·3 min read
paul-sharing.hashnode.devSetting Up Notifications Using Firebase in FlutterFirebase Cloud Messaging (FCM) is a robust solution to integrate push notifications into your Flutter app. This article will walk you through the process of setting up FCM from start to finish. 1. Setting Up Firebase and FlutterFire CLI Step 1: Add ...Dec 12, 2024·3 min read
paul-sharing.hashnode.devEnum In Dart/FlutterWhen programming with Dart/Flutter, at least a few times we have worked with enum, and you are no stranger to enum. But the following usage can help your code cleaner and use them more easily. Let's get started! Let's create enums: enum StatusEnum {...Nov 14, 2022·2 min read