Installation Guide
Simple steps to get your MartFury app running on your computer.
🚀 Quick Start
What You Need
- A computer (Windows, Mac, or Linux)
- Internet connection
- About 30 minutes of your time
Step 1: Install Flutter
- Go to flutter.dev
- Click "Get Started"
- Follow the installation guide for your computer
- This will take about 15-20 minutes
Step 2: Get the App Code
- Download your MartFury app files
- Extract them to a folder on your computer
- Remember where you put this folder!
Step 3: Set Up Your App
- Open Terminal (Mac/Linux) or Command Prompt (Windows)
- Navigate to your app folder:bash
cd path/to/your/martfury-app
- Install dependencies:bash
flutter pub get
Step 4: Connect Your Website
- Open the
.env
file in your app folder - Change this line to your website:
API_BASE_URL=https://your-website.com
- Save the file
Step 5: Test the App
- Connect your phone or start an emulator
- Run this command:bash
flutter run
- Your app should start! 🎉
🔧 If Something Goes Wrong
"Flutter not found"
- Make sure you installed Flutter correctly
- Restart your terminal/command prompt
- Try running
flutter doctor
to check installation
"No devices found"
- Connect your phone with USB cable
- Enable Developer Options on your phone
- Or start an Android/iOS emulator
"Build failed"
- Run these commands:bash
flutter clean flutter pub get flutter run
📱 Next Steps
Once your app is running:
- Customize it: Follow the Quick Setup Guides
- Set up social login: Check Social Login Setup
- Deploy it: Follow the Deployment Guide
🆘 Need Help?
- Check the FAQ for common questions
- Read the Troubleshooting Guide
- Contact support if you're still stuck
Remember: Don't worry if this seems complicated at first. Most people get it working within an hour, and we're here to help!