/korean_school_receipt_generator

The receipt generator for the Korean School of Auckland

Primary LanguageDart

korean_school_receipt_generator

The Korean school Receipt Generator

Getting Started

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

Change icon

./windows/runner/resources/app_icon.ico

need to install C++ together. C++

Enable the developer option in Windows

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...). windows 11

Normal build

flutter build windows

Post build

cp -R ./assets_real/* ./build/windows/runner/Release/data/flutter_assets/assets

Build with the msix

pubspec.yaml

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

install msix and build

flutter pub add --dev msix
flutter pub run msix:create