Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/techaurelian2/flutter_random_color_tester
A Flutter test app that generates attractive random colors with the flutter_randomcolor Dart package
https://github.com/techaurelian2/flutter_random_color_tester
flutter flutter-web flutter-web-example github-pages random random-color random-color-generator test-app tester
Last synced: 26 days ago
JSON representation
A Flutter test app that generates attractive random colors with the flutter_randomcolor Dart package
- Host: GitHub
- URL: https://github.com/techaurelian2/flutter_random_color_tester
- Owner: TechAurelian2
- License: mit
- Created: 2022-11-12T18:58:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-15T06:46:07.000Z (about 2 years ago)
- Last Synced: 2024-03-03T11:06:40.068Z (10 months ago)
- Topics: flutter, flutter-web, flutter-web-example, github-pages, random, random-color, random-color-generator, test-app, tester
- Language: Dart
- Homepage: https://frctester.techaurelian.com
- Size: 165 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flutter Random Color Tester
[![Made with Flutter](https://img.shields.io/badge/Made%20with-Flutter-%2302569B)](https://flutter.dev/)
[![Platform](https://img.shields.io/badge/platform-web-lightgrey)](https://frctester.techaurelian.com)
[![Build Flutter Web](https://github.com/TechAurelian/flutter_random_color_tester/actions/workflows/build-flutter-web.yml/badge.svg)](https://github.com/TechAurelian/flutter_random_color_tester/actions/workflows/build-flutter-web.yml)
[![Github Code Size](https://img.shields.io/github/languages/code-size/TechAurelian/flutter_random_color_tester)](https://github.com/TechAurelian/flutter_random_color_tester)
[![GitHub Commits](https://badgen.net/github/commits/TechAurelian/flutter_random_color_tester/main)](https://github.com/TechAurelian/flutter_random_color_tester/commits/main)
[![GitHub License](https://img.shields.io/github/license/TechAurelian/flutter_random_color_tester)](https://github.com/TechAurelian/flutter_random_color_tester/blob/main/LICENSE)A basic Flutter project that tests the [flutter_randomcolor](https://pub.dev/packages/flutter_randomcolor) Dart package for generating attractive random colors.
flutter_randomcolor is a Dart port of David Merfield's [randomColor](https://github.com/davidmerfield/randomColor) JavaScript utility.
Flutter Random Color Tester is actually a Flutter web app that you can run in your browser to generate dozens or hundreds of attractive random colors. You can select options to influence the type of color it produces and copy the generated colors to the clipboard for reuse in other apps or places.
Just open https://frctester.techaurelian.com in your browser to give it a try.
## Screenshots
## Getting Started
1. If you don't have the Flutter SDK installed, please visit the official [Flutter](https://docs.flutter.dev/get-started/install) website.
2. Fetch the latest source code from the main branch.
```
git clone https://github.com/TechAurelian/flutter_random_color_tester.git
```3. Run the app with Visual Studio Code or Android Studio. Or the command line.
```
flutter pub get
flutter run
```## Built With
- [Flutter](https://flutter.dev/) - Build apps for any screen.
- [Visual Studio Code](https://code.visualstudio.com/) - Code editing. Redefined.
- [flutter_randomcolor](https://pub.dev/packages/flutter_randomcolor) - A dart package for generating attractive random colors.
- [url_launcher](https://pub.dev/packages/url_launcher) - A Flutter plugin for launching a URL.
- [GitHub Pages](https://pages.github.com/) - Websites for you and your projects, hosted directly from your GitHub repository.## Contribute
If you have an issue or found a bug, please raise a GitHub issue [here](https://github.com/TechAurelian/flutter_random_color_tester/issues). Pull requests are also welcome.
## License
Flutter Random Color Tester is licensed under the [MIT license](LICENSE).