a simple implementation of turtle graphics for Flutter. It simply uses a custom painter to draw graphics into a widget by a series of LOGO-like given commands.
A library for Dart/Flutter developers for validating: phone - name - postalCode - email - url - currency - ip - date - time - htmlTags - password - creditCard
a note taking app focused on privacy and data portability. It stores all its notes in a standardized Markdown + YAML header format. The notes are stored in a Git Repo of your choice - GitHub / Gitlab / Custom-provider. This means you can easily self host or host your notes in one of the many Git providers.
a shell script which downloads and executes the Flutter SDK with the exact version defined in itself flutterw 用来下载Flutter SDK,类似于gradlew。通过在脚本内配置特定版本号,使得同一工程的所有开发者或CI服务器(例如Jenkins)使用Flutter的版本一致。