c_material 0.0.5
c_material: ^0.0.5 copied to clipboard
A package to show All Colors in Any Application for iOS and Android, support Open from a different resource like Access Eazy Colors.
material_colors_flutter #
A new package for choosing colors. It is very powerful and supports all operating systems, including iPhone, Android, the web, and many platforms. It helps in direct access to colors.
Support = [ Android , IOS and WEB(soon) ]; #
- Support All Platform in flutter
- Ease of use and flexibility in accessing colors directly
- It has a strong advantage, which is that it contains almost all colors
- It is also easy to use in any mobile project and supports all platforms
Setup #
iOS
Opt-in to the embedded views preview by adding a boolean property to the app's Info.plist file
with the key io.flutter.embedded_views_preview and the value YES.
iOS (only support> 11.0) you need to add this line in your ios/Podfile
platform :ios, '11.0'
Import it #
Now in your Dart code, you can use:
import 'package:c_material/c_material.dart';