Vee is a modern Flutter-based mobile app that brings space exploration to your fingertips. It integrates various NASA APIs to provide stunning daily images, live ISS tracking, Mars rover photos, upcoming space missions, and more. On top of that, Vee features an AI-powered chatbot with voice-to-text support, allowing you to explore space knowledge in a text or conversational way.
πͺ NASA APIs Integration β Astronomy Picture of the Day (APOD), Mars Rover Photos, missions, and other space data.
π ISS Tracker β Follow the International Space Station in real time.
π¨ Dark & Light Themes β Beautiful UI with Material Design 3 and seamless theme support.
π€ AI Chatbot β Voice-to-text interaction to explore space knowledge conversationally.
πΌοΈ Daily Space Images & Info β Stay updated with astronomy content every day.
π± Modern Flutter UI β Clean, intuitive design.
π°οΈ Space Missions Database β Browse upcoming and past missions.
Clone the repository:
git clone https://github.com/Naomer/Vee.git
Install dependencies:
flutter pub get
Create a .env file in the root directory with your API keys:
NASA_API_KEY=your_nasa_api_key_here
AI_API_KEY=your_ai_model_api_key_here
Run the app:
flutter run
Flutter SDK
NASA APIs
AI Model API (for chatbot)
Google Maps API
Various Flutter packages (see pubspec.yaml)
Contributions are welcome! Feel free to submit a Pull Request.