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 ..

Read more

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”, ..

Read more

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, ..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more

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. ..

Read more

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 ..

Read more

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..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more

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)); ..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more

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. ..

Read more

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. ..

Read more

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..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more