Last updated:
0 purchases
flutter is waldo
flutter_is_waldo #
Provides an helper method to check if code is running in Waldo mode
Usage #
Have a look on installation page.
More details about why you should check if Waldo is running can be found on its website.
Basically :
When running inside Waldo, your application is launched with environment variable INSIDE_WALDO set to the value '1'.
When your application detects that this environment variable is set, it can trigger or skip specific logic.
import 'dart:async';
import 'package:flutter_is_waldo/flutter_is_waldo.dart';
print(await FlutterWaldo.isWaldo()); // true if running in waldo, false otherwise
copied to clipboard
You will find links to the API docs on the pub API reference page.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.