https://github.com/virskor/flutter_sfsymbols
A new Flutter package required SFSymbol icons.
https://github.com/virskor/flutter_sfsymbols
Last synced: about 2 months ago
JSON representation
A new Flutter package required SFSymbol icons.
- Host: GitHub
- URL: https://github.com/virskor/flutter_sfsymbols
- Owner: virskor
- License: apache-2.0
- Created: 2020-01-09T17:22:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-09T12:46:18.000Z (about 3 years ago)
- Last Synced: 2023-09-16T10:57:18.146Z (almost 2 years ago)
- Language: Dart
- Size: 402 KB
- Stars: 29
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```yaml
dependencies:
flutter_sfsymbols: ^1.0.0
```and you need add fonts into your pubspec.yaml too
```yaml
fonts:
- family: sficonsets
fonts:
- asset: packages/flutter_sfsymbols/fonts/sficonsets.ttf
```## All Icons
Find all icons at
https://framework7.io/icons/
You can also use Apple SF symbols tool to browse all icon sets.## Usage
```dart
import 'package:flutter_sfsymbols/flutter_sfsymbols.dart';const Icon(SFSymbols.airplane),
const Icon(SFSymbols.ant_circle_fill),
const Icon(SFSymbols.app_badge_fill),
```## 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.