cupertino_typography 0.2.0
cupertino_typography: ^0.2.0 copied to clipboard
The complete Apple HIG iOS Text Style catalog (11 styles) as Flutter TextStyles, with emphasized variants and a Material TextTheme bridge.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add cupertino_typographyThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
cupertino_typography: ^0.2.0Alternatively, 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:cupertino_typography/cupertino_typography.dart';