Author : Flutterappworld

Artemis Build dart types from GraphQL schemas and queries Check the beta branch for the bleeding edge (and breaking) stuff. Artemis is a code generator that looks for schema.graphql (GraphQL SDL – Schema Definition Language) and *.graphql files and builds .graphql.dart files typing that query, based on the schema. That’s similar to what Apollo does (Artemis is his sister anyway). Installation Add the following to ..

Read more

Rapid Open Hardware Development (ROHD) Framework About: The Rapid Open Hardware Development (ROHD) framework is a framework for describing and verifying hardware in the Dart programming language. ROHD enables you to build and traverse a graph of connectivity between module objects using unrestricted software. This package developed and maintain by Intel Corporation and Flutter developers. ..

Read more

flutter_splash_screen A splash screen API for flutter which can programatically hide and show the splash screen. Works on Android and iOS. Content Changes Installation Examples Getting started API Testing Troubleshooting Contribution Changes Examples Examples Installation 1. Depend on it Add this to your package’s pubspec.yaml file: dependencies: flutter_splash_screen: ^xxx 2. Install it You can install ..

Read more

your_splash A Flutter implementation of splash screen. Supports Android and IOS. Features Supports splash screen with the Future callback Supports splash screen with timer Getting Started To use this library, add your_splash as a dependency in your pubspec.yaml file: dependencies: … your_splash: In your library add the following import: import ‘package:your_splash/your_splash.dart’; Constructors This package comes with 2 kinds of splash screen ..

Read more

Fludget Browse through a variety of widgets used in flutter This application is developed to learn Flutter using Flutter. Different widgets used in flutter can be viewed in this app along with their implementation. Contribute by adding new sample pages for different widgets Make sure to read the contributing guidelines before contributing. Clone the repository $ git clone ..

Read more

Medito App Meditation can positively transform people’s lives. We believe no one should have to pay for it. We are the Medito Foundation, and we’ve built the Medito App for people who have never meditated before or want to deepen their meditation practice. The app is free, forever: no ads, no spam, no need to sign ..

Read more

Tezart What it is Tezart is a Dart library for building decentralized applications on Tezos blockchain. Tezart interacts with a Tezos node to send transactions, interact with smart contracts and much more! See the Quick start guide for more details. Links Documentation Contribution Architecture Feature requests and bugs If you want to contribute to this project, read the code of conduct. Feature requests ..

Read more

Google’s ML Kit Flutter Plugin A Flutter plugin to use Google’s standalone ML Kit for Android and iOS. Features Vision Feature Android iOS Text Recognition Face Detection Pose Detection Selfie Segmentation yet yet Barcode Scanning Image Labelling Object Detection and Tracking yet Digital Ink Recognition Text Detector V2 yet Natural Language Feature Android iOS Language Identification On-Device ..

Read more

India Beats Covid This is an effort to bring together and verify all the contacts of the needed resources for people fighting COVID-19 in our country India. Download APK *Please help us by volunteering Web Apps Primary (Ruby Version) – https://indiabeatscovid.in/ Secondary (Flutter Version) – https://indiabeatscovid19.web.app/ ScreenShots  Found this project useful? If you found this project useful, ..

Read more

A Flutter package that makes navigation and routing easy. Learn more at vrouter.dev Here are a few things that this package will make easy: Automated web url handling Nesting routes Transition Advanced url naming Reacting to route changing Customizable pop events And much more… Index Index Getting started VRouter VRouteElements VWidget VGuard VRouteRedirector VNester VPopHandler Navigation ..

Read more

Packages we are using: flutter_svg: link goole_fonts: link Fonts Poppins link On flutter very easily you can make amazing animation, that looks wow . A lot of you guys think it’s pretty hard to do, but not in flutter. So today I will show you how easily you can animate grocery app add to cart items also how to ..

Read more

sizer Sizer is helps you to create responsive UI easily. A flutter plugin for Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple. Content For Existing User Installation Parameters Suggestion Note Existing User Hello Existing users, I have updated the package for supporting Flutter 2.0 and solving many bugs then Whenever you update 1.x.x to 2.x.x ..

Read more

Fpdart Functional programming in Dart and Flutter. All the main functional programming types and patterns fully documented, tested, and with examples. Fpdart is fully documented. You do not need to have any previous experience with functional programming to start using fpdart. Give it a try! Fpdart is inspired by fp-ts, cats, and dartz. Note: The package is still in ..

Read more

GET A Full Project Source Code Download Source Code 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, ..

Read more

Flutter Starter Introduction We wanted to take Flutter a step further and accelerate the process of building production-level apps. Presenting our solution- Flutter Starter! Flutter Starter, as the name suggests, is a starter kit for Flutter that helps you bootstrap projects with all the essential modules like State Management, API calls, Style Guide, etc. It helps you build ..

Read more

Fast ECS Simple and fast Entity-Component-System (ECS) library written in Dart. CPU Flame Chart device Nexus 5 (2014) android 6.0.1 fast_ecs version 0.0.1 all Time 10500(ms) 1024 entities  RotationSystem void update(double deltaTime, SetEntity entities) { for (var i = 0; i < entities.size; i++) { Entity entity = entities[i]; TransformComponent transform = transformComponents[entity]; VelocityComponent rotation ..

Read more

Flutter Food Delivery App Light Screenshots Onboard Auth Home Search Shopping Basket Liked Profile Dark Screenshots Onboard Auth Home Search Shopping Basket Liked Profile Download Flutter Food Delivery App source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

In the first part of our complete e-commerce app, we show you how you can create a nice clean onboarding screen for your e-commerce app that can run both Andriod and iOS devices because it builds with flutter. Then on the second episode, we build a Sign in, Forgot Password screen with a custom error ..

Read more

inspiration_app A new Inspiration App Flutter project. design view Code by afgprogrammer. Getting Started This project is a starting point for a Flutter application. I Just implement that include in afgprogrammer video on his youtube channel for my practice. Big Thank’s to afgprogrammer who make a video that i use for my practice. Here is ..

Read more

DartSSH 2 dartssh2 is a pure dart SSH implementation based on dartssh, with bug fixes, up-to-date dependencies and sound null safety. dartssh2 providing first-class tunnelling primitives. Feature support Keys Ed25519, ECDSA, RSA KEX X25519DH, ECDH, DHGEX, DH Cipher AES-CTR, AES-CBC MAC MD5, SHA Compression not yet supported Forwarding TCP/IP, Agent Tunneling drop-ins for Socket, WebSocket, package:http Try # Install ..

Read more

Calculator App A calculator Flutter app. 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 the online documentation, which offers tutorials, samples, ..

Read more

dice_app A new Flutter application. Getting Started For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference. Description It’s a Flutter Dice App that display Rolled Dice’s position and Sum of all Dices. Icon Screenshot Working Download dice app source code on GitHub ..

Read more

What should I eat today? First Process Second Process Third Process Explanation : Here, this project was made with Flutter. As you can see the screenshots, the app includes many foods and when you press any images of foods, the app will display foods randomly. Download Diet App source code on GitHub FlutterappworldProvides the list ..

Read more

it is a game where a goat can walk , run and jump Goat increases size when he eat grass ! Goat can meither move left or right ! I currently working on more features to it ! Download this game source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with ..

Read more

Intro Custom Bottom navigation bar on Flutter. The updated one Support : Null safety & Support 9 items on Tabs & Some Color, Size, Effects and font customization. Check the screenshot : P.S Make sure to upgrade your Flutter version to Latest version which support Null Safety. Flutter upgrade Usage bottomNavigationBar: FancyBottomNavigation( tabs: [ TabData(iconData: ..

Read more

FoodVio Recipe App Download Recipe App source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

GetX lib DI pattern Dependency Injection is a great design pattern that allows us to eliminate rigid dependencies between elements and it makes the application more flexible, easy to expand scales and maintain. In the project we use Plugin getX to implement DI and we have also defined classes so you can easily implement DI in the DI layer. Routes We ..

Read more

hCaptcha Flutter During one of the projects I was working on, I found out that there aren’t any “solid enough” captcha implementations in Flutter. After following [https://medium.com/@hCaptcha/implementing-hcaptcha-in-your-flutter-app-13ea6ddca71b](this official guide) on https://www.hcaptcha.com/, I decided to make an “all-in-one” solution, that takes care of the state and widgets needed to get HCaptcha Working with your flutter project. This Repository ..

Read more

Draw perfect pressure-sensitive freehand lines.  A port of the perfect-freehand JavaScript library. Try out that demo. Table of Contents Installation Usage Community Author Introduction This package exports a function named getStroke that will generate the points for a polygon based on an array of points. To do this work, getStroke first creates a set of spline points (red) based on the input ..

Read more

This is the standard Flutter template application, modified to run on desktop. The linux, macos, and windows directories serve as early prototypes of what will eventually become the flutter create templates for desktop, and will be evolving over time to better reflect that goal. Building and Running See the main project README. Dart Differences from Flutter Template The main.dart and pubspec.yaml have minor changes to support ..

Read more

LanChat Flutter + Rust demo showcasing how simple the integration is! Usage ./run It requires cargo and flutter correctly configured. Info Simple example The simplest code is here https://github.com/sigmaSd/LanChat/tree/simple_udp_multicast this shows the rust – flutter integration without unneeded complexity (that comes with additional features). It uses only udp multicast for messaging which works great except for android ..

Read more

Design Design of “The music interface” by Alisa (https://dribbble.com/Alisa_33) for Redscarf(https://dribbble.com/red_scarf) This is an implemenation of the microinteraction of the listview. If you want to learn more follow my blog post in Medium. Download this design source code on GitHub https://github.com/sriram15/Fluter_ListView_Microinteraction FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more