line_awesome_flutter 1.0.1 copy "line_awesome_flutter: ^1.0.1" to clipboard
line_awesome_flutter: ^1.0.1 copied to clipboard

outdated

The Line Awesome Icons pack for flutter. Provides 1542 additional icons to use in your apps.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:line_awesome_flutter/line_awesome_flutter.dart';

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

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
        theme: ThemeData(
          primarySwatch: Colors.blue,
        ),
        home: Scaffold(
          appBar: AppBar(
            title: Text("Line Awesome Icons Demo"),
          ),
          body: Center(child: Icon(LineAwesomeIcons.home)),
        ));
  }
}
164
likes
20
points
4.36k
downloads

Publisher

unverified uploader

Weekly Downloads

The Line Awesome Icons pack for flutter. Provides 1542 additional icons to use in your apps.

License

unknown (license)

Dependencies

flutter

More

Packages that depend on line_awesome_flutter