icones 1.0.4 copy "icones: ^1.0.4" to clipboard
icones: ^1.0.4 copied to clipboard

Icon explorer package for Flutter framework inspired by the work of @antfu.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'screens/home.dart';

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

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Icones',
      theme: ThemeData(
        colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
        useMaterial3: true,
      ),
      home: const HomeScreen(),
    );
  }
}
1
likes
150
points
29
downloads

Publisher

verified publisherfafifi.is-a.dev

Weekly Downloads

Icon explorer package for Flutter framework inspired by the work of @antfu.

Homepage
Repository (GitHub)
View/report issues

Topics

#carbon #mingcute-icon

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on icones