conreality_fonts 1.0.2 copy "conreality_fonts: ^1.0.2" to clipboard
conreality_fonts: ^1.0.2 copied to clipboard

Font assets (in particular, the B612 font) for Conreality live-action games.

conreality_fonts #

Project license Pub package Dartdoc reference

Font assets (in particular, the B612 font) for Conreality live-action games.

Compatibility #

Android and iOS both.

Examples #

Importing the package #

import 'package:conreality_fonts/conreality_fonts.dart';

Using the B612 font #

Text("Hello, world!", style: B612.normal)

Using the B612 Mono font #

Text("Hello, world!", style: B612Mono.normal)

Installation #

pubspec.yaml using Pub #

dependencies:
  # See: https://pub.dev/packages/conreality_fonts
  conreality_fonts: ^1.0.2

pubspec.yaml using Git #

dependencies:
  # See: https://github.com/conreality/conreality-widgets/tree/master/conreality_fonts
  conreality_fonts:
    git:
      url: https://github.com/conreality/conreality-widgets.git
      path: conreality_fonts
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Font assets (in particular, the B612 font) for Conreality live-action games.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on conreality_fonts