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..
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/OLayemi..
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..
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 ..
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 ..
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..
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/p..
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_flu..
Flutter Clock My entry to the flutter.dev/clock challenge Download Source Code on GitHub https://github.com/Fabian-Stein/fl..
Download Source Code on GitHub https://github.com/mono0926/flu..
My submission for the Flutter Clock Challenge The clock shows weather conditions as well as the current temperature. Everything works programmatically without assets. Download Source Code on GitHub https://github.com/HelgeWiedin..
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 ..
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 ..
Flutter Clock Welcome to Flutter Clock! See flutter.dev/clock for how to get started, submission requirements, contest rules, and FAQs. See a live demo with Flutter for Web! Example Analog Clock: Example Digital Clock: Download Source Code..
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 ..
Boating Download Boating clock Source Code on GitHub https://github.com/SpiciedCr..
