solar_icons
Solar Icons सौर आइकन हैं, जिनमें विभिन्न शैलियों में 7000+ आइकन या प्रत्येक शैली के लिए 1200+ आइकन शामिल हैं, जो डार्ट/फ्लटर पैकेज के रूप में उपलब्ध हैं।
CoderNamedHendrick/solar_icons open-source repository details.
{"sdk":"flutter"}{"sdk":"flutter"}^6.0.0यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।
codecov Test pub package PRs Welcome
Solar Icons is Solar icons which is 7000+ icons in different styles or 1200+ icons for each style available as a dart/flutter package.
Made from SolarIcons.
Update dependencies of your pubspec.yaml, add the following line
solar_icons:
import 'package:solar_icons/solar_icons.dart';
import 'package:flutter/material.dart';
class IconWidget extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Card(
child: Column(
mainAxisAlignment: MainAxisAlignment.center,
children: [
Icon(SolarIconsBold.notificationUnread),
const SizedBox(height: 10),
Text('Bold Notification unread Icon')
],
),
);
}
}
View the flutter app in the example directory
If you encounter any problems feel free to open an issue. If you feel the library is missing a feature, please raise a ticket on GitHub and I'll look into it. Pull request are also welcome.
https://github.com/CoderNamedHendrick.png
https://github.com/aritraroy/social-icons/blob/master/twitter-icon.png?raw=true https://github.com/aritraroy/social-icons/blob/master/linkedin-icon.png?raw=true https://github.com/aritraroy/social-icons/blob/master/medium-icon.png?raw=true