This is a simplified Google Keep mobile app ‘clone’ built with Flutter + Firebase. For practicing prototyping and Flutter skills only. Screenshots: Web app screenshots: Download Flutter Keep: note-taking source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
Category : Flutter App
Philippines This provides a complete list of Philippine towns, cities, provinces, and regions. References: http://en.wikipedia.org/wiki/Regions_of_the_Philippines http://en.wikipedia.org/wiki/Provinces_of_the_Philippines http://en.wikipedia.org/wiki/List_of_cities_and_municipalities_in_the_Philippines Installation: Usage: Notes If the data is outdated, feel free to contribute. Contributions Feel free to contribute! Just create a Pull Request 🙂 Download Philippines Source Code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection ..
empty_Widget FilterList is a flutter plugin that is designed to provide ease in filter data from a list of strings. Getting Started 1. Add library to your pubspec.yaml dependencies: filter_list: ^0.0.1 2. Import library in dart file import ‘import ‘package:filter_list/filter_list.dart’;’; 3. How to use FilterList Create a list of Strings List<String> countList = [ “One”, ..
Tabs The expense sharing app — made with Flutter, Firebase and ❤️. Keep track of what your friends owe you for that pizza you agreed to split; or rent; or whatever it might be. Tabs makes it simple. Screenshots Remember to ⭐️ the repo if you like what you see and PRs are welcome! Download Flutter expense sharing ..
A Dart implementation of Sass. Sass makes CSS fun again. Using Dart Sass From Chocolatey or Scoop (Windows) From Homebrew (OS X) Standalone From npm From Pub From Source JavaScript API Why Dart? Compatibility Policy Browser Compatibility Node.js Compatibility Behavioral Differences from Ruby Sass Using Dart Sass There are a few different ways to install and run Dart Sass, ..
google_nav_bar A modern google style nav bar for flutter. GoogleNavBar is a Flutter widget designed by Aurelien Salomon and developed by sooxt98. Getting Started Add this to your package’s pubspec.yaml file: Now in your Dart code, you can use: Usage View the example folder Download Source Code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub ..
The brightest, hippest, coolest router for Flutter. Features Simple route navigation Function handlers (map to a function instead of a route) Wildcard parameter matching Querystring parameter parsing Common transitions built-in Simple custom transition creation Version Compatability See CHANGELOG for all breaking (and non-breaking) changes. Getting started You should ensure that you add the router as ..
Flutter UI Kits This project contains various inspired UI kits purely coded in the Flutter framework. Animated BottomBar An animated bottom bar with AnimatedSwitcher. Sample Code :: Wallpaper UI Kit Grocery UI Kit Designed by Ishan Madushka Feel free to star and fork the project I’ll continue to work on this project as im learning the ..
PotatoNotes POSP official notes application, written in flutter, beautiful, fast and secure. Main features Material design Multi device online sync List/grid view for notes Multiple note extras, such as lists, images and remainders Lock notes with a pin or password for hiding them on main menu Search notes for content/title with various filters Complete theme ..
flutter_swiper The best swiper for a flutter , with multiple layouts, infinite loop. Compatible with Android & iOS. ✨✨ New Features: Layout for pagination. We are using this project flutter_page_indicator now. ✨✨ New Features:PageTransformer Finally, we have PageTransformer like an android, just set a transformer to Swiper, it returns a widget that has been transformed. For now, only support for layout DEFAULT. Thanks to @FlutterRocks ..
Fish Redux What is Fish Redux ? Fish Redux is an assembled flutter application framework based on Redux state management. It is suitable for building medium and large applications. It has four characteristics: Functional Programming Predictable state container Pluggable componentization Non-destructive performance Architecture diagram Installation Go Documentation Examples all list – a simple all list demo. ..
Info: wechat_flutter Flutter version of WeChat, an excellent open-source IM library for Flutter IM! log 2020.02.16 Adapted to flutter v1.12.13 and Androidx, fix Android running problems 2019.12.30 Cancel extended_text_field wechat_flutter wechat_flutter is a flutter version of WeChat, which has realized the basic functions of instant messaging, supports Android and IOS, and has a specific download ..
Live Demo: http://bit.ly/2uAwmLd Youtube Video : Home Page : https://youtu.be/ilkno_gqNu0, Info Page : https://youtu.be/U-P3Qj51X2s Download Flutter Doctor App UI Source Code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
flutter_music_player_app Music player app UI 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 ..
flutter_ecommerce_app E-Commerce app is a design implementation of E-commerce App designed by Imran Download App Android Screenshots HomePage Product Detail Page Cart Page iOS Screenshots HomePage Product Detail Page Cart Page Directory Structure 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. Getting ..
Emojis Emoji for Dart Over 3300 EmojisThis contain all Unicode 13 Emojis (2️0️2️0️) Usage Import import ‘package:emojis/emojis.dart’; // to use Emoji collection import ‘package:emojis/emoji.dart’; // to use Emoji utilities Use print(‘I ${Emojis.greenHeart} ${Emojis.directHit}’); // I 💚 🎯 Emoji smile = Emoji.byName(‘Grinning Face’); // get a emoji by its name print(‘Emoji name : ${smile.name}’); // Emoji name is Grinning Face ..
Flutter UBER UI Kit A flutter Uber UI Kit inspired by A design on behance 20+ Screens and still making more. ???????? Star if you like what you see. ⭐⭐⭐⭐⭐ PRs are welcome ヽ(•‿•)ノ ヽ(•‿•)ノ Screenshots Project is free to use/modify by anyone and everyone Download Flutter UBER UI Kit Source Code on GitHub https://github.com/OLayemii/uberr-ui FlutterappworldProvides the ..
Flutter Map plugin for ArcGIS Esri Currently support feature layer and feature cluster We are working on more features A Dart implementation of Esri Leaflet for Flutter apps. This is a plugin for flutter_map package Feature layer’s cluster Inspired by flutter_map_marker_cluster package Usage Add flutter_map, dio and flutter_map_arcgis to your pubspec: dependencies: flutter_map: any flutter_map_arcgis: any # or the ..
Spider A small dart library to generate Assets dart code from assets folder. It generates dart class with static const variables in it which can be used to reference the assets safely anywhere in the flutter app. Example Before Widget build(BuildContext context) { return Image(image: AssetImage(‘assets/background.png’)); } After Widget build(BuildContext context) { return Image(image: AssetImage(Assets.background)); ..
Flutter app to estimate the price of Civil Engineering Projects About this Project This project was made to simplify and optimize the budgeting process in a Junior Company called Engetec Engenharia Jr Why? I want to make an app to learn how to use Flutter better, so I thought that solving a real problem at the ..
Math operations with Binary Numbers Readme PT About this Project Mobile application developed with Flutter and Dart to do math operations like sum, subtraction, multiplication, division and rest with binary numbers. Why? It was a task in a selection process. Some Observations about this App It’s not in the Play Store or App Store. Features ..
Natrium – Fast, Robust & Secure NANO Wallet What is Natrium? Natrium is a cross-platform mobile wallet for the NANO cryptocurrency. It is written in Dart using Flutter. Link Description natrium.io Natrium Homepage nano.org NANO Cryptocurrency Homepage Server Natrium’s backend server can be found here Contributing Fork the repository and clone it to your local machine Follow ..
Flutter package for holaa Holaa is an AI-enabled chatbot that can be used for a range of different tasks from Help and FAQ to online ticket bookings. This is a flutter package that makes the integration of holaa onto mobile devices much easier. Installation Add holaa to your pubspec.yaml file dependencies: holaa: ^0.0. Run Pub ..
flutter_login_signup Simple basic authentication app designed in the flutter. App design is based on Login/Register Design designed by Frank Arinze Download App Screenshots Login Welcome Register 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. Getting Started This project is a starting point ..
Flutter E-Commerce App A Flutter e-commerce starter kit built using ScopedModel for state management that allows you to view a list of paginated products and its details. Originally built by the Flutter team at GeekyAnts. You can checkout the complete starter kit on Flutter Market: Link Setup You need to add a remote_config.dart file in the lib>util directory as follows: Download Source Code ..
Flutter Chat App A one-to-one chat app built on Flutter with firebase authentication and image sharing capability. For help getting started with Flutter, view the online documentation. You can check out the corresponding Google code lab here. Demo Watch the full video here Getting Started Note: Make sure your Flutter environment is setup. Installation In the command terminal, run ..
Flutter Shopping App A basic shopping app design built using Flutter. Android iOS Getting Started For help getting started with Flutter, view the online documentation. Stateful & Stateless Widgets In the runApp method inside main.dart, you can replace StatefulShoppingListPage with ShoppingListPage if you do not want the sort grid items functionality. Download Source Code on GitHub FlutterappworldProvides the list of ..
DroidKaigi 2020 Flutter App ???? The unofficial conference app for DroidKaigi 2020. DroidKaigi 2020 is a conference tailored for developers on 20th and 21st February 2020. This app is built using Flutter and Firebase for both iOS and Android. Here is a great official app! I’m very grateful for the staff, developers, designers and other ..
Memorare 5 seconds of emotion. Quickstart ⚠️ This project is in early development stage so you may find bugs. The developer part hasn’t been built yet, so you won’t be able to contribute to it at the moment without explicit authorization. Pre-requisites Make sure you have Flutter dev tools installed. You can test that by running ..
Steampunk Clock for Flutter Clock contest ???? This project is one of the winning submissions in Google’s & Lenovo dev/design contest, called “Flutter Clock” (with over 850 valid entries from around the world). You can read more about this contest here: flutter.dev/clock I’ve made a analog clock variant, with look and feel of, late 18 or early 19 century. This is mainly design ..
Flutter Clock – Tetris Time My contribution to the Flutter Clock challenge in 2020. See flutter.dev/clock to read more about the contest. Video: https://youtu.be/__NSq-X4e0w Tokens: Merlin and Klaudia Jentsch Colors: Merlin and Klaudia Jentsch Animation: Michael Jentsch Development: Michael Jentsch Download Source Code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with ..
Star Clock This is my entry for the Flutter Clock Face Contest. Build the instructions below. TLRD: Clone with –recurse-submodules Here’s a small demo video: Screenshots Day mode (sunny) Night mode Weather (other) Cloudy Foggy Rainy Snowy Thunderstorm Windy Building git clone –recurse-submodules https://github.com/ciriousjoker/star_clock cd star_clock flutter create –org de.ciriousjoker . flutter pub run flutter_launcher_icons:main flutter run –release Flare ..
Snake Clock This is an original and fun clock face where a snake lives its day along with yours. It’s my first ever Flutter app! I built it for the Flutter Clock challenge. How does it work? The snake’s head represents the current time. Each hour is a line, and minutes are the head’s horizontal position. ..
Flutter Clock This is a Scenery Clock prepared for #FlutterClock challenge. See flutter.dev/clock to know more about the dev challenge. Scenery Clock Scenery Clock uses storytelling to visualise what is the current time of day and weather with beautiful animations and immersive day-night transitions. Checking the time or weather never was so pleasant and emotionally connected before. ..
Download Paper Clock Source Code on GitHub https://github.com/ryanjacktaylor/paper_clock FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
matches_clock A new Flutter project. 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 ..
Lofi-clock This project is an entry for the flutter clock challenge hosted by Google for Lenovo Smart clock, 2020. Our preferred testing environment was an Android emulator. The app works best on a 5:3 screen that has a resolution of 800×480 pixels in landscape mode. We made a clock face that borrows influence from Lofi ..
Iso Clock – Flutter Challenge This is my take on a classic digital clock look with a modern 3D “flat” design and playful animations. I come from a web background and this is my first Flutter App, so go easy! It has been an absolute delight working with Flutter and I’m excited to encorporate it ..
Infinity – Flutter Clock Challenge Source Within this Repo Download Source Code on GitHub https://github.com/AkashDivya/infinity_flutter_clock FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
Flutter Clock My entry to the flutter.dev/clock challenge Download Source Code on GitHub https://github.com/Fabian-Stein/flutterClock FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
