Skip to content

Instantly share code, notes, and snippets.

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

Patricio Campaña capaths

🏠
Working from home
View GitHub Profile

Keybase proof

I hereby claim:

  • I am capaths on github.
  • I am pcampana (https://keybase.io/pcampana) on keybase.
  • I have a public key ASAwYixdu3-Xp1BrHn5f6zjRgAPyA5_9M8uumcUiCoD_OAo

To claim this, I am signing this object:

@capaths
capaths / constants.dart
Last active August 14, 2024 16:33
Flutter Screen Util constants: A quick helper to speed up development of responsive Flutter apps made to be as customizable as possible using the flutter_screenutil package.
import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
class FontScheme {
final String title;
final String subtitle;
final String body;
final String label;
final String input;