Categoría: Apps

Categoría agregada por el Plugin WPeMatico

  • An Application for the History of Indonesian Heroes with Flutter

    sejarah_pahlawan Tutorial Build with Android Studio https://www.youtube.com/watch?v=MtHVX3w2E4A Tutorial Build with Step by Step https://rivaldi48.blogspot.com/2023/02/tutorial-membuat-aplikasi-sejarah-pahlawan-indonesia-dengan-flutter.html **If you use the Source Code, please make sure to credit and backlink to Azhar Rivaldi 👇 Click For Support Me : 📄 License Copyright (C) Azhar Rivaldi Licensed under the Apache License, Version 2.0 (the «License»); you may not use this file except in compliance …

  • A simple Flutter app to Read and Download books

    📖📖 Flutter eBook App A simple Flutter app to Read and Download books. The Books included in the app are from the Public Domain (Expired Copyright and completely free). The Feedbooks API was used to fetch books. App icon To download this app, click here to see the codemagic builds. You can choose to install the apk or the ipa(ios). …

  • An image style transfer application using Flutter

    artiluxio An image style transfer application Artistic style transfer involves generating a new image called a pastiche by merging two input images – one that represents the content and another that represents the artistic style. It is one of the most thrilling advancements in deep learning in recent times. This application is used to transfer styles between images, allowing you …

  • A flutter project to show the most rated TV SHOWS

    project This is an Application project to get a job in DOONAMIS -> They asked me to implement MVVM architecture using Riverpod to get access to an API in order to see the best rated TV-series I’ve used Provider instead and implemented an offline version with an non SQL database (HIVE) & HTTP lib also create a res folder to …

  • Public Transit mobile app made in Flutter

    Rigify – Public Transit Routes and Timetables GTFS data fetching and converting it into a user friendly UI. About Developed in motion of not being able to find a good looking and not full of Ads public transit timetable app and deciding to build one on my own. This project uses AdMob for showing Banner Ads (Currently only Banner ads …

  • A Flutter application that notifies patients of nearby hospitals

    TRACKIUM 🚑 An Ambulance Tracking System! A mobile application built using Flutter that notifies patients of nearby hospitals and the estimated time of arrival of the ambulance.It provides the hospital as well as ambulance drivers with critical information such as the patient’s location and enables effective GPS route management via real time traffic information on scheduled routes. Why TRACKIUM? Other …

  • A Tesla Concept Mobile App project created in flutter using Provider

    Tesla Concept Mobile App A Tesla Concept Mobile App project created in flutter using Provider. Code works well for both Android and Ios, Link to Design: https://dribbble.com/shots/6201044-Tesla-Model-Y-Concept-Ui-Freebie-Figma Preview Android Iphone How to Use Step 1: Download or clone this repo by using the link below: https://github.com/EjiroAv/tesla_mobile_app_concept.git Step 2: Go to project root and execute the following command in console to …

  • A Flutter app that serves as a bridge between farmers and potential customers

    Farmdrive 📜Description Farmdrive is a mobile app that serves as a bridge between farmers and potential customers. The application helps farmers to reach a wider audience and allows customers to buy fresh produce directly from the source. Flutter Laravel 👓Showcase 📲Installation Navigate to the releases page and download and install the latest version. Previous versions are located there too.🔖 🧘‍♂️Motivation …

  • Sample app to demonstrate the features in the AppsFlyer Flutter SDK

    🚀 AppsFlyer SDK Sample App for Flutter 📱📱 This is a sample Flutter app that demonstrates the integration of the AppsFlyer SDK. The app is using version 6.9.3 of the SDK. Sample app packageName is com.appsflyer.sdk.support.flutter.demo.af_flutter_sample_app 🎁 Features 🎉🎉 This sample app includes the following features: 📝 Basic Integration Instructions 📝 When the application is first being launched, the SDK …

  • Integrate OpenAI APIs ( GPT, Dall-E.. ) quickly and easily inside your Flutter application

    Flutter OpenAI This is an open-source Flutter package that leverages the use of dart_openai for connecting and integrating OpenAI Art-Of-State models such as GPT and Dall-E directly inside your Dart/Flutter application. This package comes with prebuilt widgets, and Flutter components that can be used directly inside your app to make the process even easier and faster to fit for your …

  • A flutter material app to keep track of all errands of a community

    Page Boy Material Application Description A flutter material app with realtime firebase backend services to keep track of all errands of a community. Getting Started Dependencies * firebase_core: ^2.4.1 * firebase_auth: ^4.2.5 * cloud_firestore: ^4.3.1 * flutter_launcher_icons: ^0.11.0 Screenshots Help * Refer above for advised dependency versions. GitHub View Github

  • Flutter app to learn about localization and internationalization

    Hi, I’m NASEER! 👋 Flutter- Localization and Internationalizatio Flutter localization and internationalization (i18n) is the process of adapting an app to different languages and locales. This involves translating text, formatting numbers and dates, and adapting the app’s layout to better suit the target language. The Flutter framework provides support for internationalization through the flutter_localizations package and the intl package and …

  • A cross platform flutter app for browsing, saving and editing online documents

    A cross platform flutter app for browsing, saving and editing online documents, including server, powered by onlyoffice. Also a convenient tool to set up a personal cloud-document space. Server setup Docker preparation Setup onlyoffice documentserver: docker pull onlyoffice/documentserver and docker run -it -p 8990:80 onlyoffice/documentserver. More details could be found at documentserver. Using onlyoffice/documentserver:latest-arm64 if your machine is arm64 linux. …

  • A simple app that tracks the price of cryptocurrencies

    Crypto Price Tracker App – Flutter This is a simple app that tracks the price of cryptocurrencies. It uses the CoinPaprika API to fetch the data. The app is built using Flutter and Dart. Quick Demo Video Demo 20230205_213852.mp4 Need Help? If you need help in setting up the project or have any questions, feel free to reach out to …

  • A simple Flutter app to manage expenses

    🧾🪙 Flutter Expense Management App A simple Flutter app to manage expenses. A pet project to improve skills and learn new features. I had several technical task: ⚡ UI: Figma template https://www.figma.com/community/file/1141026080000052242 ⚡ Tasks Due to given UI kit create prototype describing all features. Add translations (ukr, eng) Authentication should be on user’s device with the usage of biometrics if …

  • Food Sweet App with Flutter

    Food-Sweet App Prints How to use To clone and run this application, you’ll need Git and Flutter installed on your computer. From your command line: # Clone this repository $ git clone https://github.com/RambaraRambara/Food-Sweet.git # Go into the repository $ cd Food-Sweet # Install dependencies $ flutter packages get # Run the app $ flutter run GitHub View Github