Author : Flutterappworld

Portfolio App This is a simple developer portfolio app made using flutter. Demo Usage APK File: /application/app-release.apk Main Dart Code File: main.dart Clone and run flutter pub get to contribute. Download Portfolio App source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

ChatMe A Flutter based chatting app which lets user chat from random peoples or strangers, has GIPHY gif support, sitckers, custom animations, dark mode, beautiful UI and it stores data at Google FireBase so no storage issues on user’s phone. Things to do  SplashScreen always requires pressing Start Chatting  GroupChat  Wallpapers  Update settings page  Add ..

Read more

GGSIPU Notices App This is a beautiful neuromorphic noticeboard app for Guru Gobind Singh Indraprastha University. This works on both Android and iOS. This is an unofficial App. This app gets its source of notices from a Python and Flask server which I have deployed on Heroku. That server scrapes IP University’s website every minute ..

Read more

Stocks Tracker App This is a beautiful stock tracking app, developed using Flutter. Features Track any stock in BSE Search from any available stock Beautiful Material Design Fetches data from Quandl API Demo Usage APK File : application/apk-release.apk Dependencies HTTP Package for data Fetchhttp: ^0.12.0+4 Charts Flutter Package for data graphs charts_flutter: ^0.9.0 Random Color Package for stocks ..

Read more

Tizeno Tizeno is a beautiful open-source notes app for Android. It is built with Dart on top of Google’s Flutter Framework. Tizeno helps one create quick notes, photo notes, and more. One can change the color of the notes, mark them as starred or archived, create photo notes, and save them locally, storing everything on ..

Read more

Ariel News App News App developed with Flutter and API from News API. It features beautiful UI, category-based news, short glance cards for faster news reading, inbuilt article viewer, share feature, and more. Demo Usage First cone the repo and then open file api_provider.dart and change YOUR_API_KEY in the variable _baseUrl with your own. Download News App source code on GitHub https://github.com/Hash-Studios/ariel-news-app ..

Read more

Status Downloader This app is used to download WhatsApp status photos and videos. you can upload this app in playstore as well. there are lots of applications available like WhatsApp Story Saver, Story Downloader for WhatsApp. Download WhatsApp status photo and videos downloader app source code on GitHub https://github.com/AkramChauhan/WhatsApp-Status-Downloader-using-Flutter FlutterappworldProvides the list of the opensource ..

Read more

WhatsApp Sticker App using Flutter Available in PlayStore Checkout my another Flutter App – SHAYARIN Introducing Dynamic Shayari Image Generator. Crafted with Love & Created using Flutter. Download WhatsApp Sticker app source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

QR Scanner A Flutter based QR/Bar code scanner app with dark mode and material design.  Scan QR codes.  Scan barcodes.  Show result in a popup.  Clicking result open the website.  Result automatically gets copied to clipboard.  Show snackbar. Demo Usage You can simply clone the repository, or if you want to include it in your ..

Read more

 Prism Prism is a beautiful open-source wallpapers app for Android. It is built with Dart on top of Google’s Flutter Framework. Prism relies on WallHaven and Pexels API as its source of beautiful and large collection of Wallpapers. By utilising their API, it provides the user with a fast and smooth experience filled with subtle animations and minimal design. ..

Read more

Framy A convenient code generator for app styleguide, gallery, wireframes and/or storyboard.  Official documentation  Packages In order to use Framy, you will need two following packages: framy_annotation – A package containing annotation classes. framy_generator – A powerful code generator which creates whole application based on the annotations used. Examples Counter app WeightTracker Idea The idea behind Framy ..

Read more

Foodybite Beautifully crafted with flutter and love, a useful UI Kit for developers and designers who need food-related app design. Find actual designs at (https://www.behance.net/gallery/81858385/Foodybite-Free-UI-Kit-for-Adobe-XD) Foody Bite Home Starting Flow for Foody Bite Foody Bite Home Flow Foody Bite Review, Favorite and Notifications Flow Foody Bite Typography Foody Bite Prototype Download Foodybite a restaurant mobile ..

Read more

Onboarding App Beautifully crafted with flutter and love, a useful UI Kit for developers and designers who want to kick start their app with a beautiful onboarding screen. Find actual designs at (https://www.behance.net/gallery/87302761/Onboarding-Screens-Free?tracking_source=search_projects_recommended%7COnboarding%20screens%20free) OnBoarding Initial Screens OnBoarding Final Screens All Screens Get Started Screen Registration Screen Verification Screen Fingerprint Screen Identity Screen Welcome Screen Download ..

Read more

flutter_otp_text_field Flutter_Otp_Text_Field is a TextField widget to help display different style pin. It supports all the platform’s flutter supports. Feature  allows you to customize the shape of textField in any way you want built-in 2 commonly used pin styles of shape obscure support input decoration support support all the textField properties support Flutter web support Installing  ..

Read more

#Hack2020 Atomica- Your quarantine buddy Hey everyone, are you still stuck at home? Getting bored? Ran out of tv series or video games to play? Have an urge to go out and you can’t control it? We got you covered. We at ATOMICA, want to be your best friends this quarantine. Weather and news according ..

Read more

flutter_native_admob Plugin to integrate Firebase Native Admob to Flutter application Platform supported: iOS, Android Getting Started For help getting started with Flutter, view our online documentation. Setup Android project Add the classpath to the [project]/android/build.gradle file. dependencies { // Example existing classpath classpath ‘com.android.tools.build:gradle:3.2.1’ // Add the google services classpath classpath ‘com.google.gms:google-services:4.3.0’ } Add the apply plugin to ..

Read more

Flutter Stage A widget that positions its children in a 3D scene. Getting Started Add flutter_stage as a dependency in your pubspec.yaml file. dependencies: flutter_stage: ^0.0.1 Import package. import ‘package:flutter_stage/flutter_stage.dart’; … … class _MyHomePageState extends State<MyHomePage> { @override Widget build(BuildContext context) { return Scaffold( appBar: AppBar( title: Text(widget.title), ), body: Stage( onSceneCreated: (Scene scene) { ..

Read more

flutter_earth  A Flutter earth widget. Getting Started Add flutter_earth as a dependency in your pubspec.yaml file. dependencies: flutter_earth: ^0.0.4 import ‘package:flutter_earth/flutter_earth.dart’; … … @override Widget build(BuildContext context) { return Scaffold( body: Center( child: FlutterEarth( url: ‘http://mt0.google.com/vt/lyrs=y&hl=en&x={x}&y={y}&z={z}’, radius: 180, ), ), ); } Screenshot Download Flutter Earth Widget source code on GitHub https://github.com/zesage/flutter_earth FlutterappworldProvides the list ..

Read more

Compass This is a multiplatform Flutter app that uses the magnetometer, accelerometer, location sensors to get the current direction, location, weather, temperature, humidity. The Flare asset: compass.flr earth.flr weather.flr Screenshot Download Flutter Compass app source code on GitHub https://github.com/zesage/flutter_compass FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

Panorama A 360-degree panorama viewer. Getting Started Add panorama as a dependency in your pubspec.yaml file. dependencies: panorama: ^0.0.2 Import and add the Panorama widget to your project. import ‘package:panorama/panorama.dart’; … … @override Widget build(BuildContext context) { return Scaffold( body: Center( child: Panorama( child: Image.asset(‘assets/panorama.jpg’), ), ), ); } Screenshot Download Panorama 306 viewer widget ..

Read more

Flutter Cube A Flutter 3D widget that renders Wavefront’s object files. Getting Started Add flutter_cube as a dependency in your pubspec.yaml file. dependencies: flutter_cube: ^0.0.4 Add Wavefront’s object files to assets. flutter: assets: – assets/cube/cube.obj – assets/cube/cube.mtl – assets/cube/flutter.png Import and add the Cube widget to your project. import ‘package:flutter_cube/flutter_cube.dart’; … … @override Widget build(BuildContext ..

Read more

COVID-19 Tracker A simple Flutter app to track COVID-19 cases. The data we provide is collected from World Health Organization (WHO), the US Centers for Disease Control and Prevention (CDC), the Chinese Centre for Disease Control and Prevention (ECDC), China’s National Health Commission, and Chinese website DXY which provides regional case estimates faster than the national level reporting organizations. ..

Read more

stripe_fl stripe A native Dart SDK for Stripe. Documentation Initializing import ‘package:stripe_fl/stripe_fl.dart’; Stripe.init( production: false, publicKey: ‘PUBLIC_KEY’, secretKey: ‘SECRET_KEY’, useLogger: true); Generating Charge Tokens Response<CardToken> cardObject = await Tokenize().card( cvc: ‘cvc’, expiryMonth: month, expiryYear: year, number: ‘number’, name: ‘full name’, phone: ‘phone ‘); Response CardToken { id=tok_1FqzkhDiaj1muI06cZdNlXCt, object=token, card=Card { id=card_1FqzkhDiaj1muI06aHc1QnaR, object=card, addressLine1=2348113823269, addressLine1Check=unchecked, brand=Visa, ..

Read more

call_them_app A new Flutter project. Getting Started This project is a starting point for a Flutter application. Download call them app source code on GitHub https://github.com/Zfinix/let-them-know FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

kanban A flutter desktop UI implementation. Notes (Apply Caution) For some reason ReorderableListView has a Material Widget with a shadow i had to remove mine to make the UI cleaner the file is at: /flutter/packages/flutter/lib/src/material/reorderable_list.dart Download kanban desktop app source code on GitHub https://github.com/Zfinix/kanban FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. ..

Read more

UBER CLONE MADE WITH FLUTTER + FIREBASE ScreenShots Pull Requests I welcome and encourage all pull requests. It usually will take me within 24-48 hours to respond to any issue or request. Download Uber Clone app source code on GitHub https://github.com/MarcioQuimbundo/uber_clone FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

Animated Floating Button Made in a flutter. Download Animated Floating button source code on GitHub https://github.com/Puruchandra/AnimatedFloatingButton FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

C-19 Stats This repository has simple Covid-19 data monitoring app. The app is built with flutter. NOTE – Download the latest apk from here –  Note: You can get the latest apk from – GoogleDrive Library References GetFlutter HTTP CHARTS FLUTTER License Download global pandemic Covid-19 app source code on GitHub https://github.com/Puruchandra/C-19 FlutterappworldProvides the list of ..

Read more

Online UI Challenge Code Code for online UI Challenge held on 23rd May, 2020 by our Community Flutter Islamabad Pakistan Design to Code Design Inspiration Excellent WebWorld at Dribble Download Flutter app UI source code on GitHub https://github.com/m-hamzashakeel/UI_Challenge_Code FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more