🎨 Real-time Color Picking
- Hover over any pixel on your screen to get its color
- Global hotkey support for quick color picking
- Shows color preview in real-time
🎯 Multiple Color Formats
- HEX color codes
- RGB values
- CMYK values
📚 Color History
- Automatically saves picked colors
- Easy access to previously picked colors
- Copy color values with a single click
⚙️ Customization
- Configurable hotkeys
- Light/Dark theme support
- Customizable UI preferences
🔄 Auto Updates
- Automatic update checks
- Easy one-click updates
- Silent installation process
- Download the latest installer from the Releases page
- Run the installer
- Launch Color Picker from the Start Menu or from the desktop shortcut
Coming Soon, but you can build it from source.
- Flutter SDK (3.0.0 or higher)
- Git
- Windows:
- Visual Studio 2019 or later with C++ development tools
- Windows 10 SDK
- macOS:
- Xcode
- CocoaPods
# Clone the repository
git clone https://github.com/Pimzino/ColorPicker.git
cd ColorPicker
# Get dependencies
flutter pub get
# Build Windows release
flutter build windows --release
# Clone the repository
git clone https://github.com/Pimzino/ColorPicker.git
cd ColorPicker
# Get dependencies
flutter pub get
# Build macOS release
flutter build macos --release
- Framework: Flutter
- Language: Dart
- Platform APIs:
- Windows: Win32 API
- macOS: Cocoa API (coming soon)
- Key Packages:
hotkey_manager
: Global hotkey supportwindow_manager
: Window managementprovider
: State managementshared_preferences
: Settings storagewin32
: Windows API integration
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
If you find this project helpful, consider buying me a coffee:
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
- Developer: Pimzino
- Contributors: @pimzino
- Icons: Google Material Icons
- Thanks to the Flutter team for the amazing framework
- The open-source community for their invaluable tools and libraries