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

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

Read more

This package exposes a StringScanner type that makes it easy to parse a string using a series of Patterns. For example: import ‘dart:math’; import ‘package:string_scanner/string_scanner.dart’; num parseNumber(String source) { // Scan a number (“1”, “1.5”, “-3”). var scanner = StringScanner(source); // [Scanner.scan] tries to consume a [Pattern] and returns whether or not it // succeeded. It will move ..

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

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

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

Flutter Clock This clock face was inspired by neumorphic design. The main goal during development was simplicity and attention to details. Clock face’s hands are sublty animated and have slight drop shadow that is always oriented in the same direction. Bevels of the clock cast slight shadows the same way. This clock face was prepared ..

Read more

Info: A clock display app made for the Flutter Clock Challenge 2019. Dots Clock Dots Clock is a digital clock written in Flutter, Dart. It was developed for the Flutter Clock challenge. Table of Contents Clock Variations Design Philosophy Goals Implementation Final Thoughts Clock Variations Variation Screenshot Motion Design Standard Youtube Blobs Youtube Gooey Youtube Cellular ..

Read more

Circle Clock A clock created for the Flutter Clock challenge. Shaded circles representing hour, minute and second hands move across the screen, while the background flows through the colour spectrum every hour. This creates an ever-changing landscape throughout the day as the circles interact to create contrasting colours and interesting patterns. The clock gives an ..

Read more