mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
new: auto run snippet (#67)
This commit is contained in:
@@ -80,4 +80,4 @@ Comparator.comparing<Type1, Type2>(Type1::getType2)
|
||||
.thenCompare<Type4>(Type1::getType4)
|
||||
.thenCompareReversed<Type5>(Type1::getType5)
|
||||
|
||||
*/
|
||||
*/
|
||||
|
||||
@@ -61,4 +61,4 @@ final isWeb = OS.type == OS.web;
|
||||
final isMobile = OS.type == OS.ios || OS.type == OS.android;
|
||||
final isDesktop =
|
||||
OS.type == OS.linux || OS.type == OS.macos || OS.type == OS.windows;
|
||||
const isDebuggingMobileLayoutOnDesktop = kDebugMode;
|
||||
const isDebuggingMobileLayoutOnDesktop = kDebugMode;
|
||||
|
||||
Reference in New Issue
Block a user