v0.0.3
amazingneoicons
Holen Sie sich alle Amazingneo-Ikonen kostenlos
13Likes 4930-Tage-Downloads20Pub-Punkte
Keine Plattformdaten
Ein Paket verwendet Amazing Neo - Icons (https://amazingneo.com/icons) als Satz von Flutter-Ikonen
{"sdk":"flutter"}{"sdk":"flutter"}Englischer Projektschnappschuss. Aktuelle Inhalte auf GitHub.
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"); }
);
}
}