Skip to content

Instantly share code, notes, and snippets.

View KoofNG's full-sized avatar
🏠
Working from home

Israel Akpan KoofNG

🏠
Working from home
  • Nigeria
View GitHub Profile
@KoofNG
KoofNG / WrapScreenUtil.dart
Last active June 30, 2021 18:22
Handles calling the ScreenUtil to set up font scaling.
// Source - https://github.com/zfinix
// Chiziaruhoma Ogbonda
import 'dart:math';
import 'package:flutter/material.dart';
/// Handles calling the ScreenUtil to set up font scaling. All routes should
/// return their child wrapped in this to ensure that all descendents in the
/// widget tree have access to font scaling.