amazingneoicons 0.0.3 copy "amazingneoicons: ^0.0.3" to clipboard
amazingneoicons: ^0.0.3 copied to clipboard

Get All Amazingneo Icons free

amazingneoicons #

A Package use Amazing Neo - Icons as set of Flutter Icons

Installation #

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

  amazingneoicons: ^0.0.3
copied to clipboard

Usage #

import 'package:amazingneoicons/amazingneoicons.dart';

class MyWidget extends StatelessWidget {
  Widget build(BuildContext context) {
    return new IconButton(
      icon: new Icon(AmazingNeoIcons.beach),
      onPressed: () { print("Amazing"); }
     );
  }
}
copied to clipboard
13
likes
20
points
24
downloads

Publisher

verified publisherdev.mdsami.me

Weekly Downloads

2024.10.03 - 2025.04.17

Get All Amazingneo Icons free

Repository (GitHub)

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on amazingneoicons