Wyatt Packages

Style: Wyatt Analysis Maintained with Melos

--- [[Changelog]](./CHANGELOG.md) --- ## About Here is it a set of [Flutter plugins](https://flutter.io/platform-plugins/) that power up your applications. [Flutter](https://flutter.dev) is Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase. Flutter is used by developers and organizations around the world, and is free and open source. --- ## Development Clone this repo. You have to install [melos](https://github.com/invertase/melos). ```shell dart pub global activate melos ``` Then bootstrap with `melos bs`. --- ## Usage You can add any package of the `packages/` sub directory in your project. ```yaml dependencies: wyatt_analysis: git: url: ssh://git@git.wyatt-studio.fr:993/Wyatt-FOSS/wyatt-packages.git ref: wyatt_analysis-v2.0.0 path: packages/wyatt_analysis ``` Here you can change `package name` and `package version`. In the package `readme.md` file, please specify the supported SDK: ![SDK: Dart & Flutter](https://img.shields.io/badge/SDK-Dart%20%7C%20Flutter-blue?style=flat-square) ```markdown ![SDK: Dart & Flutter](https://img.shields.io/badge/SDK-Dart%20%7C%20Flutter-blue?style=flat-square) ``` or ![SDK: Dart](https://img.shields.io/badge/SDK-Dart-blue?style=flat-square) ```markdown ![SDK: Dart](https://img.shields.io/badge/SDK-Dart-blue?style=flat-square) ``` --- ## Status ![Status: Experimental](https://img.shields.io/badge/Status-WIP-red?style=flat-square) This repository is maintained by Wyatt Studio but work is in progress.