flutter_boxicons

Creator: coderz1093

Last updated:

Add to Cart

Description:

flutter boxicons

Flutter Boxicons #

Boxicons customization for Flutter. You can use 2K+ more Boxicons.
Instalation #
In the dependencies: section of your pubspec.yaml, add the following line:
flutter_boxicons: <latest_version>
copied to clipboard
Usage #
You can use it very easily. For example:
import 'package:flutter/material.dart';
import 'package:flutter_boxicons/flutter_boxicons.dart';

class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return IconButton(
// Use Boxicons class
icon: Icon(Boxicons.bx_message_rounded_dots),
onPressed: () {
print('Congratulations');
}
);
}
}
copied to clipboard
Info #
Boxicons version: 2.0.7
Thank you very much Boxicons
License #
MIT

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.