Boxicons For Flutter
Easy to use 1500+ Icon from Boxicons.
Instalation
In the dependencies:
section of your pubspec.yaml
, add the following line:
boxicons: <latest_version>
Usage
You can use it very easily. For example:
Icon(Boxicons.bx_home_smile)
import 'package:flutter/material.dart';
import 'package:boxicons/boxicons.dart';
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return IconButton(
// Use Boxicons
icon: Icon(Boxicons.bx_home_smile),
onPressed: () {
print('its done');
}
);
}
}
Info
Announcing Boxicons v2.0.9!
- Fixed the errors with a few svgs, added viewbox
License
MIT
Libraries
- boxicons
- Flutter icons Boxicons Copyright (C) 2021 by original authors @ fluttericon.com, fontello.com This font was generated by FlutterIcon.com, which is derived from Fontello.