flutter_sfsymbols 2.0.0 copy "flutter_sfsymbols: ^2.0.0" to clipboard
flutter_sfsymbols: ^2.0.0 copied to clipboard

A new Flutter package.

flutter_sfsymbols #

A new Flutter package required SFSymbol icons.
This plugin support all ios and android devices.

Install #

add flutter_sfsymbols into your pubspec.yaml

dependencies:
 flutter_sfsymbols: ^1.0.0
copied to clipboard

and you need add fonts into your pubspec.yaml too

fonts:
  - family: sficonsets
    fonts:
      - asset: packages/flutter_sfsymbols/fonts/sficonsets.ttf
copied to clipboard

All Icons #

Find all icons at
https://framework7.io/icons/ You can also use Apple SF symbols tool to browse all icon sets.

Usage #

import 'package:flutter_sfsymbols/flutter_sfsymbols.dart';

const Icon(SFSymbols.airplane),
const Icon(SFSymbols.ant_circle_fill),
const Icon(SFSymbols.app_badge_fill),
copied to clipboard

IMPORTANT #

All SF Symbols shall be considered to be system-provided images as defined in the Xcode and Apple SDKs license agreements and are subject to the terms and conditions set forth therein. You may not use SF Symbols—or glyphs that are substantially or confusingly similar—in your app icons, logos, or any other trademark-related use. Apple reserves the right to review and, in its sole discretion, require modification or discontinuance of use of any Symbol used in violation of the foregoing restrictions, and you agree to promptly comply with any such request.

42
likes
130
points
2.21k
downloads

Publisher

verified publisherclodra.com

Weekly Downloads

2024.10.03 - 2025.04.17

A new Flutter package.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on flutter_sfsymbols