How about following live codings of real projects live?Follow there on twitch: Wilson Neto Dev on Twitch Next Level Week – Dev Quiz (NLW) Dev Quiz is a simple Quiz app with Flutter built in the last Rocketseat Next Level week Links Figma Layout: NLW 5 – Figma Dev Quiz Infos how to run the app?: Download ..
Author : Flutterappworld
PLASO CONNECT – The Lifeline A one-stop platform for COVID relief resources — Connecting patients with Plasma donors and oxygen suppliers. Built for the citizens, to win over the pandemic INSPIRATION Living amidst the pandemic has become a challenge for the citizens of India. With the exponential rise in the number of daily infections of ..
Paddinger Paddinger is a Flutter package to generate Padding widgets. Given a set of constants like: @paddinger const double PADDING_NORMAL = 8; A set of Padding classes will be generated like: So instead of writing: Padding( padding: const EdgeInsets.all(PADDING_NORMAL), child: Text( ‘MyText’, ), ) you can just write: NormalAllPadding( child: Text( ‘MyText’, ), ) How ..
eneural_net eNeural.net / Dart is an AI Library for efficient Artificial Neural Networks. The library is portable (native, JS/Web, Flutter) and the computation is capable to use SIMD (Single Instruction Multiple Data) to improve performance. Usage import ‘package:eneural_net/eneural_net.dart’; import ‘package:eneural_net/eneural_net_extensions.dart’; void main() { // Type of scale to use to compute the ANN: var scale = ..
Gita Bhagavad Gita flutter app. Download App – Playstore Web Application About Bhagavad Gita app using flutter & Bhagavad-Gita-API is A lightweight Node.js based Bhagavad Gita API [An open source rest api on indian Vedic Scripture Shrimad Bhagavad Gita]. Learning large JSON Data handling API example screenshot Built with Flutter Bhagavad-Gita-API Download Bhagavad Gita app ..
Short Intro About FadeTransition Widget Animates the opacity of a widget. For a widget that automatically animates between the sizes of two children, fading between them, see AnimatedCrossFade. What FadeTransition Widget in Flutter? FadeTransition Widget allows us to fade a widget in and out by animating their opacity. Therefore, we have to provide the opacity ..
easy_tab_controller A user-friendly TabBarController widget for flutter developer. Getting Started This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS. For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference. The ..
fluent_ui Design beautiful native windows apps using Flutter Unofficial implementation of Fluent UI for Flutter. It’s written based on the official documentation You can check the web version of it here Content Motivation Installation Badge Style Icons Colors Accent color Brightness Visual Density Typograpy Font Type ramp Reveal Focus Motion Page Transitions Navigation Navigation View App Bar Navigation ..
Health Performance Monitor UI Health Performance Monitor ui design in a neomorphism effect built using Flutter. Show some and star the repo, it makes me to share more open source flutter projects. Download Health Performance Monitor ui source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
stopwatch_flutter An IOS stopwatch challenge from Flutter Animations Masterclass – Full Course What I learned; Use timer Use ticker Create custom shapes with Transform widget Use Matrix4 widget to rotate and translate the Transorm widget Download stop watch app source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. ..
sweetalertv2 sweetalertv2 for flutter. Showcases Getting started Add dependency Usage Basic usage With a subtitle With a success state With a confirm state Do some job Special Thanks best-flutter (initial project) Download this package source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
BuySmart An E-Commerce application developed on Flutter, which helps to run the app on Android / IOS / Windows’s OS / MacOS / Web Browser from a single codebase ## Light Mode Dark Mode Web & Windows Download An E-Commerce application source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with ..
Chatsen Chatsen is a cross-platform application that allows you to chat on Twitch with support for 3rd-party services such as 7TV, BTTV and FFZ.It also features a built-in video player and a variety of other features, such as auto-completion, notifications (on supported platforms), whispers, and more to come! Media Downloads You can find the latest ..
Flutter mPin Animation | Custom Widget mPin Widget to accept user input with nice animation. Tutorial 👇🏼👇🏼👇🏼Flutter mPin Animation Tutorial || Part-3 | mPin Series Download Flutter mPin Animation | Custom Widget source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
DevQuiz A mobile application being built with NLW5 (an event from Rockeatseat – https://app.rocketseat.com.br/). This application goals to build a quiz about programming area and written with Flutter. Requirements You must have installed Flutter and Dart in your machine. For that, see the installation guide at: https://flutter.dev/docs/get-started/install Current state This app is still being built, so its ..
Flutter Tutorial – Collapsible Sidebar Menu & Navigation Drawer Let’s create a Flutter Collapsible Sidebar Menu that can collapse and expand the Navigation Drawer in Flutter. Preview App Preview Course Preview Download Collapsible Sidebar Menu & Navigation Drawer source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
flutter_number_animation With this package you can display numbers or any other text more nicely Preview Works with text too! How to use Add this to your package’s pubspec.yaml file: dependencies: flutter_number_animation: ^0.0.6 Add NumberAnimation Widget wherever you need! NumberAnimation(‘123456789’), You can also set the TextStyle and time between each slides NumberAnimation(‘123456789’, textStyle: TextStyle(fontSize: 60, color: ..
Grocery-Store developed in Flutter,DotNet Core, Firebase, One-Signal, SQL-Server, Stripe, Razorpay, Paypal A complete grocery store developed with Flutter, DoNet Core, Firebase, One Signal and SQL Server as backend GroceryShoppers aims to simplify grocery shopping by offering personalized, hand-delivered service at the swipe of your phone. While grocery shopping online is not new, GroceryShoppers offers a ..
NOTE: Manga Section Contains 18+ content.Sometimes App may take some time to load.Constants Folder is removed from repo because it contains api Url and it also contains a getSize() Function That returns device dimensions. Screenshots Download app source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
The Algorithms All algorithms implemented in Dart (for education) These implementations are for learning purposes. They may be less efficient than the implementations in the Dart standard library. List of Algorithms See our directory for full list of all algorithms. A few of the algorithms (the most common ones) are explained here. Search Algorithms Linear From Wikipedia: linear ..
CONNECT Chat Application With over 4000 lines of code and many days of struggle, I have built my Chat Application named “Connect” right from scratch using Flutter. The database used for storing user’s data(name, email, profile pic only) and chats is Firebase(which is a NoSQL database made by Google).The code is mainly written in dart ..
elexto_music 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 ..
ADA Project Learn, visualize and play around some of the popular multimedia compression/encoding algorithm, right from your smartphone. Built by: Madhavendra Pratap Singh (2K19/CO/209) Manan Sharma (2K19/CO/212) Screenshots Homecreen Tab: – About us: ## Getting Started This project is a starting point for a Flutter application. Download ADA Project source code on GitHub FlutterappworldProvides the ..
on_audio_query on_audio_query is a Flutter Plugin used to query audios/songs infos [title, artist, album, etc..] from device storage. Help: Any problem? IssuesAny suggestion? Pull request Extensions: on_audio_room – Used to store audio [Favorites, Most Played, etc..]. Topics: Gif Examples How to Install Platforms How to use Examples Gif Examples: Songs Albums Playlists Artists Platforms: Methods Android IOS Web querySongs ✔️ ✔️ ✔️ ..
Dart-NATS A Dart client for the NATS messaging system. Design to use with Dart and flutter. Flutter Web Support by WebSocket client.connect(Uri.parse(‘ws://localhost:80’)); Flutter Other Platform Support by TCP Socket and WebSocket client.tcpConnect(‘localhost’); client.connect(Uri.parse(‘ws://localhost:80’)); API Change from version 0.2.x To support Flutter Web. We change default transport from TCP socket to WebSocket. TCP Socket still able to access ..
About The “Persian subtitle modification” application has been designed with the aim of modifying the encoding of Persian subtitle files. This application changes the encryption of subtitle files from windows-1256 to utf-8. If your input subtitle is utf-8, there is no problem and it saves the same as output. Android support This application will not work properly ..
Feeel Feeel is an open-source workout app for doing simple at-home exercises. This is a rewrite of the original app in Flutter, to make development easier and allow for an iOS version. Still free as in freedom. Contribute Submit exercise photos Exercise photos are sorely needed. See this issue for a list. The photos you submit must be your ..
Screenshots Download 404 Error Page Animation source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
App Feedback A Flutter package for getting app feedback from users. It provides the utility to display feedback form depending upon the requirement. Feedback form can be displayed instantly at any time or after certain period of time. Download Demo App How to use this package 1. Add library to pubspec.yml dependencies: app_feedback: ^0.0.2 2. ..
Nakama Flutter Client Nakama is an open-source scalable game server. This is a Flutter client for Nakama written in pure dart and supports cross platform gaming on iOS, Android, Web and more. Current Status Almost all basic functions which are necessary to start playing around with Nakama are ready to use. Please feel free to give ..
SUSya – Plant Disease Detector ML Powered App to assist farmers in crop disease detection and alerts. Product Walkthrough SUSya.Demo.mp4 Download Product Apk here Machine Learning Python Notebook Solutions System to detect the problem when it arises and warn the farmers. Disease Detection using Machine Learning Model enabled through Android app which uses Flask API. Solution to overcome the problem once ..
corona_app A new Flutter project. Getting Started Clone this project Development run in your emulator or connect your pc to your phone Release build APK build IOS app (MacOS Only) Download the app in your phone, and install it Download Corona App source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection ..
flutter_memory_leak_check It is easy to know whether a variable is correctly reclaimed by memory. principle: By using the reference as the key of the weak reference, when the GC is executed, if the reference can be recycled, it will be deleted from the weak reference. step 1:Add debugging options –observatory-port=50443 step 2:Run port forwarding tool ..
plade Plade is a type-safe CLI parsing library for Dart. Highlights Fully type-safe and null-safe. Support for a variety of different parsing styles (including GNU-style long options and Go’s flag-style parsing). Contains an optional class-based API. Usage Two examples are provided: Usage of the basic API. Usage of the class-based API. Download this app source code ..
Brighten_Up Download this Speaking Motivational App source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
Flutter-Bloc-Recipe-app App Features. App includes 5,0000+ recipes. cost breakdown per servings. related Recipes. Auto Complete search Feature. Save recipes for letter. get random recipes. Everyday’s meal plan with nutritions. App Information Here,i created this app with Spoonacular open source food api and firebase to save recipes. In starting of the app add Auth screen and for keep ..
Firebase Messaging Plugin for Flutter A Flutter plugin to use the Firebase Cloud Messaging API. To learn more about Firebase Cloud Messaging, please visit the Firebase website Getting Started To get started with Firebase Cloud Messaging for Flutter, please see the documentation. Why flutter_fcm? Easy to use Supports local notification Usage The easiest way to use this library ..
Smartstruct – Dart bean mappings – the easy nullsafe way! Code generator for generating type-safe mappers in dart, inspired by https://mapstruct.org/ Installation Usage Examples Roadmap Overview Add smartstruct as a dependency, and smartstruct_generator as a dev_dependency Create a Mapper class Annotate the class with @mapper Run the build_runner Use the generated Mapper! Installation Add smartstruct as ..
Provides utilities for loading and running WASM modules Built on top of the Wasmer runtime. Setup Start by installing the tools needed to build the Wasmer runtime: Install the Rust SDK. On Windows, to get link.exe, install the Visual Studio build tools with the “Desktop development with C++”-option selected. Basic Usage As a simple example, we’ll try to call a simple ..
UIKits2 A complete UIs for mobile and tablet, which include 16 categories. Start SignUp & Login Walkthrough Loading Profiles Feed Article Activity Create Chat Contact Store & Shop Shopping Carts & Checkout Navigation Photos Dashboard Screenshots Tablet Screen Mobile Screen Start Screen Signup Screen Walkthrough Screen Loading Screen Profile Screen Feed Screen Article Screen Activity ..