file_icon

Creator: coderz1093

Last updated:

Add to Cart

Description:

file icon

File Icon for Flutter #

File Icon for Flutter, port of Seti UI icons.
Usage #
import 'package:flutter/material.dart';
import 'package:file_icon/file_icon.dart';

class MyWidget extends StatelessWidget {
@override
Widget build(BuildContext context) {
return FileIcon(
// File name
'main.dart',

// Icon size
size: 32,
);
}
}
copied to clipboard
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.