Etiqueta: ios

  • Simple and modern news app that incorporates REST API with Flutter

    News App A simple news app with a minimalistic and modern UI that incorporates the newsapi.org api all built entirely with Flutter. Features Top stories feed: Get top stories from around the globe. Search by category: Look at different articles by category such as Business, Health, etc. Search by source: Look at news from specified source such as CNN, BBC …

  • Grab Landing Page Clone with flutter

    grab_clone Grab Landing Page Clone by Muhibush Shulhi Muhammad Mobile App, web, and Desktop from a single codebase. Thanks to Google For making this amazing portable framework Base Design : Grab v5.142.0 22/03/2021 Features : lock the screen orientation to portrait up transparent statusBar dark status bar icon splash screen landing page dismiss navigation when scrolling up change Status Bar …

  • An android cloth ironing user interface built in flutter

    Iron Yard Iron Yard: An android cloth ironing user interface built in flutter. If you found this project helpful or you learned something from the source code and want to thank me, please drop a star. Download App A glimpse of Iron Yard is shown in following screenshots. Splash Screen Onboarding Screen Onboarding 1 Onboarding 2 Onboarding 3 Onboarding 4 …

  • Flutter Food Delivery Application Design

    Flutter Food Delivery Application Design A small attempt to make an Food delivery app user interface in Flutter for Android and iOS. 🤓 Author(s) Md Tarikul Islam Food Ordering & Delivery App UI in Flutter ScreenShots Home Page Food Details Screen & Add To Cart Screen Login & Registration Screen ✨ Requirements Any Operating System (ie. MacOS X, Linux, Windows) …

  • A Flutter app that goals to build a quiz about programming subjects

    DevQuiz A mobile application being built with NLW5. This application goals to build a quiz about programming area and written with Flutter. 📱 Snapshots GIF demo: Splash page: Light theme: Home page: Challenge page: Login page: Settings page: Dark theme: Home page: Challenge page: Login page: Settings page: Result page: TO-DO list: [x] Login page [x] Firebase Authentication [x] Dark …

  • A mobile application using flutter for develop a pizza store

    Flutter Pizza Hut This is mobile application using flutter for develop a pizza store, integrated factory for demo design pattern. 🚀 This is mobile application using Flutter for develop a pizza store 🚀 Factory Method Create Enum product_type.dart & location_type.dart enum ProductType { burger, pizza, chicken, chips, } enum LocationType { hanoi, danang, hochiminh, } Create Abstract Class – food.dart …

  • Official Repository of team Naughty Indian Crew for Hack36 4.0 in flutter

    CallEE Official repo of team Naughty Indian Crew for Hack36 4.0 This is an education platform that primarily focuses on connecting freshers and other students to their professors, seniors and alumini. A zero cheating platform for conducting quizzes.This app will be beneficial for all the students around the world consist of various institute and also various quzzing communities. Some key …

  • Quiz App to conduct online quiz developed with flutter

    Online Quiz App Quiz App to conduct online quiz developed with flutter framework and dart language. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is your first Flutter project: Lab: Write your first Flutter app Cookbook: Useful Flutter samples For help getting started with Flutter, view our …

  • Repository with sample Flutter Apps

    flutter_samples This project contains some sample applications created with Flutter, mainly clones of designs obtained from dribbble and behance. Getting Started If you don’t have Flutter, you can find information for install it here! Install Flutter 👈 👈 Open your terminal and clone this repository in your computer with this command: git clone https://github.com/moisessc/flutter_samples.git Now go to the cloned repository …

  • A Serverless mobile application built with AWS and Flutter

    Flutter food_dashboard The mobile version for the food dashboard tutorials A serverless mobile application built with AWS and Flutter. Actually, it’s just a sample application, show casing the speed at which anybody can build full stack applications using Flutter and AWS. Here’s a link to the complete blog post describing how this application was built. AWS Services used Lambda Api …

  • Trip management mobile Application with flutter

    HereYouGO Trip management mobile Application This app will help you Track your expense during your trips. Track your trip destinations and the sub trips also Provides you live CurrencyConverter Notifiction service Photo gallery also GitHub https://github.com/krupali1511/HereYouGo

  • Tarot Card App Build using Flutter

    Flutter Tarot Card This is mobile application fortune telling using Flutter for development. How I can run it? :rocket: Clone this repository :rocket: Run below code in terminal of project: flutter pub get flutter run Screenshots GitHub https://github.com/hongvinhmobile/flutter_tarot_card

  • A tourism mobile app using flutter

    adopt-an-item A tourism mobile app using flutter. Built With Flutter Getting Started To get a local copy up and running follow these simple steps. Prerequisites This is an example of how to list things you need to use the software and how to install them. * flutter run Installation Clone the repo git clone https://github.com/sahilkargutkar/palghar-tourism.git Usage Use this space to …

  • A complete app developed in Flutter and SQL Server

    GetDoctor GetDoctor is a complete app developed in Flutter, Firebase and Blazor,DotNet Core API and SQL Server GetDoctor is a complete package of Online Doctor Appointment and Scheduler.It is a very simple process to manage everything, getting appointed with the doctors, and a very easy login process for doctors,patients, assistants, and staff. Additionally, this system is the perfect package for …

  • A flutter app with Arabian Nights vibes

    Zanie – Voice Assistant We wanted to make something fun this weekend. So we made our own voice assistant – Zanie, and themed up the whole application with Arabian Nights vibes. Oh and Zanie, is our own genie! What it does It can do magic, show you the digital world, just on your voice commands. well, technically… It’s an interactive …

  • COVID-19 application made with Flutter

    Covid App COVID-19 application made with Flutter, following Test Driven Development (TDD) and Clean Architecture along with Internationalization with JSON and CI/CD workflow. Features: Ths project has several features: Fetch Covid cases and latest news related to COVID-19 from APIs. Cache data in local storage, use when no internet connection is available. Error handling for Server failure and Cache failure. …

  • Crowdsourced COVID Related Resources Finder App Written In Flutter

    COVIDAID+ Crowdsourced COVID Related Resources Finder App Written In Flutter Build Setup # install dependencies $ flutter pub get # run debug mode $ flutter run # run release mode $ flutter run –release # build app bundle $ flutter build appbundle # build apk $ flutter build apk For detailed explanation on how things work, check out Flutter docs. …