Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lenra-io/client_common

Contains all of the common elements across all of the client projects.
https://github.com/lenra-io/client_common

flutter

Last synced: about 2 months ago
JSON representation

Contains all of the common elements across all of the client projects.

Awesome Lists containing this project

README

        

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]



Lenra Client Common


The Lenra Client Common package.




Report Bug
·
Request Feature


## Prerequisites

- [flutter](https://flutter.dev/docs/get-started/install)

(back to top)

## Usage

Run tests
```sh
flutter test
```

Run tests with coverage report (need to install lcov)
```sh
flutter test --coverage && lcov --list coverage/lcov.info
```

(back to top)

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please open an issue with the tag "enhancement".
Don't forget to give the project a star if you liked it! Thanks again!

(back to top)

## License

Distributed under the **MIT** License. See [LICENSE](./LICENSE) for more information.

(back to top)

## Contact

Lenra - [@lenra_dev](https://twitter.com/lenra_dev) - [email protected]

Project Link: [https://github.com/lenra-io/client-common](https://github.com/lenra-io/client-common)

(back to top)

[contributors-shield]: https://img.shields.io/github/contributors/lenra-io/client-common.svg?style=for-the-badge
[contributors-url]: https://github.com/lenra-io/client-common/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/lenra-io/client-common.svg?style=for-the-badge
[forks-url]: https://github.com/lenra-io/client-common/network/members
[stars-shield]: https://img.shields.io/github/stars/lenra-io/client-common.svg?style=for-the-badge
[stars-url]: https://github.com/lenra-io/client-common/stargazers
[issues-shield]: https://img.shields.io/github/issues/lenra-io/client-common.svg?style=for-the-badge
[issues-url]: https://github.com/lenra-io/client-common/issues
[license-shield]: https://img.shields.io/github/license/lenra-io/client-common.svg?style=for-the-badge
[license-url]: https://github.com/lenra-io/client-common/blob/master/LICENSE