c_material 0.0.8 copy "c_material: ^0.0.8" to clipboard
c_material: ^0.0.8 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.

example/lib/main.dart

import 'package:example/home_screen.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      debugShowCheckedModeBanner: false,
      home: HomeScreen(),
    );
  }
}
128
likes
0
points
129
downloads

Publisher

verified publishercmaterial.xyz

Weekly Downloads

A package to show All Colors in Any Application for iOS and Android, support Open from a different resource like Access Eazy Colors.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on c_material