Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lenra-io/client_common
- Owner: lenra-io
- License: mit
- Created: 2022-05-30T13:09:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T12:28:42.000Z (9 months ago)
- Last Synced: 2024-04-04T14:05:37.379Z (9 months ago)
- Topics: flutter
- Language: Dart
- Homepage:
- Size: 2.09 MB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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]
## Prerequisites
- [flutter](https://flutter.dev/docs/get-started/install)
## Usage
Run tests
```sh
flutter test
```Run tests with coverage report (need to install lcov)
```sh
flutter test --coverage && lcov --list coverage/lcov.info
```## 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!## License
Distributed under the **MIT** License. See [LICENSE](./LICENSE) for more information.
## 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)
[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