Etiqueta: flutter

  • English Lessons App developed in Dart/Flutter

    English Lessons App is developed in Dart/Flutter The main feature of application: The video player which is related to lecture Reference which is used text body of lecture Presentations of lecture are included in presentations section Admin can easily add their own glossaries, words, references, Tests which are related to lecture GitHub View Github

  • A customizable floating action button menu that will pop up fabs with special animation

    A customizable floating action button menu that will pop up fabs with special animation. Installation In the pubspec.yaml of your flutter project, add the following dependency: dependencies: flutter: sdk: fan_floating_menu: any Import the fantasy menu package like this: import ‘package:fan_floating_menu/fan_floating_menu.dart’; Usage Simply create a FanFloatingMenu widget, and pass the required params: FanFloatingMenu( menuItems: [ FanMenuItem(onTap: () {}, icon: Icons.edit_rounded, title: …

  • Real-Time Bus Scheduler App using Flutter and Firebase

    Personal Project: Real-Time Bus Scheduler App Developed a bus scheduler app using Flutter and Firebase database Created a real-time updating system that allows users to see the current location of the buses and their estimated arrival times Implemented a user authentication feature that allows only authorized personnel to update the database and manage the bus schedules Designed a user-friendly interface …

  • A Flutter application that allows users to access the capabilities of GPT

    GPT Mobile GPT Mobile is a mobile application developed using Flutter that allows users to access the capabilities of GPT without the need for a browser. It includes features such as speech-to-text and text-to-speech, making it even more accessible to users. Features Real-time GPT-generated responses Speech-to-text feature for instant transcription Text-to-speech feature for AI-generated responses User-friendly UI similar to ChatGPT …

  • A normal one page app that display the two cards and network image

    Flutter Libya App This is a simple Flutter app that demonstrates a profile card UI. The main goal of this project is to showcase Flutter’s capabilities in creating aesthetically pleasing and responsive user interfaces. Features Profile image with a circular frame Custom text styles for the name and title A card layout for displaying location and Facebook page information A …

  • An application to help coders keep track of their coding activity and growth across multiple platforms

    Programmer Profile Frontend An application to help coders keep track of their coding activity and growth across multiple platforms! Currently the app supports github, leetcode and codeforces profile. Try it out at : https://play.google.com/store/apps/details?id=com.kitaihazure.graphenous1 Features Email Authentication with verify OTP Profile Page – GitHub authentication and Codeforces, Leetcode username settings, update profile picture Home Screen – User description (can be …

  • Invoice Management Application Using Flutter

    Invoice Management UI Invoice Management Application Using Dart language and Flutter Framework Clean UI. Demo Apk Getting Started git clone https://github.com/om-chauhan/Invoice-Management-System-Flutter-UI.git flutter pub get flutter run Screenshots Side Drawer Home Create Invoice Invoice List View Invoice Payment List Profile Employee List Add Employee Product List Add Product GST List Licence MIT Licence

  • A 2D infinite side scroller made using Flame engine

    Dino Run A 2D infinite side scroller made using Flame engine. Demo Downloads Google Play Itch.io Build steps # Clone this project $ git clone https://github.com/ufrshubham/dino_run # Access $ cd dino_run # Install dependencies $ flutter pub get # Run the project (Make sure that a virtual or physical device is connected first) $ flutter run # The will start …

  • A football app project built with flutter

    Footballo App This is a football app project with the flutter framework. Starting 🚀 These instructions allow you to get a copy of the running project on your local machine. Pre-requisites 📋 You need flutter sdk: ‘>=2.19.6 <3.0.0’ Installation 🔧 Make a git clone or download it in zip git clone https://github.com/irania9O/football_application.git Get in the directory Run 🚀: flutter run …

  • A smart garbage collection system built using Flutter

    Smart Garbage Collection System A smart garbage collection system built using Flutter and Firebase that uses sensors to detect the percentage of garbage bin fill levels. The app allows the waste management team to view the status of all garbage bins. Additionally, the app helps users find the shortest route to a selected garbage bin. Screenshots Features Real-time monitoring of …

  • Quick Application Layer of official Epitech’s intranet

    Intra Official epitech’s intranet application aivailable on you’re smartphone and over. On the application you can: Have access to all of the functionnality aivailable on the intranet but in a more user friendly way, and in application format. the application is realise using flutter, use javascript injection in the webview to interact with the web version of the intranet, use …

  • Pull the rope app built with flutter

    pull_the_rope Pull the rope and do what ever you want – with #flutter💡 Created by Shivam Mishra @shivbo96 Setup Make sure your Flutter SDK is at latest version You can retrieve an archive of this SDK on the Flutter releases webpage, or run flutter upgrade in your shell to update to the latest version. Run flutter pub get to sync …

  • A training app made with flutter and Firebase

    Fit Track A training app made with Firebase. Application Video & Screenshots Firebase Auth Screenshot Libraries: Initialize the Flutter project, add all the necessary dependencies mentioned above in the pubspec.yaml configuration file and run pub get. pubspec.yaml dependencies: flutter: sdk: flutter cupertino_icons: ^1.0.2 #Text google_fonts: ^4.0.3 #Responsive sizer: ^2.0.15 #Image flutter_svg: ^2.0.5 #Navigation go_router: ^6.2.0 #Splash flutter_native_splash: ^2.2.19 #State Management …