Skip to content

Perfectly rounded icon library made for designers and developers.

License

Notifications You must be signed in to change notification settings

alann-maulana/akar_icons_flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

akar_icons_flutter

The Akar Icons Icon pack available as set of Flutter Icons.

Based on Akar Icons Fonts 1.1.21. See fonts.

👍 Like us on pub.dev!

akar icons

Installation

In the dependencies: section of your pubspec.yaml, add the following line:

  akar_icons_flutter: 1.1.21

Usage

import 'package:akar_icons_flutter/akar_icons_flutter.dart';

class MyWidget extends StatelessWidget {
  Widget build(BuildContext context) {
    return new IconButton(
      // Use the AkarIcons class for the IconData
      icon: new Icon(AkarIcons.sword),
      onPressed: () { print('Using the sword'); }
    );
  }
}

Author

Arturo Wibawa (@agwibawa)

License

MIT License, Copyright © 2020-present Arturo Wibawa.

Credits

Flutter Support by Alann Maulana

About

Perfectly rounded icon library made for designers and developers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages