flexi_fonts 0.1.1 copy "flexi_fonts: ^0.1.1" to clipboard
flexi_fonts: ^0.1.1 copied to clipboard

A Flutter package for dynamically changing app fonts at runtime with Google Fonts integration and persistence.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flexi_fonts

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flexi_fonts: ^0.1.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flexi_fonts/flexi_fonts.dart';
0
likes
160
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for dynamically changing app fonts at runtime with Google Fonts integration and persistence.

Repository (GitHub)
View/report issues

Topics

#fonts #google-fonts #theme #customization #accessibility

Documentation

API reference

License

MIT (license)

Dependencies

flutter, google_fonts, provider, shared_preferences

More

Packages that depend on flexi_fonts