akar_icons_flutter 1.1.16 copy "akar_icons_flutter: ^1.1.16" to clipboard
akar_icons_flutter: ^1.1.16 copied to clipboard

Perfectly rounded icon library made for designers and developers.

example/main.dart

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

class MyWidget extends StatelessWidget {
  const MyWidget({Key? key}) : super(key: key);

  @override
  Widget build(BuildContext context) {
    return IconButton(
      // Use the AkarIcons class for the IconData
      icon: const Icon(AkarIcons.sword),
      onPressed: () {
        debugPrint('Using the sword');
      },
    );
  }
}
14
likes
140
pub points
77%
popularity

Publisher

verified publisheralan.my.id

Perfectly rounded icon library made for designers and developers.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on akar_icons_flutter