symbols_icon_pack 0.2.0 copy "symbols_icon_pack: ^0.2.0" to clipboard
symbols_icon_pack: ^0.2.0 copied to clipboard

Flutter package that provides Symbol Icons. A file icon pack for code editors.

app logo

Symbols Icon Pack #

Flutter package that provides Symbol Icons. A file icon pack for code editors. Made from the Symbols - File Icons.

Big thanks to miguelsolorio the creators of this awesome icon pack for Visual Studio Code!

Features #

  • Folder icons (73 items)

Usage #

import 'package:flutter/material.dart';
import 'package:symbols_icon_pack/symbols_icon_pack.dart';

class IconWidget extends StatelessWidget {
  const IconWidget();

  @override
  Widget build(BuildContext context) {
    return Card(
      child: Column(
        mainAxisAlignment: MainAxisAlignment.center,
        children: [
          Icon(SymbolsFolderIcons.folderIos),
          const SizedBox(height: 8),
          Text('Folder IOS'),
        ],
      ),
    );
  }
}

Screenshots #

Example App

Credits #

2
likes
150
points
153
downloads

Publisher

verified publishersoftyes.com.br

Weekly Downloads

Flutter package that provides Symbol Icons. A file icon pack for code editors.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

AGPL-3.0 (license)

Dependencies

flutter

More

Packages that depend on symbols_icon_pack