fleva_icons 1.0.0 copy "fleva_icons: ^1.0.0" to clipboard
fleva_icons: ^1.0.0 copied to clipboard

outdated

A best Eva Icons package for Flutter. Inspired on Eva Icons check on https://akveo.github.io/eva-icons/#/

example/lib/main.dart

import 'package:dark_whats/ui/home/home_page.dart';
import 'package:dark_whats/ui/icons.dart';
import 'package:flutter/material.dart';

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    
    return MaterialApp(
      debugShowCheckedModeBanner: false,
      title: 'Dark WhatsApp - FAKE',
      theme: ThemeData(primaryColor: Colors.black),
      home: FlevaIcon(),
    );
  }
}
4
likes
0
pub points
47%
popularity

Publisher

unverified uploader

A best Eva Icons package for Flutter. Inspired on Eva Icons check on https://akveo.github.io/eva-icons/#/

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on fleva_icons