/// Flutter utilities /// /// @author Pierre Hubert import 'package:flutter/foundation.dart' show kIsWeb; bool get isWeb => kIsWeb;