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


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

cloud-computing dart ecology flutter remote-execution ui

Last synced: about 1 month ago
JSON representation

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]
[![GPL License][license-shield]][license-url]



Client


The Lenra Client in Flutter.




Report Bug
·
Request Feature



The Client repository is the main entrypoint of Lenra to access an application when not considering the devtools. For the moment, you can only access an application by entering its link into your browser but the goal of this repository is to provide a launcher of applications so that you could browse and find the applications you need. app.lenra.io is actually this repository running on our servers.

## Prerequisites

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

(back to top)

## Usage

Run flutter app with chrome
```sh
flutter run -d chrome --web-port 10000 --dart-define=LENRA_SERVER_URL=http://localhost:4000 --dart-define=OAUTH_CLIENT_ID=
```

Run flutter test
```sh
flutter test
```

Run flutter test 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

TODO
Distributed under the **GPL** 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](https://github.com/lenra-io/client)

(back to top)

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