Autor: atomicflavor

  • The ultimate Space Edu-Tainment experience project built using Flutter

    StellarIndia The purpose of this project is to develop the ultimate Space Edu-Tainment experience in a variety of platforms. From the start, StellarIndia has been developed to be light-weight, fast and easy to use. It is built with the purpose that education comes together with interaction. This project has been built using the Flutter framework, which allows to build an …

  • A free and open-source TV news app with Flutter

    Digilog TV Or download the latest APK from the Releases Section What is Digilog TV? A free and open-source TV news app, inspired by Linux Mint’s Hypnotix. The app features English news channels from all around the world, sourced from Free-TV/IPTV on GitHub, just like Hypnotix, to ensure that it only includes free, legal and publicly available content. For news …

  • BennettHub: A social networking platform for the university’s students

    BennettHub Bennett Hub App A social networking platform called Bennett Hub was created especially for the university’s students. Many people, including their batchmates, students from various courses, their seniors, their juniors, and essentially everyone who is a part of the university, would find this application to be a blessing in their quest to widen their social circle and meet new …

  • Voice-Based Notes App built with Flutter

    Voice-Based Notes App Overview The Voice-Based Notes App is a Flutter project that allows users to create and manage notes using voice commands. This app leverages speech-to-text technology to convert spoken words into text notes, making it a convenient and efficient tool for capturing ideas and information on the go. App Preview Features Voice-to-text note creation: Simply speak, and the …

  • UI Clone of Popular bkash app using flutter

    bkash_ui UI Clone of Popular bkash app, this is a popular MFS app in our BD. The reason for making it is industry level UI and its layout, animation which is standard and user friendly. Why do this😊 Basically the reason for doing this UI is to try to make it realtime and how an industry level application needs to …

  • Triple seven slots game built with Flutter

    Triple seven slots game PROJECT INFO Triple seven slots game based on the latest version of Flutter Game is properly working on Android, iOS and WEB Features Ability to make bet, user balance is locally stored Spin wheel each 8 hours Different lotties for prizes and balance increasing Demo Triple Seven Slots Game demo777.movie.mp4 Installing: 1. Clone this repo to …

  • An Online multiplayer Tictacktoe game with Flutter

    mp_tictactoe This is an Online multiplayer Tictacktoe game where two player can play simultaneously. Whoever gets 6 points of score first wins the game. one player have to create a room and others have to join the room my inputing rooms ID number given by the player1(Who has created the room). The Project in coded in flutter language and javacsript …

  • Paintball Zone APP development using Flutter

    Paintball Zone Flutter App Paintball Zone Flutter APP is a mobile application in development using Flutter. Paintball Zone Paintball flutter app. Description 📚 This project aims to assist in managing games at a paintball field. The platform features two types of user profiles: Client: This profile allows users to access their virtual loyalty card. As the card is filled through …

  • A fully fledged management app with cloud synchronization

    Tracely Tracely is your ultimate management app with seamless cloud synchronization. Keep an organized track of all your projects, ideas, notes, and everything else you can imagine – all in one place, across multiple devices. 📊🗂️ Status: In Progress 🚧 Tracely is currently under active development. Stay tuned for updates as we work to bring you the best experience! 🛠 …

  • A Flutter app designed to help you find mentors to hone your skills

    MentorMingle A Flutter app designed to help you find mentors to hone your skills. This repository showcases the app’s mesmerizing UI and captivating animations. ## Getting Started MentorMingle is your gateway to skill enhancement through mentorship. If this is your first step into the realm of Flutter, fret not! Here’s your guide: Clone the Repository: Begin by cloning this repository …

  • A Beautiful Task Scheduler App using Flutter

    Beautiful Task Scheduler App Welcome to the Beautiful Task Scheduler App repository! This Flutter-based task management application combines elegant design with a robust backend, ensuring a seamless and organized task management experience. From stunning UI to real-time synchronization, this app has you covered. Screenshots Features Stunning UI: Immerse yourself in a visually captivating user interface designed to enhance your task …

  • A versatile poster maker app that empowers you to create stunning posters effortlessly

    Poster Pal Modern Poster Maker App Poster Pal is a user-friendly and versatile poster maker app that empowers you to create stunning posters effortlessly. Whether you’re designing for personal or professional use, Poster Pal provides a seamless and intuitive interface to bring your creative visions to life. Features Intuitive Design Tools: Create eye-catching posters with an array of design elements …

  • A pacakage to be used for image input in flutter

    Image_input A pacakage to be used for image input in flutter. Getting Started Import image_input package import ‘package:image_input/image_input.dart’; Profile Avatar ProfileAvatar( radius: 100, allowEdit: true, backgroundColor: Colors.grey, addImageIcon: Container( decoration: BoxDecoration( color: Theme.of(context).colorScheme.primaryContainer, borderRadius: BorderRadius.circular(100), ), child: const Padding( padding: EdgeInsets.all(8.0), child: Icon(Icons.add_a_photo), ), ), removeImageIcon: Container( decoration: BoxDecoration( color: Theme.of(context).colorScheme.primaryContainer, borderRadius: BorderRadius.circular(100), ), child: const Padding( padding: EdgeInsets.all(8.0), child: …