Skip to content

Boxicons customization for Flutter. You can use 2K+ more Boxicons.

License

Notifications You must be signed in to change notification settings

geekswamp/flutter_boxicons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

15ff312 · Jan 2, 2025

History

54 Commits
Jan 2, 2025
Jan 2, 2025
Jan 2, 2025
Dec 27, 2024
Dec 27, 2024
Dec 27, 2024
Dec 26, 2024
Dec 26, 2024
Jan 2, 2025
May 22, 2020
Jan 9, 2020
Jan 2, 2025
Dec 26, 2024
Jan 2, 2025

Repository files navigation

Flutter Boxicons

Pub Version

Boxicons customization for Flutter. You can use 2K+ more Boxicons.

Installation

In the dependencies: section of your pubspec.yaml, add the following line:

flutter_boxicons: <latest_version>

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');
        }
    );
  }
}

Info

Boxicons version: 2.0.7

Thank you very much Boxicons

License

MIT

About

Boxicons customization for Flutter. You can use 2K+ more Boxicons.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages