GeekyAnts / GeekyAnts/GaugesFlutter

Custom font

Open
#286 0 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.