Etiqueta: android

  • A Food Rating App Built Using Flutter

    Food Rating App This app is called FoodReview. The main feature is we can discover some restaurants, get details, foods, drinks, and post a review for that restaurant. Languages and Frameworks: Here are the features in detail: ⚡ List of restaurant ⚡ Detail restaurant ⚡ Write a review ⚡ Search a restaurant ⚡ Favorite restaurant list ⚡ Add favorite restaurant …

  • Flutter e-commerce Application Example

    Flutter e-commerce Application Example – Day 34 class Afgprogrammer extends Flutter100DaysOfCode { video() { return { «title»: «Flutter e-commerce Application Example», «description»: «Let’s make an e-commerce application.», «day»: 34, } } } Assets Unsplash icon8 Previous Designs Checkout my Youtube channel Development Setup Clone the repository and run the following commands: flutter pub get flutter run Screenshot Home Page Filter …

  • A Flutter Movies App based on themoviedb API

    Movies App 🎬 Hi, do you like movies? 😁 Try MoviesApp here, or if you are a developer click here. There are currently 4 themes in the app. Search for your favourite movie and add it to your favourites. Operating Principle The app sends requests and receives responses from the themoviedb API. To learn more about APIs and the Multitier …

  • Create mobile file manager design using Flutter

    Mobile File Manager Watch it on YouTube Home & Cloud Screen On this file manager design has two pages. The Home page displays file usage information, categories, and some of the recent files. The cloud page it contains a list of services and a list of folders. Dependencies: carousel_slider filesize get percent_indicator GitHub https://github.com/FlutterWithGia/FD-File-Manager

  • Animated Tesla Car App using Flutter

    Animated Tesla App Conect using Flutter Watch it on YouTube Packages we are using: flutter_svg: link This video is for those who want to master Flutter animation. In total there will be four episodes and this is the first one, where you will learn how to create an animated tesla car app using Flutter that works both android and iOS. …

  • A GUI to quickly manage your WSL2 instances

    WSL2 Distro Manager A quick way to manage your WSL2 instances with a GUI. Install This app is available on the Windows Store or as a direct download from the Releases page. As you have come this far here is a promo code for the Windows Store (RR7D2-HR3MF-46GHC-P6Y3F-WPCYZ). You are welcome to support this project by buying it though 🙂 …

  • A flutter project on spotify Desktop App

    flutter_spotify_ui Flutter Spotify Clone, On the Web Resposive! Side Menu and More Controls Hidden when the screens size becomes too small. Next Screen to build You can build the same and Much more with this Guy, –Youtube Marcus NG File Structure: Root -Assets -fonts -UI_images(Outputs) -Pubspec.yaml -README.md -Lib- -Data(Contains all the dummy data used in the app) -Models -current-track_model.dart -models.dart(exports) …

  • Weather App built in Flutter and Riverpod state management

    📈Weather App built with Riverpod This is a weather app built using Riverpod as it’s State Management. This project is an attempt to rewrite the Weather App sample at Flutter Bloc Example created by Felix Angelov in Riverpod. The Meta Weather API was used to provide the data. This project was created for educational purposes only and it’s not intended …

  • A renting platform to rent products for flutter

    Welcome to RentALL Mobile App 👋 A renting platform to rent products APP PREVIEW Install flutter create . Usage flutter run Run tests f5 / debug 👤 Akshat Sachan Show your support Give a ⭐️ if this project helped you! 📝 License Copyright © 2021 Akshat Sachan This project is MIT licensed. MIT License Copyright (c) 2021 AKSHAT SACHAN Permission …

  • An eCommerce Application developed using Flutter+Firebase

      EShopee: Flutter eCommerce App Status 🚧 EShopee App 🚀 Under testing… 🚧 About   |  Features   |  Illustrations   |  Installation   |  Resources   |  Author 🎯 About This is an eCommerce Application developed using FlutterFire (Flutter+Firebase). I have tried to collect all the basic features of any eCommerce App into this application (illustrations included in repository). …

  • Pure: a Social Network Messenger app developed using Flutter

    Pure Pure is a Social Network Messenger app developed using Flutter. Generated by the Very Good CLI 🤖 Tech Stack Flutter Firebase Cloud Functions (https://github.com/Aanu1995/Pure_Dev_Cloud_Function) algolia (For Search) Dependencies State Management (flutter_bloc) image_Picker flex_color_scheme Firebase stream_transform Getting Started 🚀 This project contains 3 flavors: development staging production To run the desired flavor either use the launch configuration in VSCode/Android Studio …

  • A clone of CRED application. Build using Flutter and Dart

    CRED Clone in Flutter This is a clone of CRED application. Build using Flutter and Dart. Used – GetX for dependency injection GetX for State Management flutter_neumorphic for Neumorphic ui designs Tried to replicate the Clean Code Architecture Used local data store but tried to give some delay to mimic the network call Custom Path creation Animations Master branch has …

  • eDoc mobile application is designed as an example of a medical application that allows doctors to manage appointments

    eDoc Mobile App (Demo Version) ✨ About The eDoc mobile application is designed as an example of a medical application that allows doctors to manage appointments. This application is a sample user interface only and does not include real data and mechanisms. This sample release does not include the complete requirements and interface. This project has been developed as an …

  • Quran And Prayer Time App Built With Flutter

    Al-Quran dan Waktu Shalat Silahkan digunakan untuk media pembelajaran dan dikembangkan lagi, agar bisa menjadi lebih menarik lagi 🙂 Keterangan Database Al-Quran saya menggunakan SQLite. Sedangkan untuk jadwal shalat, saya menggunakan api yang disediakan oleh MyQuran.com Screenshot GitHub https://github.com/mohbasirudin/quran

  • Portfolio App Concept With Flutter

    Flutter Portfolio App Concept – Day 33 class Afgprogrammer extends Flutter100DaysOfCode { video() { return { «title»: «Flutter Portfolio App Concept», «description»: «Let’s make a portfolio app.», «day»: 33, } } } Design assets from: dribbble, icon8 Previous Designs Checkout my Youtube channel Development Setup Clone the repository and run the following commands: flutter pub get flutter run Screenshot Home …

  • Library App Using Google Books API

    Library App USing Google Books API A new Flutter project. Getting Started For help getting started with Flutter, view ouronline documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference. Screenshots Welcome Screen Genres Screen Books List Demo GitHub View Github