Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1 KB

README.md

File metadata and controls

36 lines (26 loc) · 1 KB

hex2rgb

A color conversion from Hex to RGB using Flutter.

Prerequisites or Plugins

  • Flutter - Flutter is Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase.

  • url_launcher -A Flutter plugin for launching a URL in the mobile platform. Supports iOS and Android.

Installation

Usage

Mobile Devices

git clone https://github.com/Jansalvador1445/flutter-hex2rgb
cd flutter-hex2rgb
flutter pub get
flutter run

Web

git clone https://github.com/Jansalvador1445/flutter-hex2rgb
cd flutter-hex2rgb
flutter pub get
flutter run -d chrome

References