The Korean school Receipt Generator
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
./windows/runner/resources/app_icon.ico
On Windows 11 go to settings: Click on Privacy & Security and after, click on for developers option. On for developers settings, activate the Developer mode option (Install apps from any source...).
flutter build windows
cp -R ./assets_real/* ./build/windows/runner/Release/data/flutter_assets/assets
Build with the msix
msix_config:
display_name: Flutter App
publisher_display_name: Company Name
identity_name: company.suite.flutterapp
msix_version: 1.0.0.0
logo_path: C:\path\to\logo.png
capabilities: internetClient, location, microphone, webcam
flutter pub add --dev msix
flutter pub run msix:create