v0.0.3
amazingneoicons
Get All Amazingneo Icons free
13Likes 4930-day downloads20Pub points
Platforms unavailable
A Package use Amazing Neo - Icons (https://amazingneo.com/icons) as set of Flutter Icons
{"sdk":"flutter"}{"sdk":"flutter"}English project snapshot. Visit GitHub for the latest content.
A Package use Amazing Neo - Icons as set of Flutter Icons
In the dependencies: section of your pubspec.yaml, add the following line:
amazingneoicons: ^0.0.3
import 'package:amazingneoicons/amazingneoicons.dart';
class MyWidget extends StatelessWidget {
Widget build(BuildContext context) {
return new IconButton(
icon: new Icon(AmazingNeoIcons.beach),
onPressed: () { print("Amazing"); }
);
}
}