1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-19 00:05:16 +00:00

Start to add support for Flutter Web

This commit is contained in:
2021-03-14 17:44:29 +01:00
parent 1aa39ea64f
commit 4a905174bf
5 changed files with 23 additions and 10 deletions

View File

@ -0,0 +1,6 @@
/// Flutter utilities
///
/// @author Pierre Hubert
import 'package:flutter/foundation.dart' show kIsWeb;
bool get isWeb => kIsWeb;