Adding Google Fonts in Flutter App

Vijay R
vijaycreations
Published in
2 min readAug 15, 2020

This article deals with how to include Google font styles inside Flutter app.

Google Fonts include various collections of good looking fonts that we can make use of. The implementation is very simple and now let’s get started with the development.

Dependencies

google_fonts: ^1.1.0 

Import the package:

import ‘package:google_fonts/google_fonts.dart’;

Implementation

Let us now try this Google Font styling for a sample Text widget.

Other sample font styles include.,

  1. lobster
  2. playfairDisplay
  3. combo
  4. aBeeZee
  5. comingSoon

and the outputs for theses styling are as follows.,

👩‍💻Get the complete Source Code 👉: https://github.com/vijayinyoutube/GoogleFonts

--

--

Vijay R
vijaycreations

Hai👋 I’m a flutter developer experienced in designing and developing stunning mobile apps. Reach out for freelance projects: calico.takeoff_01@icloud.com