added flutter icons files and intl packages
This commit is contained in:
6
packages/utils/lib/src/test.dart
Executable file
6
packages/utils/lib/src/test.dart
Executable file
@@ -0,0 +1,6 @@
|
||||
import 'package:flutter/foundation.dart';
|
||||
|
||||
const isTest =
|
||||
!kIsWeb &&
|
||||
!kProfileMode &&
|
||||
bool.fromEnvironment('FLUTTER_TEST', defaultValue: false);
|
||||
@@ -1 +1,2 @@
|
||||
export 'src/size_utils.dart';
|
||||
export 'src/test.dart';
|
||||
|
||||
Reference in New Issue
Block a user