Consegui utilizar o flutter run para rodar o app, mas me aparecem esses erros que não sei sobre o que são:
C:\Users\guste\bytebank>flutter run
Using hardware rendering with device AOSP on IA Emulator. If you notice graphics artifacts, consider enabling software
rendering with "--enable-software-rendering".
Launching lib\main.dart on AOSP on IA Emulator in debug mode...
Running Gradle task 'assembleDebug'... 5,9s
√ Built build\app\outputs\flutter-apk\app-debug.apk.
Syncing files to device AOSP on IA Emulator... 537ms
Flutter run key commands.
r Hot reload.
R Hot restart.
h List all available interactive commands.
d Detach (terminate "flutter run" but leave application running).
c Clear the screen
q Quit (terminate the application on the device).
Running with sound null safety
An Observatory debugger and profiler on AOSP on IA Emulator is available at: http://127.0.0.1:63032/VfpVnJq9yH8=/
D/eglCodecCommon( 4536): setVertexArrayObject: set vao to 0 (0) 1 0
D/skia ( 4536): Shader compilation error
D/skia ( 4536): ------------------------
D/skia ( 4536): Errors:
D/skia ( 4536): link failed but did not provide an info log
D/skia ( 4536): Shader compilation error
D/skia ( 4536): ------------------------
D/skia ( 4536): Errors:
D/skia ( 4536): link failed but did not provide an info log
D/skia ( 4536): Shader compilation error
D/skia ( 4536): ------------------------
D/skia ( 4536): Errors:
D/skia ( 4536): link failed but did not provide an info log
D/skia ( 4536): Shader compilation error
D/skia ( 4536): ------------------------
D/skia ( 4536): Errors:
D/skia ( 4536): link failed but did not provide an info log
D/skia ( 4536): Shader compilation error
D/skia ( 4536): ------------------------
D/skia ( 4536): Errors:
D/skia ( 4536): link failed but did not provide an info log
D/skia ( 4536): Shader compilation error
D/skia ( 4536): ------------------------
D/skia ( 4536): Errors:
D/skia ( 4536): link failed but did not provide an info log
The Flutter DevTools debugger and profiler on AOSP on IA Emulator is available at:
http://127.0.0.1:9101?uri=http://127.0.0.1:63032/VfpVnJq9yH8=/
D/skia ( 4536): Shader compilation error
D/skia ( 4536): ------------------------
D/skia ( 4536): Errors:
D/skia ( 4536): link failed but did not provide an info log
D/EGL_emulation( 4536): eglMakeCurrent: 0xe6c13f60: ver 3 0 (tinfo 0xd0a124f0)
D/eglCodecCommon( 4536): setVertexArrayObject: set vao to 0 (0) 1 2
O programa ainda funciona, mas recebo esse erro no terminal toda vês que aperto o botão.