dart-libdogecoin libdogecoin bindings for Dart and Flutter Only supports Linux, Windows, macOS as of now. (libdogecoin is required to be installed) Note: This is project and README is a work in progress! Binding progress  Address [] Transactions [] P2P (libevent) Usage import ‘package:dart_libdogecoin/dart_libdogecoin.dart’; void main() { final keypair = LibDogecoin.generateHDMasterPubKeypair(false); // false means use mainnet print(“Public ..

Read more

Movies App A Flutter app that uses the “The Movie DB” api to fetch popular people and their info (their movies, images, ..etc). (API version 3 is used) 🎨 Design inspiration Content Running the App Previews App Architecture & Folder Structure Http Caching Infinite Scroll Functionality Testing with Riverpod Dart-only testing Flutter Widget Tests Running the App ..

Read more

A collection of packages that enable developers to create and consume reusable templates called bricks. Packages Package mason mason_api mason_cli mason_logger Quick Start # 🎯 Activate from https://pub.dev dart pub global activate mason_cli # 🚀 Initialize mason mason init # 🧱 Use your first brick mason make hello Documentation View the full documentation here. Video Tutorials ..

Read more

About This is a modular app architecture that can be scalable as time passes. I will be using the BLoC state-management package. Scalable App Architecture – CodeWithAndrea This scalable app architecture design is inspired by Andrea Bizzotto. Full documentation of this design can be found here. In addition to that, you can use a VSCode extension called Flutter Feature ..

Read more

ExerLog ExerLog is a simple and easy-to-use exercise journal app developed in conjunction with sports science that focuses on providing you with all the essential data without all the irrelevant information that you don’t need. An app that keeps track of your exercises, body measurements, and offers you access to relevant workout information. The goal ..

Read more

Amazon Clone Full Stack Amazon Clone along with Admin Panel Features Email & Password Authentication Persisting Auth State Searching Products Filtering Products (Based on Category) Product Details Rating Getting Deal of the Day Cart Checking out with Google/Apple Pay Viewing My Orders Viewing Order Details & Status Sign Out Admin Panel Viewing All Products Adding ..

Read more

WhatsApp Clone Full Stack Whatsapp Clone with Flutter, Firebase & Riverpod 2.0! Features Phone Number Authentication 1-1 Chatting with Contacts Only Group Chatting Text, Image, GIF, Audio(Recording), Video & Emoji Sharing Status Visible to Contacts Only and Disappears after 24 hours Video Calling Online/Offline Status Seen Message Replying to Messages Auto Scroll on New Messages ..

Read more

Flutter 2:Please use flutter_smart_dialog: 4.0.9+5 Flutter 3:Please use the latest version Introduction An elegant Flutter Dialog solution. pub,github,web effect Some Effect Advantage Do not need BuildContext Can penetrate dark background, click on the page behind dialog Support dialog stack,close the specified dialog Support positioning widget, display the specified location dialog Support highlight feature,dissolve the specified location ..

Read more

A highly customizable multiple selection widget with fuzzy search functionality MultipleSearchSelection<Country>( items: countries, fieldToCheck: (c) { return (c).name; }, itemBuilder: (country) { return Padding( padding: const EdgeInsets.all(6.0), child: Container( decoration: BoxDecoration( borderRadius: BorderRadius.circular(6), color: Colors.white, ), child: Padding( padding: const EdgeInsets.symmetric( vertical: 20.0, horizontal: 12, ), child: Text((country).name), ), ), ); }, pickedItemBuilder: (country) { ..

Read more

FlutterShare: This application basically uses firebase, firebase authentication, cloud firestore, firestore storage, and live activity push notifications. ScreenShots: Features: google authentication is provided live push notifications for IOS and Android heartbeat animation during liking of post cloud firestore and firebase messaging is available follow,unfollow user and deleting post functionality is available uploading images using firebase ..

Read more

HADWIN HADWIN is a prototype of a fund transfer app built with Flutter. Watch an introductory video on HADWIN on youtube ⤵ NOTE: Since this is a prototype users cannot send or receive real money, or create real accounts, users need to login/register with test data provided here ➡️ https://github.com/brownboycodes/HADWIN/blob/master/docs/HADWIN_WIKI.md. Transaction and credit card data will be saved on the ..

Read more

Report bug · Request feature Table of contents Overview Screenshots Build and run Bugs and feature requests Contributing Copyright and license Overview The tldr pages project is a collection of community-maintained help pages for command-line tools, that aims to be a simpler, more approachable complement to traditional man pages. Maybe you are new to the command-line world? Or just ..

Read more

Getting Started Features Libraries Chucker Flutter An HTTP requests inspector inspired by Chucker Android Chucker Flutter inspects the HTTP(S) requests/responses triggered by your Flutter App. It works as an Interceptor and stores data related to network requests and responses on local storage, and providing a UI for inspecting and sharing their content. Flutter Apps, using Chucker Flutter, show in-app notifications which tell ..

Read more

Cocoon is a Dart App Engine custom runtime (backend) with a frontend of Flutter apps (build and repository dashboard). Cocoon coordinates and aggregates the results of flutter/flutter builds. It is not designed to help developers build Flutter apps. Cocoon is not a Google product. Using Cocoon Forcing a refresh from GitHub The server is driven by commits ..

Read more

Game Store Game Store App App demo Love the project? Give me a star! Application built in Flutter based on Design. Demo Contributions are welcome! <3 Made with ❤️ and Flutter. Download source code..

Read more

food_order_ui This is a part of my flutter challenge repository. Food Order App UI based on Tonmoy Sarkar design on Dribble Image Menu All Copyrights to Antonio Pedro Download the Food Ordering app UI source code..

Read more

A Stable LibraryLibrary for GeoFence A flutter project to provide Geo Fence functionality in Android and IOS Getting Started Getting Started Android In your AndroidManifest.xml you should add the following lines: Starting GeoFenceService Stop GeoFenceService Get User status with respect to Fence Get user’s current location Listen to change for enter and Exit status for ..

Read more

Vizier Prototype of a financial mobile application. About The main goal was to create an application with a custom UI without using external libraries. We created all charts, animations, and custom widgets ourselves, using components provided by Flutter or even layers of canvas. The application uses randomly generated data, but thanks to the architecture in ..

Read more

Draw Lottie files on a Flutter Widget. lottie 1.2.2 Render After Effects animations natively on Flutter.. Getting Started Download this package as a library Depend on it Run this command:$ flutter pub add lottie This will add a line like this to your package’s pubspec.yaml (and run an implicit flutter pub get):dependencies: lottie: ^1.2.2 Import it ..

Read more

Dart samples A collection of Dart programs that illustrate features and best practices. For a list of community-maintained projects, see Awesome Dart. Index command_line – A command line app that parses command-line options and fetches from GitHub. extension_methods – A set of samples that demonstrates the extension methods syntax and shows some common use cases of the feature. null_safety/calculate_lix – A ..

Read more

Serverpod Serverpod is a next-generation app and web server, explicitly built for the Flutter and Dart ecosystem. It allows you to write your server-side code in Dart, automatically generate your APIs, and hook up your database with minimal effort. Serverpod is open-source, and you can host your server anywhere. This is an early release of Serverpod. ..

Read more

Intro: A powerful flutter form widget, easy to use and extend. provide rich API to simplify form control and sync|async validation. Web Demo https://www.qyh.me/forme3/ Simple Usage add dependency create forme FormeKey key = FormeKey();// formekey is a global key , also used to control form Widget child = FormeTextField(name:’username’,decoration:const InputDecoration(labelText:’Username’)); Widget forme = Forme( key:key, ..

Read more

Flutter Folio A demo app showcasing how Flutter can deliver a great multi-platform experience, targeting iOS, Android, MacOS, Windows, Linux, and web. Built by gskinner in partnership with Google, Flutter Folio purposefully considers user expectations, input devices and idioms for each platform, ensuring it feels at home on every device. In addition to forking and reviewing the MIT ..

Read more

gceditor gceditor is a client/server application for creating a persistent data of an application (config/model). It can generate json, c# files for the model which makes it very useful for c#-based applications/games. The application is written in dart (flutter) and contains both the backend and frontend logic. The client is available as a native desktop application ..

Read more

calendar_view A Flutter package allows you to easily implement all calendar UI and calendar event functionality. For web demo visit Calendar View Example. Preview Installing Add dependencies to pubspec.yamlGet the latest version in the ‘Installing’ tab on pub.devdependencies: calendar_view: <latest-version> Run pub get.flutter pub get Import package.import ‘package:calendar_view/calendar_view.dart’; Implementation Wrap MaterialApp with CalendarControllerProvider and assign EventController to it.CalendarControllerProvider( controller: EventController(), child: MaterialApp( // Your ..

Read more

Drip (Still in development) A simple YouTube Music Client written in Dart using Flutter Framework with @microsoft Fluent design guidlines. Home Search Artist kinda Widget Mode What works now.. ? Search Artists Music Albums Community PLaylists Moods & Genre Playlists Features Related tracks when you play a track Youtube Music Home Page Gapless Playback Follows Fluent design ..

Read more

A working Twitter clone written in Flutter using Firebase auth,realtime,firestore database and storage. Screenshots Welcome Page Login Page Signup Page Forgot Password Page Home Page Sidebaar Home Page Home Page Home Page Compose Tweet Page Reply To Tweet Reply to Tweet Compose Retweet with comment Tweet Detail Page Tweet Thread Nested Tweet Thread Tweet options ..

Read more