Awesome Flutter Templates A Collection of Flutter Application templates. Flutter is Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase. Best Flutter UI Templates Day Night Time Picker FL Chart LineChart BarChart PieChart Read More Read More Read More ScatterChart RadarChart Coming Soon ..
Author : Flutterappworld
crypto_trader Utilities for crypto trading Motivation Coinbase Pro is difficult to use. The app is super janky on both web and mobile. They don’t allow automatic dollar cost averaging (DCA). Another app I’m using (TODO what) only allows DCA on Bitcoin. I couldn’t find any good bots on github that work like I want. I want ..
meals-app Cooking app made by Flutter Sdk Used Packages : Provider Flutter_Lints Used Fonts : Allan Metrophobic Raleway Color Palette : #EEF0F2 – Background Color #E0A800 – Primary Color #E77484 – Secondary Color #2C363F – (Text Color) Amazing Features : Using images in classes and adding them to listItem. Customized AppBar and TabBar. Using both ..
flutter-streamingapp speed coding. all asset files are included in the /aseets folder. Download Streamingapp source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
A simple library for applying the Humble Object Pattern in order to create clean, testable widgets. Features This package might be helpful to you if: a high level of test coverage is required you apply test driven development to app development you find it difficult to separate UI logic from appearance the widgets you create ..
Screenshots Feeds Profile Feeds Profile Feeds messenger Download facebook clone UI source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
Flutter Home Service Application Example – Day 35 class Afgprogrammer extends Flutter100DaysOfCode { video() { return { “title”: “Flutter Home Service Application Example”, “description”: “Let’s make a home service application.”, “day”: 35, } } } Assets icon8 Development Setup Clone the repository and run the following commands: Screenshots Select Service Page Cleaning Page Date & ..
Cool Random-User With flutter Getting Started # First you need to add this to dependency at pubspec.yaml: Two you need to remove comment in the dependency at pubspec.yaml: Note : Pls Remove ads From Home & Star Pages !! Note : API used from click here to see ! Flutter Cool Random User Generate Download source ..
Description It is an application where you can find out how many people are in space, news about space and access random space photos. This application was made to learn the dart language. Api List -How Many People Are In Space Right Now Api http://api.open-notify.org/astros.json-Space News Api http://api.spaceflightnewsapi.net/v3/articles-Space Photos Api https://api.nasa.gov/planetary Demo Setup Clone the repo Install dependencies ..
A simple, interactive and customizable on-tap bounce animation that can be wrapped on any widgets that you like. You can create custom bouncing animation similarly to apps like Spotify and App Store. Package similar to flutter_bounce and bouncing_widget. Advantages: Truly simple and efficient. Customizable bouncing animation using curve, scaleFactor and duration. Options to control onTap, onTapUp, onTapDown and onTapCancel. Enable and disable onTap option. Not sticky when scrolling. Does not trigger multiple onTap events ..
todo_apps 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 online documentation, which offers tutorials, samples, guidance on mobile development, and ..
E-Scooter Mobile App UI Short Intro: I designed the animated e-scooter app UI with flutter. Also i used the Provider state management and animated widgets. And it’s fully responsive. I created the animated E-Scooter Mobile App UI with Flutter. Also I used: -Provider State Management -Animated Widgets(Animated Container, Animated Padding, Hero Widget) Download E-Scooter Mobile ..
go_router The goal of the go_router package is to simplify use of the Router in Flutter as specified by the MaterialApp.router constructor. By default, it requires an implementation of the RouterDelegate and RouteInformationParser classes. These two implementations themselves imply the definition of a third type to hold the app state that drives the creation of the Navigator. You can read an excellent blog post on these requirements on Medium. This ..
flutter_image_saver Simple and effective cross platform image saver for flutter, supported web and desktop. Usage final savedPath = await saveImage(data, ‘image.png’); Android android/app/src/main/AndroidManifest.xml: Add android:requestLegacyExternalStorage=”true” to <application>. Download flutter image saver package source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
E-commerce application ui in flutter Hi I recently started with an E-commerce App and decided to share my exploration. I tried to make it sleek and according to latest design trends. screenshots Download source code on GitHub https://github.com/ishaileshmishra/flutter-ecommerce-app FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
Flutter Beautiful Login Page UI Design and Animation – Day 12 class Day12 extends Flutter100DaysOfCode { video() { return { “title”: “Flutter Beautiful Login Page UI Design and Animation”, “description”: “Let’s see how we can design a Login page UI and add some cool animation.”, “day”: 12, “videoLink”: “https://youtu.be/NHAIiAmxTAU” } } } Watch it on ..
android_clew_app Android/multiplatform version of the Clew App. Screenshots: Download android clew app source code on GitHub https://github.com/LaniW/android_clew_app FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
Shopzler A new open source E-commerce App created using Flutter and GetX. ScreenShots Features : Sign-In, Sign-Up and LogOut using Email & Password / Google Account / Facebook Account. Categories and Search for Products. Add/Remove Products to/from Cart. Change quantity of products in the cart. Check out your Cart and Make an Order. Edit your ..
Beautiful Snippet Share some beautiful code today! A Flutter Web tool to generate beautiful code snippets. Checkout the tool here Some of the sample snippets generated using this tool Heres how the generated snippet looks in a medium post Download Beautiful Snippet Generator source code on GitHub https://github.com/maheshmnj/beautiful_snippet FlutterappworldProvides the list of the opensource Flutter ..
Credits Many thanks to : @Cuberto for the amazing @design thanks to : @Mert Şimşek for the inspiration with the @Android version Demo Basic usage Options choosing the indicator shape (default is line shape): indicator color: changing the width (default is screen size width): changing the icon color: changing the delete item icon color: changing the delete item icon color: setting ..
Flutter Credit Card A Flutter package allows you to easily implement the Credit card’s UI easily with the Card detection. Preview Installing Add dependency to pubspec.yamlGet the latest version in the ‘Installing’ tab on pub.dartlang.org dependencies: flutter_credit_card: <latest_version> Import the package import ‘package:flutter_credit_card/flutter_credit_card.dart’; Adding CreditCardWidget With required parameters CreditCardWidget( cardNumber: cardNumber, expiryDate: expiryDate, cardHolderName: cardHolderName, cvvCode: ..
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: Screenshot Home Page Filter ..
SEWISTIC A flutter mobile application made for Sewistic, a Karachi based startup providing hassle free tailoring services. NOTE: All images, names and identifiers used in the app are the copyrights of sewistic.com . Download Sewistic Mobile app source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
WhatsApp clone A WhatsApp clone with flutter 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: DeskTop View Mobile View Download WhatsApp clone source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub ..
To-do Tada A fully open source visual to-do list Flutter application. This app is currently in progress and actively under developement. Feel free to utilize GitHub issues, particularly the enhancement (feature request) tag, to suggest things as I’m developing the app. Table of Contents To-do Tada Table of Contents Author My Other Apps License Overview Status Sitemap Mockups ..
Pengo The actual booking app. Features All in one multipurpose booking app. Easiest booking app for everyone. UX First Design GooCard Cloud Identification. Seamless delay device communication. Rewarding System that actually is about “win-win”. Wishlist IOT GooCard Integration. Open-source API/SDK. Commands Generate JSON serializable files flutter pub run build_runner build Download Booking APP source code on ..
Flutter-Commerce An Ecommerce application built in Flutter using Firebase. Getting started Project setup instructions are given at Wiki section. Screenshots Splash Screen Login Page OTP Page Home Page Search Screen Cart Screen Address Screen Add Address Screen Account Screen Edit Details Screen Orders Screen Payment Screen Product Screen 1 Product Screen 2 Download Ecommerce application source code ..
compete A Flutter application for Muslims that help them challenge and motivate themselves and their friends to read Azkar in a fun way. On Play Store & On App Store Also, take a look at the Backend repository. Stats 12,200 App Installs. 2543 signed-in users. 1113 users have at least one Azkar challenge. 999 users have at least one Tafseer challenge. 849 users have ..
About: Easily scan your documents on the go with Paper. Scan those documents at ease with real-time document detection, multi paged pdfs, optimized and cleaner clicks from an easy to navigate UX. Paper Scan documents on the go Announcing “Paper” for #Mobile. Snap those docs at ease with real-time doc detection, multi-page pdf, optimized, and ..
Tripply V1.1 Tripply is an android/ios app made for tripers where you can find places such as (Lakes, Forest, Sahara, beaches … ) based on modern Android application – it comes with BloC Flutter you can fetching data from the network and integrating persisted data in the database via repository pattern. Download source code on ..
Event Bus Provider A flutter provider that passes EventBus down to all the widgets. NOTE: This package is an extension to zam_event_bus. What’s inside the package Includes the following core components. EventBusProvider Check out all the components in detail here How to use Step 1: Create an EventBus final bus = EventBus(transformers); EventBus is from zam_event_bus package. Step 2: Provide the EventBus final ..
Flutter Short Videos Platform Short videos platform with Flutter and Firebase. About Real short video app with firebase and pixels API.Where you can create a short video with pixels’ stock videos and also merge your audio. Dependencies cached_network_image: ^3.1.0 cached_video_player: ^2.0.0-dev.1 cloud_firestore: ^2.5.1 cupertino_icons: ^1.0.2 file_picker: ^4.0.1 firebase_core: ^1.6.0 firebase_storage: ^10.0.3 flutter_bloc: any flutter_cache_manager: ^3.1.2 ..
Stellar SDK for Flutter The Soneso open source Stellar SDK for Flutter is build with Dart and provides APIs to build and sign transactions, connect and query Horizon. Installation From pub.dev Add the dependency to your pubspec.yaml file: Install it (command line or IDE): In your source file import the SDK, initialize and use it: import ..
Movi App UI in Flutter Short Intro: Movies App UI in Flutter using Simple Widgets without Using API’s in Flutter. 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 ..
ManageMyPasswords ManageMyPasswords is a free, fast, simple and secure password manager you can use to store all of your passwords securely. The app updates regularly and the latest version is available in the Galaxy Store. Features The whole app is FREE, you can add unlimited number of passwords and there are NO ADS. The app is ..
Infinum Academy Android in Flutter Download source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
animated-list-app This repository is a demonstration of basic Flutter transition animations with Hydro-SDK. Setting up npm install flutter pub get Running Run npx hydroc run in a terminal while debugging lib/main.dart with the usual Flutter tools. Testing The widget tests under the test directory expect the included Typescript code under ota to be built into a .ota package and placed in the assets/ota directory. Run npx hydroc build ..
Mapbox Flutter This project is inspired by Mapbox_gl This project also integrates the Null_Safety We welcome feedback and contributions. Running the example app Install Flutter and validate its installation with flutter doctor Clone the repository with git clone git@github.com:BorisGautier/mapbox_flutter.git Add a public Mapbox access token to the example app (see next section) Add a secret Mapbox access token for downloading the SDK ..
LogKeeper (Flutter & Firebase) This is a log snapshot management solution used to save and share log snapshots within the development team. Supports iOS/Android/Web and utilizes Dart backend API (with client-server shared code). Logs stored in Firestore and Firebase Auth used to access some parts of the data. By default, mock repositories are used. So ..
if you have any issue or any suggestion you could contact a Calendar , DatePicker and Date Converter For Persian Date(Jalali/Shamsi date) with holidays Modified and Completed Version of jalali_calendar package Usage Import this line in Flutter pubspec.yaml jalali_table_calendar: ^1.0.2 To Use Calendar Or DatePicker , Import this line to your dart file import ‘package:jalali_table_calendar/jalali_table_calendar.dart’; To Use ..