v0.0.3
amazingneoicons
सभी अमेजिंगनियो आइकॉन्स मुफ्त प्राप्त करें
13लाइक 4930-दिन डाउनलोड20Pub अंक
प्लेटफ़ॉर्म डेटा नहीं
एक पैकेज Amazing Neo - Icons (https://amazingneo.com/icons) का उपयोग Flutter आइकन के रूप में करता है
{"sdk":"flutter"}{"sdk":"flutter"}यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री 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"); }
);
}
}