Restler – A beautiful and powerful Android app for quickly testing REST API anywhere and anytime

Restler Restler has been built with simplicity and ease of use in mind. It allows you send custom HTTP/HTTPS requests and test your REST API anywhere and anytime. Download Features Requests you send are automatically saved so that you can come back and review at any time; Save and organize your requests in folders and load requests without writing its …

An All-in-one Campus App which provides lots of customizable features

UniCampus UniCampus is an all-in-one cross-platform mobile application. All images in this README are real effects. All sensitive information, image which not created by myself are blocked. In this repo, all image files (button, icon, etc.) are replaced with uncopyrighted images. This repo only contains my code and free assest. You are free to use it for non-commercial use, such …

An opinionated, effective and correct way to provide multiple themes to your app

theming This is an opinionated and effective way to provide multi-theme choice for your app. theming depends on provider and shared_preference for state management and data retention respectively. theming solves the issue of loading a default theme on the app startup before fetching last theme state from shared pref. After seeing this issue in two public articles, i decided to …

A Flutter Ecom app with firebase backend

ecommerce-app E-Commerce app is a design implementaion of E-commerce App designed by Claus Download App Android Screenshots HomePage Product Detail Page Cart Page iOS Screenshots HomePage Product Detail Page Cart Page Directory Structure lib │───main.dart └───src │───config | └──route.dart │───model │ │──category.dart | │──data.dart | └──product.dart │───pages | │──homePage.dart | │──mainPage.dart | │──product_detail.dart | └──shoping_cart_page.dart │───theme | │──light_color.dart | └──theme.dart …

Live Location Tracking App With Flutter

Live Location Tracking App A Social App Flutter project to allow users share their location among multiple groups and being able to get updated about whereabouts of other group members simultaneously on a shared Google map screen. app name- locationtracker package name- com.example.locationtracker packages used – Firebase, Google Maps Flutter, Geoflutterfire Features Currently Email/ Password based Authentication is used for …

Expandable menu – An expandable menu with infinite horizontal item list with high customizable ability

expandable_menu Expandable menu is an expandable menu with infinite horizontal item list with high customizable ability. Preview Property Description width This property declare width of widget when it’s not expanded in initial state height This property declare height of widget items This property will contains items in list of menu backgroundColor This property declare background color of widget and default …

Flutter Keep Money Application

Flutter Keep Money Application Supported Null safety Project architecture (Clean Architecture Approach) 1. Why: * We want to determine what types of database that we use for storage (might want to change it later on) * We want to adhere to SOLID principles since we are using OOP for this project. * We want to ensure that UI layers do …

Real estate UI designed with flutter

Real Estate UI Kit🔥 A Real Estate UI kit written with flutter. In collaboration with a UI/UX designer. Star⭐ the repo if you like what you see😉. ✨ Requirements Any Operating System (ie. MacOS X, Linux, Windows) Any IDE with SDK installed (ie. IntelliJ, Android Studio, VSCode etc) A little knowledge of Flutter and dart 📸 ScreenShots 🌗 Dark theme …

Uber simulation app with Firebase and real-time location on both devices

uber Screens Running About this Project Uber simulation app using: -Firestore Database. -Firebase Auth. -geolocation with Geolocator and Geocoding libs. -StreamSubscription listener. -StreamBuilder. Functionalities -registered user authentication. -real-time location on both devices. -service value calculation. Difficulties -the base project course was made with Flutter 2.0 < , so I had to refactor almost the entirety including adding Nullsafety. -this project …