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 ..
Category : Flutter App
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, ..
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 ..
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 ..
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 ..
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 ..
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 ..
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 ..
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 on GitHub FlutterappworldProvides the ..
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 ..
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 ..
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 ..
Colorize Text Avatar Colorize Text Avatar is a package to generate avatar based on your user initials. It supports to generate avatars based on your specification or it colorize your avatar by using predefined colors. Enjoy it! Getting Started It is an easy and powerfull package to generate text avatars for your users! Let’s see ..
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 ..
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 ..
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. ..
flap Working proof of the Go server running inside Flutter Video in action Prerequisites Flutter >2.0 Go >1.16 Build Go server macOS: iOS: iOS Simulator: Run app Build app Known issues Hot reload doesn’t work (workaround: run Go server independently in the development phase) Q&A Why .dylib instead of .a as an iOS library? Because I can ..
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: ..
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 ..
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 ..
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 ..
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 ..
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 ..
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: ..
Flutter Production Boilerplate A flutter project containing bloc, flutter_lints, hive, easy_translations and more! This repository is the starting point for my personal projects. If you have any suggestions or improvements feel free to let me know. The project strives to implement best practices recommended by Google and other developers. These best practices include but are ..
Analog Clock Light & Dark Theme Description: We design a nice clean analog clock app UI by using flutter. Our clock supports both the Dark and Light theme. If you want to learn how to use both Light and Dark theme then it helps a lot. How I can run it? Clone this repo Run ..
Stay Home Polls App An app for sharing surveys in an interactive and anonymous way, mainly on sociocultural issues produced by the period of confinement by COVID-19 and its causes and consequences. Sign in Popular polls Voted polls New poll Download Stay Home Polls App source code on GitHub FlutterappworldProvides the list of the opensource ..
Flutter_Cart A flutter package for make your life easy. This package is used for maintaining a cart. Usage It is recommended to use any State Management. i.e:- Provider, Redux etc To use this plugin, add flutter_cart as a dependency in your pubspec.yaml file. Getting Started first create an instance of flutter cart package. After getting the instance, we ..
Medium Splash Screen A Medium iOS landing page screen clone built with flutter that works for iOS and Android. Download Medium Splash Screen source code on GitHub https://github.com/VictorUvarov/medium FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
InjectorX Dependence management from Flutter The idea for InjectorX came about to make it easier to control and maintain dependency injections in a flutter project with Clean Architecture. The main difference InjectorX for the main packages already available is the injection control by context, thus decentralizing the injections and not instantiating what you don’t need outside ..
swipable_stack A widget for stacking cards, which users can swipe horizontally and vertically with beautiful animations. (Sorry, the package name swipable_stack is typo of swipeable stack) Usage builder A SwipableStack uses a builder to display widgets. SwipableStack( builder: (context, index, constraints) { return Image.asset(imagePath); }, ), onSwipeCompleted You can get completion event with onSwipeCompleted. SwipableStack( onSwipeCompleted: (index, direction) { print(‘$index, ..
funvas Flutter package that allows creating canvas animations based on time and math (mostly trigonometric) functions. The name “funvas” is based on Flutter + fun + canvas. Let me know if you have any better ideas 🙂 Demo I share my funvas creations on Twitter and I have also created a live demo that allows you to see the ..
Flutter ML Kit Vision This a sample Flutter app integrated with the ML Kit Vision API for recognition of email addresses from an image. NOTE: The ML Kit plugin for Flutter (google_ml_kit) is under development and is only available for Android platform. There was firebase_ml_vision package having similar functionality but providing cloud based ML solution connected to Firebase, and also supported both Android and iOS platforms. Unfortunately, it ..
Gchat – The Chatting Application An application for chatting. I used Android Studio and you can you any editor of your choice for ex: VS Code, IntelliJ, etc. Getting Started This part is a starting point for this Flutter application. The application can be tested by USB debugging option or you can download and use ..
Flutter Shortcuts Show some and the repo Why use Flutter Shortcuts? Flutter Shortcuts Plugin is known for : Flutter Shortcuts Fast, performant & compatible Free & Open-source Production ready Make App Reactive Features All the features listed below can be performed at the runtime. Create Shortcuts Clear Shortcuts Update Shortcuts Use both flutter and android asset ..
simple_shadow A customizable shadow for any widget Getting Started import: import ‘package:simple_shadow/simple_shadow.dart’; example: SimpleShadow( child: Image.asset(‘images/bird.png’), opacity: 0.6, // Default: 0.5 color: Colors.blue, // Default: Black offset: Offset(5, 5), // Default: Offset(2, 2) sigma: 7, // Default: 2 ) Default Color: Colors.blue Opacity: 1 Sigma: 10 Offset: Offset(10, 10) Download shadow widget source code on ..
vector_tile_renderer A vector tile renderer for use in creating map tile images or writing to a canvas. Written in Dart to enable use of vector tiles with Flutter. Example An example of output: Known Issues Theme layer types not implemented: raster, circle, fill-extrusion, heatmap, hillshade, sky Development Resources Maputnik Style Editor Theme style specification License Copyright ..
nimbus This is Nimbus (Portfolio & CV), a beautifully designed portfolio website built with flutter. It is inspired by Web Genius Lab Designs on Behance Download portfolio design source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
Anon is an Open Source Application where it’s users will be able to share their thoughts without their identity being revealed i.e Anonymous. When the user joins the platform, a new account is created and only the user id is kept in the database, and when the user logs out, automatically his/her account deleting from ..
jiu_jitsu_for_all Download link on Google play A jiu-jitsu app made in flutter. If you want to know more about flutter: Lab: Write your first Flutter app Cookbook: Useful Flutter samples online documentation The purpose of this repository is to show and document my first experience when creating an app I accept any constructive criticism or ..