Skip to content

Cascalio-Studio/spool-coder-app

spool-coder-app

The native app version of spool coder

Setup

⚠️ Platform folders are not included in this repository.

Platform Setup Guide

This project excludes auto-generated platform folders from version control. When setting up the project or adding new platforms, follow these steps:

Initial Setup

After cloning the repository, you'll need to generate the platform folders:

# Get dependencies
flutter pub get

# Create platform folders (choose what you need)
flutter create --platforms android,ios,windows,macos,linux,web .

Available Platforms

Android

flutter create --platform android .

iOS

flutter create --platform ios .

Windows

flutter create --platform windows .

macOS

flutter create --platform macos .

Linux

flutter create --platform linux .

Web

flutter create --platform web .

All Platforms at Once

flutter create --platforms android,ios,windows,macos,linux,web .

Important Notes

  • Platform folders are auto-generated and should not be committed
  • Any platform-specific customizations will need to be documented separately
  • CI/CD pipelines should include platform generation steps
  • Team members must run the platform creation commands after cloning

Building and Running

After creating platforms:

# Run on available platform
flutter run

# Build for specific platform
flutter build android
flutter build windows
flutter build web

About

The native app version of spool coder

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Contributors 4

  •  
  •  
  •  
  •  

Languages