Color Pickers

o_color_picker

The package includes a simple and fast two-step color picker that lets you select colors or tones.

flex_color_picker

The primary, accent, and custom color picker are all editable. An optional HSV wheel color picker is also available.

flutter_circle_color_picker

A lovely flutter color picker that chooses HSL colors.

flutter_colorpicker

This is a flutter library that adds support for picking colors from within your app. It’s based on the HSV/HSL color picker found in Chrome developer tools and a material color picker for flutter apps.

flutter_material_color_picker

Color picker with some possible Flutter app customizations.

flutter_hsvcolor_picker

Auto-generated color picker for your flutter app inspired by Chrome DevTools and a material color picker.

fast_color_picker

This is a color picker like the one in Instagram’s story editor.

Similar Posts

  • Packages for HTTP Request

    http An open-source, Future-based HTTP API that is composable and multi-platform. This bundle has a collection of high-level functions and types that make it simple to access HTTP resources. It’s cross-platform, with support for mobile, desktop, and the browser. dio A robust Dart HTTP client with Interceptors, global configuration, FormData, Request Cancellation, File downloading, and…

  • Introduction Screen Packages

    intro_slider The Flutter Intro Slider is a flutter plugin that helps you create a compelling opening for your app. flutter_intro A more efficient method for introducing new features and a step-by-step user guide for your Flutter project. introduction_screen The Flutter Onboarding/Introduction package for a flutter app with some customization possibilities animated_walkthrough An animated introduction and…

  • Packages for Excel and Word

     These packages allow developers to create beautiful charts in Excel or add interactive features to Word documents like adding hyperlinks or creating tables. They are all free and open source so you can use them on your next project! excel This is a Flutter and Dart library for reading, creating, editing, and updating Excel sheets…

  • Bottom Bar Packages

    convex_bottom_bar The ConvexAppBar is a Flutter package that creates and shows a convex tab in the bottom bar. Theming is supported. persistent_bottom_nav_bar For Flutter, a complete, highly configurable bottom navigation bar that is persistent/static and can be used for any application. It has up to 20 different styles. salomon_bottom_bar Another bottom navigation bar, but this…

  • Date and Calendar Packages

    date_format The date_format is an easy-to use API that provides several constants for building your own Date format string. Use the `formatDate` method to create customised dates, and be sure they look good on any device! It provides various constants that you can use when building your Date string with the formatDate method, so it’s…