98 lines
2.8 KiB
Markdown
98 lines
2.8 KiB
Markdown
<!--
|
||
* Copyright (C) 2022 WYATT GROUP
|
||
* Please see the AUTHORS file for details.
|
||
*
|
||
* This program is free software: you can redistribute it and/or modify
|
||
* it under the terms of the GNU General Public License as published by
|
||
* the Free Software Foundation, either version 3 of the License, or
|
||
* any later version.
|
||
*
|
||
* This program is distributed in the hope that it will be useful,
|
||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
* GNU General Public License for more details.
|
||
*
|
||
* You should have received a copy of the GNU General Public License
|
||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||
-->
|
||
|
||
<p align="center">
|
||
|
||
<a href="https://wyattapp.io">
|
||
<img width="150px" src="resources/wyatt-campus-logo.png">
|
||
</a>
|
||
<a href="https://wyatt-studio.fr">
|
||
<img width="150px" src="resources/wyatt-studio-logo.png">
|
||
</a>
|
||
<h1 align="center">Wyatt Packages</h1>
|
||
</p>
|
||
|
||
<p align="center">
|
||
<a href="https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt_analysis">
|
||
<img src="https://img.shields.io/badge/Style-Wyatt%20Analysis-blue.svg?style=flat-square"" alt="Style: Wyatt Analysis" />
|
||
</a>
|
||
<a href="https://github.com/invertase/melos">
|
||
<img src="https://img.shields.io/badge/Maintained%20with-melos-f700ff.svg?style=flat-square" alt="Maintained with Melos" />
|
||
</a>
|
||
</p>
|
||
|
||
---
|
||
|
||
## 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: master
|
||
path: packages/wyatt_analysis/
|
||
```
|
||
|
||
In the package `readme.md` file, please specify the supported SDK:
|
||
|
||

|
||
|
||
```markdown
|
||

|
||
```
|
||
or
|
||
|
||

|
||
|
||
```markdown
|
||

|
||
```
|
||
|
||
---
|
||
|
||
## Status
|
||
|
||

|
||
|
||
This repository is maintained by Wyatt Studio but work is in progress. |