Etiqueta: apps

  • A reading and video platform in an application using flutter

    Sikh-App A spiritual app consisting of holy reading and videos Vision Statement The aim is to create an app that might be used by thousand of people to start their day with a spiritual tour of their holy readings. The app consists of many sikh readings and videos. Tools and technologies I have used the Google’s flutter platform to create …

  • TubeCards – Cross-platform Spaced Repetition App written in Flutter

    TubeCards build with Flutter. What is TubeCards? TubeCards is a cross-platform spaced-repetition app which is seamlessly integrated with Youtube. It is written in Dart using Flutter. Screenshots Build Install Flutter Clone repository git clone https://github.com/friebetill/tubecards.git Get packages flutter pub get Update generated flutter files ./scripts/update_generated_files.sh Update language files ./scripts/update_language_files.sh Have a question? If you need any help, feel free to …

  • Super Course App With Beautiful Fiture and UI

    📦 Course App Super Course App With Beautiful Fiture & UI. 📄 Page Include Verify OTP Code Page Home Page Course Detail Page 🎖 Installing dependencies: flutter: sdk: flutter # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.2 google_fonts: ^3.0.1 🚀 Getting Started Clone this project …

  • Fifa world cup album manager – 8ª edition of Dart Week from Academia do Flutter

    DartWeek 8ª edição – FIFA WORLD CUP album manager Dia 1 Resumo: Adciona assets, dependências, seta tema dos botões, textos e cores Cria splashPage Resultado Como usar Disponível para windows e android – Com o git instalado no computador, clone o repositório usando o: $ git clone https://github.com/e-medeiros1/world_cup_album_manager.git – Entre no diretório com: $ cd .world_cup_album_manager – Vá para o …

  • A toll payment mobile Application using flutter

    Toll Pay Table A: Group Members # Names Role 1 Kasasira Charles Derrick Google Maps & Weath API 2 Lukyamuzi Akram Generate QR 3 Nakuwanda Hellen Bridget Authentication 4 Langalafa Gideon Ohure User Interface Inital Screen 5 Tangaya Daphine Damalie Mobile Payment Integration Problem Statement TRoad tolling is a method of raising revenue form transport infrastructure through imposing a charge …

  • A simple Flutter app to estimate heart beats per minute

    Flutter Heart Rate Monitor 💗 A simple Flutter app to estimate heart beats per minute. The data estimated in the app uses Heart Rate API which is complety free to use. Check following repository to know more about Heart-Rate-Api. Demo Requirements Any Operating System (i.e. MacOS X, Linux, Window) Any IDE with Flutter SDK installed (i.e. IntelliJ, Android Studio, VSCode …

  • Reacts when there are no user activities in your application

    activsy reacts when there are no user activities in your application Installation dependencies: activsy: ^1.0.1 Usage void main() { Activsy.config(seconds: 10, noActivity: () async { /// perform operation /// call the start to continue monitoring }); runApp(const MyApp()); } or void main() { Activsy.config(seconds: 10, noActivity: () async { /// perform operation /// call the start to continue monitoring }).init(); …

  • An application that has the function of displaying a list of restaurants in several famous cities in Indonesia

    Resto Finder       Restaurant App is an application that has the function of displaying a list of restaurants in several famous cities in Indonesia. You can also activate the notification feature which will provide restaurant recommendations at 11 am. Apps Feature: Show List of Restaurants in City Search Restaurants Restaurant Details Show Review and Create Review Favorite Restaurants …

  • PlantZ – A Inspiration and Habbit Routine App for Your Plant

    📦 Plant App PlantZ is a Inspiration & Habbit Routine App for Your Plant. 🎁 Fiture App Name Clean Code & UI 📄 Page Include OnBoarding Page Home Page 🎖 Installing dependencies: flutter: sdk: flutter cupertino_icons: ^1.0.2 google_fonts: ^3.0.1 lottie: ^1.4.3 dev_dependencies: flutter_test: sdk: flutter flutter_lints: ^2.0.0 🚀 Getting Started Clone this project || Download Zip from GitHub Run flutter …

  • Flutter based mobile application for cinema seats reservation

    cinema Station – cinema resevation. Flutter based mobile application for cinema seats reservation with an fully functioning Admin application to manage the application – with cinema station you will be able to fnd, explore and book your seats from home. 🔭 Used technologies: BLOC “CUBIT” for state management. HTTP package. Firebase “realtime database – firebase authentication – firestore”. Shared preferences. …

  • Rental Girl Friend App Made With Flutter

    Rental Girl Friend App – Made With Flutter A rental app made for you. Rental Girl Friend is an app made with Flutter framework to provide online rental functionality. The release apk is available under the release tags. It’s also available on this drive link – [Rental Girl Friend APK] Demo 1. Onboarding, Sign up & Sign in Welcome Screen …

  • Listen to remote Flutter GTK application instances’ command-line arguments and file open requests

    gtk_application This package allows the primary Flutter GTK application instance to listen to remote application instances’ command-line arguments and file open requests. NOTE: linux/my_application.cc must be modified for this package to be able to function. See “Getting Started” below for details. gtk-application.webm Getting Started Apply the following changes to linux/my_application.cc: my_application_activate(): activate an existing window if present diff –git a/example/linux/my_application.cc …

  • A Demo application for Serverpod server app for accessing database

    demopod A Demo application for Serverpod server app for accessing database. For complete documentation visit Serverpod Serverpod Serverpod is a next-generation app and web server, built for the Flutter community. It allows you to write your server-side code in Dart, automatically generate your APIs, and hook up your database with minimal effort. Serverpod is open-source, and you can host your …

  • Open Source app to keep an eyes on your daily routine

    Habit-Tracker-App Open Source app to keep an eyes on your daily routine. The insights will help you be more productive and plan your day more efficiently. Join the discussion on Discord: Contributing Guidelines Please follow the contributing guidelines to contribute to the project. Documents related to the project: CODE OF CONDUCT Contributors👩‍💻👨‍💻 : GitHub View Github

  • Flutter Uber Clone / Taxi App

    Flutter Uber Clone / Taxi App Getting Started Get the apk for this project at this link There are mainly two aspects to consider in order to have this project working: Don’t forget to add your own google maps api into the androidmanifest.xml file This is not requered but you can conect the project to your firebase project by chamging …

  • Slicing FinkuApp Made With Flutter

    📦 FinkuApp Slicing FinkuApp Made With Flutter 🎖 Installing dependencies: flutter: sdk: flutter # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.2 dotted_border: ^2.0.0+2 🚀 Getting Started Clone this project || Download Zip from GitHub Run flutter pub get In Terminal Run the project In Web …

  • A home automation mobile application made using flutter and dart

    Smart Home App A home automation mobile application made using flutter & dart 🏠 Screenshots 📷 Technologies Used : Geolocator to get current user location. Open Weather Map API to get current user location humidity, and temperature, and country. Flutter Bloc for state management. Injectable and GetIt for Dependency injection. Still to do : Profile screen. Complete schedule screen. Add …