Play Tic-Tac-Toe by clicking on the screen to fill the white spaces
If you need to show the user some information in a nice way, you can use this package. The API is as simple as API for regular Material method showDialog. If you need to use your own widget to display, you can pass it into showTopSnackBar function.
This software is a non-official extension to the Flutter SDK to build and debug Flutter apps for Embedded Linux devices.
A minimalistic CLI tool to run Flutter applications and auto hot reload it when files are changed. It will watch changes your application code and trigger a hot reload everytime a change happens.
A dog themed instagram social network for messaging, posting updates, finding people and coloring the dog world.
DartWriter
provides API to generate Dart source code. It can make your job easier while developing flutter/dart tools. You can also generate Flutter UI code.
AspectD is an AOP(aspect oriented programming) framework for dart. Like other traditional aop framework, AspectD provides call&execute grammar. Besides, as we can’t use dart:mirrors in flutter, AspectD also provides a way named inject enhancing the dart code manipulation.