Space App using Flutter with JSON Data

Space App🌌 It’s an app that allows users to find out more about planets🌎 -A splash screen with a beautiful photo of the Earth welcomes users. On the main screen, there are sections ‘planets’, ‘comets’,‘stars’, ‘satellites’. Users can read astronomy news and check the cards of space objects. On the overview screen, we can read information about the planet and …

Beautiful Habit Tracker App with support for both dark and light modes

Flutter Habit Tracker App UI + Backend Flutter 3.14.0-0.2.pre Null Safety Beautiful Habit Tracker App with support for both dark and light modes. Created by Martin Gogołowicz. You can find Features and dependencies below! How the app looks: Features and dependencies: Dark and Light Mode friendly Responsive design Add new habit Mark as done View in the built-in calendar (with …

Plant disease detector and fertilizer recommendation system

PlantDoctor 🌱 – A solution for farmers Features 🌟 🔎 Detects plant disesases from photo using ML model Works both offline (through raspberry pi) and online. Neumorphic design 🖌️ for unqiue asthetics Installation/Releases 📥️ Donwload from here Demo 📱 Build/Setup 🛠️ Install flutter git clone https://github.com/AM-ash-OR-AM-I/PlantDoctor.git cd PlantDoctor flutter pub get Start debugging 🚀 Tech Stack 🧑🏻‍💻 Flutter Python (Flask, …

Pokedex app built with Flutter

Flutter Pokedex Pokedex app built with Flutter App preview Video demo Installation Add Flutter to your machine Open this project folder with Terminal/CMD and run flutter packages get Run flutter run to build and run the debug app on your emulator/phone Todos Home Home – Apply Sliver effect in home screen Pokedex Pokedex – FAB Pokedex – Add FAB animation …

A satisfactory ranking platform for educational institutes

Campus Saga Revolutionize university life with our app, enabling students to post, solve, and discuss academic challenges. Admins review and rate solutions, fostering collaboration. With MVC architecture and GetX state management, enjoy smooth navigation, user profiles, problem showcases, promotions, and university rankings! 📱 Screenshots 📖 Features User registration and authentication. Anonymous posting of university-related issues. Rating of universities based on …

Mobitru App built with Flutter

Mobitru Flutter Demo Application In this repository, you will find our Mobitru Flutter demo App. You can use it as a demo App for test automation or manual practice on your local machine or on the Real Device Platform. Functionalities UI Controls This app contains variations of the most useful UI widgets like: Text Input Button Image Icon BottomNavigationBar More …

An app that aids competitive Scrabble players to search, learn and review word lists

pangolin An app that aids competitive Scrabble players to search, learn and review word lists Update 09/05/2023 Features: Search for words in the Scrabble dictionary using pattern match, anagram match, probability order and include match. Add words to the favorite list that can be reviewed in the home page. Review words based on famous beginner-friendly lists from the review section …

A simple medical app UI with Provider state management

MedCure – Your Medical Companion MedCure is a simple medical app that provides a user-friendly interface for finding doctors, managing appointments, and keeping track of your medical transactions. It’s built using Flutter and utilizes the Provider state management for smooth data handling. Features Find Doctors: Easily search for doctors by name or specialty. Book Appointments: Schedule appointments with your preferred …

A classic minesweeper game fully implemented in Flutter

mines_sweeper Overview mines_sweeper is a classic minesweeper game fully implemented in Flutter. The game challenges players to clear a rectangular board containing hidden “mines” without detonating any of them. Installation Clone the repository and navigate to the project directory. Run the game using your preferred Dart environment. Usage The game starts with a grid of unmarked squares. Some randomly selected …