Category : Colors

Radix Colors A gorgeous, accessible color system An open-source color system for designing beautiful, accessible websites and apps. A dart library for Radix Colors View the Flutter web demo Installation Add the Radix Colors package to pubspec.yaml dependencies: radix_colors: ^1.0.3 Import the package in your dart file import ‘package:radix_colors/radix_colors.dart’; Usage Radix Colors provides 15 color scales, designed ..

Read more

Material color utilities Algorithms and utilities that power the Material Design 3 (M3) color system, including choosing theme colors from images and creating tones of colors; all in a new color space. materialyou.mp4  Library availability Language Availability Package C/C++ Coming soon Dart ✅ Java ✅ Coming soon Objective-C Coming soon TypeScript ✅ Need another platform/language? Check ..

Read more

plasma accent color changer A kde plasma accent color changer that changes some colors in the current colorscheme. Getting Started! This project is a starting point for a Flutter application. A few resources to get you started if this is your first Flutter project: Lab: Write your first Flutter app Cookbook: Useful Flutter samples For ..

Read more

The Flutter code generator for your assets, fonts, colors, … — Get rid of all String-based APIs. Inspired by SwiftGen. Motivation Using asset path string directly is not safe. # pubspec.yaml flutter: assets: – assets/images/profile.jpg  BadWhat would happen if you made a typo? Widget build(BuildContext context) { return Image.asset(‘assets/images/profile.jpeg’); } // The following assertion was thrown ..

Read more

Flutter Colorful TabBar A colorful TabBar for Flutter where each tab has a color (inspired by SmartNews app). Getting Started Add this to your package’s pubspec.yaml file: Import the library in your file: Use the flutter_colorful_tab like this: Download Flutter Colorful TabBar widget source code on GitHub https://github.com/datdescartes/flutter_colorful_tab FlutterappworldProvides the list of the opensource Flutter ..

Read more

Color Picker An app made in Flutter to help people choose the colors they will use in their projects! Features Pick a color from a picker wheel, palette, value, named and even from an image.Liked a color? Favorite it to use it later or copy it to clipboard.Is it too bright? Don’t worry, use the ..

Read more

FlexColorScheme FlexColorScheme helps you make beautiful color scheme based Flutter themes, with optional primary color branding on surfaces. The created themes are based on the same concept as Flutter’s ColorScheme based themes, but with a few interesting twists and convenience features. For more information about FlexColorScheme, its background and use cases, this package companion blog post and article is ..

Read more

Flex ColorPicker The Flex ColorPicker is a configurable color picker for Flutter. The ColorPicker can show anywhere from 1 to 6 different color picking tools that you can use to choose colors from. The different color selection choices are: Material primary colors and its shades. ColorPickerSwatch.material Material accent colors and its shades. ColorPickerSwatch.accent Material primary and accent colors and ..

Read more

Colours An extended version of Flutter Colors with more swatches and more flexibility to generate your own custom swatch. Getting Started In your flutter project add the dependency: or reference the git repo directly: Examples Suppose your brand color is #00aa13.  Gojek Brand Color [#00aa13] You can generate your own custom swatch using: It will generate ..

Read more