Conflitos resolvidos: mantido o código local

This commit is contained in:
2026-03-16 22:28:41 +00:00
20 changed files with 1244 additions and 1171 deletions

View File

@@ -1,15 +1 @@
import 'package:flutter/material.dart';
import 'dart:math' as math;
// Esta extensão adiciona o superpoder "sf" ao BuildContext
extension SizeExtension on BuildContext {
double get sf {
final double wScreen = MediaQuery.of(this).size.width;
final double hScreen = MediaQuery.of(this).size.height;
// Calcula e devolve a escala na hora!
return math.min(wScreen, hScreen) / 400;
}
}
// TODO Implement this library.