How to Fix unable to load asset Flutter 1

How to Fix Unable to Load Asset Flutter

How to Fix unable to load asset Flutter – Assets are static files included in the compiled Flutter app and available at runtime. Images, fonts, movies, sounds, and other media…

Read more »

A flutter package uses native implementations to resize an image

fast_image_resizer This package uses native implementations to resize an image. It should be fast compared to the image package. It only supports PNG as output at the moment. This package…

Read more »
A library help you making drawings and animations in flutter

A library help you making drawings and animations in flutter

GraphX™ GraphX lib for Flutter. WARNING: this lib is on alpha stage, the api can change. NOTE: GraphX™ uses the $ prefix convention for all internal and private members (properties…

Read more »
A quickjs engine for flutter

A quickjs engine for flutter

flutter_qjs This plugin is a simple js engine for flutter using the quickjs project with dart:ffi. Plugin currently supports all the platforms except web! Getting Started Basic usage Firstly, create…

Read more »
A Flutter plugin to use the Firebase ML Kit

A Flutter plugin to use the Firebase ML Kit

mlkit A Flutter plugin to use the Firebase ML Kit. this is not official package The flutter team now has the firebase_ml_vision or firebase_ml_custom package for Firebase ML Kit. Please…

Read more »
A Flutter material theme editor

A Flutter material theme editor

Flutter Theme 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…

Read more »
The Flutter code generator for your assets, fonts, colors

The Flutter code generator for your assets, fonts, colors

flutter_gen The Flutter code generator for your assets, fonts, colors, … — Get rid of all String-based APIs. Motivation Using asset path string directly is not safe. # pubspec.yaml flutter:…

Read more »
A Flutter application to demonstrate how to implement Google maps

A Flutter application to demonstrate how to implement Google maps

google_maps_flutter_example A new Flutter application to demonstrate how to implement flutter google maps in a flutter application and perfoem advanced tasks on it. Adding Map To the App Get an…

Read more »