Skip to content

A Flutter test app that generates attractive random colors with the flutter_randomcolor Dart package

License

Notifications You must be signed in to change notification settings

TechAurelian2/flutter_random_color_tester

Repository files navigation

Flutter Random Color Tester

Made with Flutter Platform Build Flutter Web Github Code Size GitHub Commits GitHub License

A basic Flutter project that tests the flutter_randomcolor Dart package for generating attractive random colors.

flutter_randomcolor is a Dart port of David Merfield's 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 website.

  2. Fetch the latest source code from the main branch.

git clone https://github.com/TechAurelian/flutter_random_color_tester.git
  1. Run the app with Visual Studio Code or Android Studio. Or the command line.
flutter pub get
flutter run

Built With

Contribute

If you have an issue or found a bug, please raise a GitHub issue here. Pull requests are also welcome.

License

Flutter Random Color Tester is licensed under the MIT license.