server library
Functions
-
findAvailablePort(
int startPort) → Future< int> - Find an available port starting from the given port
-
generateAndDisplayQRCode(
String url) → Future< void> - Generate and display QR code for the local server URL
-
getFlutterPath(
) → String? - Get Flutter installation path
-
getLocalIp(
) → Future< String> -
isPortAvailable(
int port) → Future< bool> - Check if a port is available
-
runFlutsimPreview(
) → Future< void>