c_material 0.0.3
c_material: ^0.0.3 copied to clipboard
A package to show Native PDF View for iOS and Android, support Open from a different resource like Path, Asset or Url and Cache it.
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';
-keep class com.shockwave.**