A Flutter app designed to revolutionize the ticket booking process for football matches

KICKGO KICKGO is a dynamic Flutter application designed to revolutionize the ticket booking process for football matches. With a focus on convenience and user experience, the app allows football enthusiasts to easily purchase tickets, generate QR codes for entry, and enjoy additional benefits such as earning redeemable coins. ♾️ About The Project KICKGO is a dynamic Flutter application designed to …

A Flutter based application which tests personality of the user based upon the choices made by user

Personality Check App The Personality Check App is a Flutter-based application that tests the personality of the user based on the choices made by the user. It presents a series of questions and provides multiple-choice answers. The user’s score is calculated based on the selected answers, and a result is displayed at the end. Features Interactive quiz with multiple-choice questions …

A dynamic cook book ( recipe app ) developed using Flutter and Django

RecipeBox A dynamic cook book ( recipe app ) developed using Flutter and Django. This app allows users to create, discover, save and rate their favorite recipes. Features Browse and search for recipes based on different categories. View detailed recipe information including ingredients, instructions, and images. Save favorite recipes for easy access. [ Not finished yet ] Create and manage …

A barber application that allows users to register seats in advance

Inspiration 💡 The inspiration behind our barber application came from the frustration of waiting for haircuts and the desire to provide a more efficient solution. We aimed to address the pain points of long wait times and enhance the overall experience for customers and barbershops. What it does 📲✂️ Our barber application revolutionizes the haircut booking process. Users can register …

An Android app aimed exclusively at aged people who have received the COVID-19 vaccine

covid-emergency An Android app aimed exclusively at aged people who have received the COVID-19 vaccine Screenshots of Process and App References: Raposo, A., 2021. Measuring Your Heart Rate Using Your Phone’s Camera and Flutter. [online] Medium. Available at: <https://betterprogramming.pub/measuring-your-heart-rate-using-your-phon es-camera-and-flutter-f444d3c4272a> [Accessed 4 April 2021]. Deshmukh, Y., 2021. Easy Ways to Pass and Receive Data With Flutter Stateful and Stateless Widgets …

A customised Flutter TextFormField to input international phone number along

intl_phone_number_field A customised Flutter TextFormField to input international phone number along with the country code. Usage InternationalPhoneNumberInput Available Parameters InternationalPhoneNumberInput( height: 60, controller: controller, inputFormatters: const [], formatter: MaskedInputFormatter(‘### ### ## ##’), initCountry: CountryCodeModel( name: «United States», dial_code: «+1», code: «US»), betweenPadding: 23, onChanged: (phone) { print(phone.code); }, loadFromJson: loadFromJson, dialogConfig: DialogConfig( backgroundColor: const Color(0xFF444448), searchBoxBackgroundColor: const Color(0xFF56565a), searchBoxIconColor: const …

A web3 application that combines hiking and GameFi

HikenDog-For-BNB-Hackathon-Only This is everything for BNB Hackathon Hikendog is a web3 application that combines hiking and GameFi, aiming to provide users with both the joy of hiking and the potential for earning rewards. By integrating gaming elements into the hiking experience, Hikendog offers users an immersive and rewarding journey. HikenDog was born to change the current landscape where many Move2Earn …

A multiplayer tic tac toe game which works in real time, built with flutter

❌⭕ TikiTaka TikiTaka is a multiplayer TicTacToe game which users play in realtime, it works on Android, iOS and Web. It is built with flutter on the client side and nodejs on the server side. Features Users can create/join room Users play in realtime Users points will be displayed Responsive UI 📸 ScreenShots 🚀 Installation After Cloning the repository, migrate …

A Flutter app fetches interesting cat facts

Flutter Cat Facts This project is a Flutter application that uses different technologies and techniques to provide an engaging, informative, and fun user experience. The app fetches interesting cat facts from CatFact Ninja and presents them alongside images sourced from Cat as a Service (CATAAS). All cat facts are stored locally on the device using Hive DB. final.cats.video.mov Key Features …