GeekyAnts / GeekyAnts/GaugesFlutter
Custom font
- Dominant language
- Dart
- Stars
- 78
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
Would it be possible to give users the option to not depend on the `Roboto-Regular.ttf` font?
Currently it looks like the font gets always added through the pubspec file.
```yml
flutter:
fonts:
- family: Roboto
fonts:
- asset: assets/fonts/Roboto-Regular.ttf
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by inspecting pubspec.yaml and locating how the package references the Roboto-Regular.ttf asset. Determine how the font dependency can become optional, then verify that users can use the package without the bundled font while existing font behavior remains available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- mobile-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100