No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

flutterfire.bat 1.0KB

123456789101112131415161718192021
  1. @echo off
  2. rem This file was created by pub v3.0.5.
  3. rem Package: flutterfire_cli
  4. rem Version: 0.2.7
  5. rem Executable: flutterfire
  6. rem Script: flutterfire
  7. if exist "C:\Users\Dieni Anindyasarathi.DIENIA-GSI\AppData\Local\Pub\Cache\global_packages\flutterfire_cli\bin\flutterfire.dart-3.0.5.snapshot" (
  8. call dart "C:\Users\Dieni Anindyasarathi.DIENIA-GSI\AppData\Local\Pub\Cache\global_packages\flutterfire_cli\bin\flutterfire.dart-3.0.5.snapshot" %*
  9. rem The VM exits with code 253 if the snapshot version is out-of-date.
  10. rem If it is, we need to delete it and run "pub global" manually.
  11. if not errorlevel 253 (
  12. goto error
  13. )
  14. call dart pub global run flutterfire_cli:flutterfire %*
  15. ) else (
  16. call dart pub global run flutterfire_cli:flutterfire %*
  17. )
  18. goto eof
  19. :error
  20. exit /b %errorlevel%
  21. :eof