bangla_fonts 1.1.1
bangla_fonts: ^1.1.1 copied to clipboard
A flutter package to load and use popular Bangla fonts dynamically from CDN without increasing app size.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add bangla_fontsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
bangla_fonts: ^1.1.1Alternatively, 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:bangla_fonts/bangla_fonts.dart';