Crypto Loss Gain Calculator Crypto Loss Gain Calculator App build with Flutter. It developed with DDD (Domain Driven Design) principles. Domain-Driven Design Domain-driven design is a concept in order structure software projects and maintain the domain layer of the source code by Eric Evans. For further reading, here. DDD is robust, solid & be applicable to various ..

Read more

ShowCaseView A Flutter package allows you to Showcase/Highlight your widgets step by step. It is inspired from Fluttery’s Flutter challenge. Preview Installing Add dependency to pubspec.yamlGet the latest version in the ‘Installing’ tab on pub.dev dependencies: showcaseview: <latest-version> Import the package import ‘package:showcaseview/showcaseview.dart’; Adding a ShowCaseWidget widget. ShowCaseWidget( builder: Builder( builder : (context) ()=> Somewidget() ), ), Adding a Showcase widget. GlobalKey ..

Read more

Smart Admin Panel & Dashboard Flutter Web Smart Admin & Panel Dashboard with flutter UI kit. Support  If you want to access the backend(Firebase or Django) integrated fully management system with comprehensive features and good documentation. You can leave me message.  Smart Admin Panel & Dashboard  Requirements Any Operating System (MacOS, Linux, Windows) Any IDE ..

Read more

msws_starter Module Service Widget Screen Flutter architecture project starter. For examples visit Example project Main abstractions Main 5 types of abstractions. Modules FP-like modules of stateless functions that are expressed through static members of abstract classes. They are intended to contain all business logic functionality and are easy to use inside isolates. They have maximum referential transparency ..

Read more

flutter_archive Create and extract ZIP archive files. Uses Android/iOS/macOS platform APIs for high performance and optimal memory usage. Features Supports Android (API level 16+), iOS 9+ and macOS 10.11+. Modern plugin implementation based on Kotlin (Android) and Swift (iOS/macOS). Uses background processing to keep UI responsive. Zip all files in a directory (optionally recursively). Zip ..

Read more

Ajent An app bridges the Gap between Tutors and Learners . Features Multiple sign-in providers (Google, Facebook, Phone – OTP) Course management (support both course for teaching or learning) Course searching Course evaluation Request management Realtime chatting Course in-app sharing Push notifications Multiple languages Tech Stack Client: Flutter (Dart) Server: Firebase State Management: GetX (MVC model) Installation Clone the ..

Read more

A storefront-independent API for purchases in Flutter apps. This plugin supports in-app purchases (IAP) through an underlying store, which can be the App Store (on iOS) or Google Play (on Android). Features Use this plugin in your Flutter app to: Show in-app products that are available for sale from the underlying store. Products can include consumables, ..

Read more

enough_html_editor Slim HTML editor for Flutter with full API control and optional Flutter-based widget controls.  API Documentation Check out the full API documentation at https://pub.dev/documentation/enough_html_editor/latest/ Usage The current enough_html_editor package the following widgets: HtmlEditor the HTML editor. HtmlEditorControls optional editor controls. SliverHeaderHtmlEditorControls wrapper to use the editor controls within a CustomScrollView as a sticky header. HtmlEditorApi – not a widget – the API to ..

Read more

Codename: Maily Mail app for iOS, Android and hopefully more platforms in the future. Developed in Flutter. Test Maily You can test an early access version of Maily today: on Android at Google Play. on iOS with TestFlight. Screenshots Android Features POP and IMAP service providers are supported, though POP accounts are not tested at this moment Multiple ..

Read more

a privacy centric matrix client – now in open alpha* Syphon is still in alpha and we do not recommendusing it where proven and independently verified security is required.  Why Syphon aims to be built on the foundations of privacy, branding, and user experiencein an effort to pull others away from proprietary chat platforms to the ..

Read more

starbucks_concept This project was made to present a concept app idea to Starbucks. I used flutter BLoC for state management and Rive for coffee order animations. UI Concept video Download starbucks app source code on GitHub https://github.com/guccisekspir/starbuc..

Read more

VNotes This is an old project I was working on when learning to use Hive, will start working on it full time and will be adding new features as soon as possible. You can download the app from Play Store Here Any contribution will be accepted if it meets what is needed, Thanks. If you this ..

Read more

SQLfuzz Load random data into SQL tables for testing purposes. The tool can get the layout of the SQL table and fill it up with random data. Installation Usage Flags Package usage Installation MacOS Linux Windows You can download the Windows build here Build from source Usage Flags u: User for database connection p: Password for ..

Read more

A new Flutter app project to manage tasks. Getting Started 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 on mobile development, and a full API ..

Read more

A local music player app made using flutter. 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 ..

Read more

A Home Automation app made using Flutter, Adafruit IO & ESP32 Dev Board. 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, ..

Read more

Just Another Workout Timer A simple timer for your workouts, built with Flutter!  NOTE: Due to the process of releasing updates on F-Droid, the version there can be outdated for a few days. The version on GitHub will always be the latest. Keep in mind, that the F-Droid and GitHub versions are not compatible with ..

Read more

Club Penguin Introduction  Club Penguin A multiplayer game involving penguins and anonymous chat in a virtual 2D world Before we start, you can take a look at the app: Usage  To clone and run this application, you’ll need git and flutter installed on your computer. From your command line: # Clone this repository $ git clone https://github.com/Shadow60539/social_media_game.git # Go ..

Read more

Folding Menu This is an easy to use package for adding Folding Menu to your Flutter Applications Demo Usage To Use, simply add Folding Menu to your Stack Widget(as the Last Element for most Cases): body: Stack( children: [ Container( color: Colors.deepOrange, child: Center(child: Text(“Other Screen Content”,style: TextStyle(color: Colors.white,fontSize: 20),)),), // Add FoldingMenu as the ..

Read more

Sticker Chat  Sticker chat is a messaging application built using Flutter, Stream, and Rive. It allows users to send and receive messages in real-time in just a few lines of code. The project is broken up into a few key folders : lib: Directory containing all Flutter/Dart code. app: Application setup and configuration models: Domain model used throughout the ..

Read more

Short info: A project to showcase usage of basic principles to convert any 3D design into a working application using Flutter. Developing apps with 3D designs in flutter This project is developed to showcase how we can use some basic principles to convert any 3D design into a working application using Flutter. On starting this ..

Read more

MegaflixZ MegaflixZ is a movie app for the movie lover in you. It is an app that displays new and upcoming movies and tv series. Link to product development video Check out the IGTV Video How it Works ? This application is for all users who are movie enthusiast In the homepage you can see ..

Read more

Flutter Sidekick Sidekick is an app that provides a simple desktop interface to tools that enhance Flutter development experience to make it even more delightful. Installation Instructions Features Manage Flutter versions Explore releases View most used packages Search versions across apps Version sandboxing (playground) more… Download Flutter Sidekick app source code..

Read more

Paper is a implementation of Flx Design System for Flutter. Installing Add a lines like this to your pubspec.yaml. dependencies: paper: git: url: https://github.com/the-flx/paper.git ref: vX.X.X After replace X.X.X of the prefer version of package on github releases page. Next step is will run command flutter pub get. Importing Now in your Dart code, import paper ..

Read more

A package that lets you include a cool, nice looking and validated Password TextFormField in your app to enhance user experience. The package is fully & easily modifiable. Customizable Attributes Import package:password_validated_field/src/requirement_widget.dart and following fields are modifiable: inputDecoration textEditingController textInputAction onEditComplete onFieldSubmitted focusNode cursorColor textStyle activeIcon inActiveIcon activeRequirementColor inActiveRequirementColor  Here’s how it looks Below are few samples of what the ..

Read more

taskit Not Just Another Todo App. P.S: An App build to test the features of Flutter and will continue to update as the world of flutter expands along Made with  and Application Overview Project Version List and Future Task Version Status Flutter App Setup 0.0.1(beta) [✓] Task List Display 0.0.2(beta) [✓] Add Task 0.0.3(beta) [✓] Update ..

Read more

Networking in Flutter using Dio This is a sample Flutter app for demonstrating how to perform network requests using the Dio package. For this demo API provided by REQ | RES is used. The functionalities of Dio showcased in this app are as follows: GET request POST request PUT request DELETE request Base options Uploading files Interceptors Demonstration Request ..

Read more

linkfy_text A lightweight flutter package that linkifies a text containing urls, emails and hashtag like twitter does. Usage To use this package, add linkfy_text as a dependency in your pubspec.yaml file. Example: // first import the package import ‘package:linkfy_text/linkify_text.dart’; Container( child: LinkifyText( “This text contains a url: https://flutter.dev”, linkStyle: TextStyle(color: Colors.blue, fontSize: 16), onTap: (link) { /// do ..

Read more

Short intro: This is the new version of my Task app “Tasko” which was done in Java. She is now in Flutter for the HotReload and the native Cross-Platform. tasko_rem The Tasko App is now compatible on iOS, Android and others distribution, because it’s made with Flutter You can now add task, check them or uncheck. ..

Read more

Flutter Theme  WARNING: This app is still under development so please expect bugs and missing features in the app.  Inspired by Panache, a Flutter material theme editor for you to configure the overall visual theme of your material app. Usage Flutter Theme is developed and built with Flutter, and is available for both Web and Desktop. Disclaimer: ..

Read more

Short intro: A simple app to keep track the time you Learn, Playing, Reading, … in every week. This is also my attempt to teach myself Flutter & Dart. Progressor 0.0.1 Sometime you want to set a target for you weekly, for example: “Reading Book for 8 hours every week”. This app helps you to ..

Read more

d3-quadtree A quadtree recursively partitions two-dimensional space into squares, dividing each square into four equally-sized squares. Each distinct point exists in a unique leaf node; coincident points are represented by a linked list. Quadtrees can accelerate various spatial operations, such as the Barnes–Hut approximation for computing many-body forces, collision detection, and searching for nearby points. Installing If you use npm, npm ..

Read more

A unique flutter application aimed at helping people getting their vitals using Photoplethysmography and Computer Vision Current Goals:  Use the camera and flash sensors to calculate Heart Rate  Use the camera and flash sensors to calcuate SP02  Make a dashboard for storing periodic readings  User Profile  Login Page  Sign Up Page  Splash Screen  Firebase/Supabase Intergration ..

Read more

neumorphic_container Fully customisable Neumorphic Containers for your flutter projects. Getting Started In the pubspec.yaml of your flutter project, add the following dependency: dependencies: … neumorphic_container: “^0.0.1+2” In your library add the following import: import ‘package:neumorphic_container/neumorphic_container.dart’; For help getting started with Flutter, view the online documentation. Usage Simple Container: For best results, set the background color of a surrounding widget to ..

Read more

Vocabhub 0.2.2 A vocab app built with Flutter and Supabase Live version here v0.2.0 v0.1.0 Platform Android iOS MacOS Web Yes Yes Yes Yes Contributing Feel Free to contribute to this app, Data being collected from this sheet. Contribution does not necessarily mean sending a pull request you could also contribute by improving the sheet. Getting Started ..

Read more

Formidable Validator — Formdator is a fully object-oriented package for validating form fields before they get processed. Its key benefits, compared to all other similar packages, include: Object-oriented mindset: there is no static functions, only trustworthy immutable objects. Easy-to-compose validators, e.g.: Trim(ReqEmail()) for a “trimmed-required-email”, it trims the entered email before trying to validate it. You can apply multiple validation ..

Read more

DrawingBoard Free online drawing application for all ages. Features  Draw  Erase  Add new page  Select between Grid Page and Plane Page.  Change pen stroke, color.  Change Background Color.  Login/SignUp  Save Drawing Book  Create Multiple Drawing Books Screenshots How To Use To clone and run this application, you’ll need Git and Flutter installed on your computer. From your command line: ..

Read more