added flutter icons files and intl packages

This commit is contained in:
AlcalaJulian
2025-11-24 12:55:20 +01:00
parent 4225f7510b
commit d381908ff1
45 changed files with 1679 additions and 18 deletions

View File

@@ -0,0 +1,6 @@
import 'package:flutter/foundation.dart';
const isTest =
!kIsWeb &&
!kProfileMode &&
bool.fromEnvironment('FLUTTER_TEST', defaultValue: false);

View File

@@ -1 +1,2 @@
export 'src/size_utils.dart';
export 'src/test.dart';