mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 13:38:13 -08:00
1.3 KiB
1.3 KiB
🚀 Fladder Dev Setup
🔧 Requirements
Ensure the following tools are installed:
- Flutter SDK (latest stable)
- Android Studio (for Android development and emulators)
- VS Code with:
- Flutter extension
- Dart extension
Verify your Flutter setup with:
flutter doctor
🚀 Quick Start
# Clone the repository
git clone https://github.com/DonutWare/Fladder.git
cd Fladder
# Install dependencies
flutter pub get
🐧 Linux Dependencies
If you're on Linux, install the mpv dependency:
sudo apt install libmpv-dev
🛠️ Running the App
- Connect a device or launch an emulator.
- In VS Code:
- Select the target device (bottom right corner).
- Press
F5or go to Run > Start Debugging. - If prompted, select "Run Anyway".
⚙️ Code Generation
Generate build files (e.g., for json_serializable, freezed, etc.):
flutter pub run build_runner build
Tip: Use
watchfor continuous builds during development:
flutter pub run build_runner watch
🌐 Using a demo Server
You can use a fake server from Jellyfin. https://demo.jellyfin.org/stable/web/