Flutterfire: [firebase_messaging] Notifications do not sound

Created on 24 Jan 2020  Β·  5Comments  Β·  Source: FirebaseExtended/flutterfire

Desque I updated to the newest version the notifications no longer emit sound, not even the standard android sound for notifications

crowd messaging bug

Most helpful comment

I confirm that the default sound isn't playing on either android or ios too.
My device is XiaomiMi 9

All 5 comments

Hi @kitoide
can you please provide your flutter doctor -v ,
your flutter run --verbose
and your pubspec.yaml?
Thank you

Hi @iapicca

`[√] Flutter (Channel stable, v1.12.13+hotfix.5, on Microsoft Windows [versão 10.0.18362.592], locale pt-BR)
β€’ Flutter version 1.12.13+hotfix.5 at D:\flutter
β€’ Framework revision 27321ebbad (6 weeks ago), 2019-12-10 18:15:01 -0800
β€’ Engine revision 2994f7e1e6
β€’ Dart version 2.7.0

[√] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
β€’ Android SDK at D:\Programas\Android\Sdk
β€’ Android NDK location not configured (optional; useful for native profiling support)
β€’ Platform android-29, build-tools 29.0.2
β€’ ANDROID_HOME = D:\Programas\Android\Sdk
β€’ Java binary at: D:\Programas\Android\Android Studio\jre\bin\java
β€’ Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b03)
β€’ All Android licenses accepted.

[√] Android Studio (version 3.5)
β€’ Android Studio at D:\Programas\Android\Android Studio
β€’ Flutter plugin version 41.1.2
β€’ Dart plugin version 191.8593
β€’ Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b03)

[√] Connected device (1 available)
β€’ Android SDK built for x86 β€’ emulator-5554 β€’ android-x86 β€’ Android 10 (API 29) (emulator)

β€’ No issues found!`

-- verbose

[        ] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[   +7 ms] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[        ] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[        ] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[        ] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[   +6 ms] E/flutter ( 4571): <asynchronous suspension>
[        ] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[        ] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +1 ms] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[   +6 ms] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[   +1 ms] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[        ] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[        ] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[        ] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[        ] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[        ] E/flutter ( 4571):
[   +1 ms] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#3beb0(lifecycle state: defunct, not mounted)
[   +7 ms] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[   +1 ms] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[   +1 ms] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[   +7 ms] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[   +1 ms] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[   +1 ms] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[   +1 ms] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[   +2 ms] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +3 ms] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[        ] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[        ] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[        ] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[   +3 ms] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[   +5 ms] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[        ] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[        ] E/flutter ( 4571): <asynchronous suspension>
[        ] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[   +2 ms] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[   +3 ms] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +1 ms] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[        ] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[   +1 ms] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[   +1 ms] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +6 ms] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[   +1 ms] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[   +1 ms] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[   +1 ms] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[   +1 ms] E/flutter ( 4571):
[        ] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#d4656(lifecycle state: defunct, not mounted)
[        ] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[   +1 ms] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[   +1 ms] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[   +7 ms] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[   +1 ms] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[   +2 ms] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[   +1 ms] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[   +6 ms] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +1 ms] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[   +1 ms] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[   +1 ms] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[        ] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[   +6 ms] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[   +1 ms] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[   +1 ms] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[   +1 ms] E/flutter ( 4571): <asynchronous suspension>
[   +5 ms] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[   +3 ms] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[   +1 ms] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +6 ms] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[   +1 ms] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[   +4 ms] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[   +1 ms] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +2 ms] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[   +1 ms] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[   +3 ms] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[   +1 ms] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[   +1 ms] E/flutter ( 4571):
[   +1 ms] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#2a456(lifecycle state: defunct, not mounted)
[   +7 ms] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[   +1 ms] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[   +1 ms] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[   +1 ms] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[   +1 ms] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[   +1 ms] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[        ] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[   +7 ms] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +1 ms] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[   +1 ms] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[   +1 ms] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[   +1 ms] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[   +5 ms] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[   +1 ms] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[   +1 ms] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[   +1 ms] E/flutter ( 4571): <asynchronous suspension>
[   +4 ms] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[   +3 ms] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[   +1 ms] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +1 ms] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[   +1 ms] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[   +3 ms] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[   +5 ms] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +1 ms] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[   +1 ms] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[   +3 ms] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[   +3 ms] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[   +2 ms] E/flutter ( 4571):
[   +1 ms] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#3beb0(lifecycle state: defunct, not mounted)
[   +4 ms] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[   +3 ms] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[   +1 ms] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[   +1 ms] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[        ] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[   +7 ms] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[   +2 ms] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[   +1 ms] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +3 ms] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[   +4 ms] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[   +1 ms] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[   +1 ms] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[   +3 ms] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[   +1 ms] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[   +3 ms] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[  +10 ms] Running Gradle task 'assembleDebug'... (completed in 4,9s)
[  +40 ms] calculateSha: LocalDirectory: 'D:\Documents\hangofood_gestao_pedidos\build\app\outputs\apk'/app.apk
[  +57 ms] calculateSha: reading file took 54us
[ +460 ms] calculateSha: computing sha took 455us
[  +14 ms] √ Built build\app\outputs\apk\debug\app-debug.apk.
[   +5 ms] executing: D:\Programas\Android\Sdk\build-tools\29.0.2\aapt dump xmltree D:\Documents\hangofood_gestao_pedidos\build\app\outputs\apk\app.apk
AndroidManifest.xml
[  +31 ms] Exit code 0 from: D:\Programas\Android\Sdk\build-tools\29.0.2\aapt dump xmltree
D:\Documents\hangofood_gestao_pedidos\build\app\outputs\apk\app.apk AndroidManifest.xml
[   +2 ms] N: android=http://schemas.android.com/apk/res/android
             E: manifest (line=2)
               A: android:versionCode(0x0101021b)=(type 0x10)0x5
               A: android:versionName(0x0101021c)="1.0.4" (Raw: "1.0.4")
               A: android:compileSdkVersion(0x01010572)=(type 0x10)0x1d
               A: android:compileSdkVersionCodename(0x01010573)="10" (Raw: "10")
               A: package="br.com.hangofood.delivery" (Raw: "br.com.hangofood.delivery")
               A: platformBuildVersionCode=(type 0x10)0x5
               A: platformBuildVersionName="1.0.4" (Raw: "1.0.4")
               E: uses-sdk (line=7)
                 A: android:minSdkVersion(0x0101020c)=(type 0x10)0x10
                 A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1d
               E: uses-permission (line=14)
                 A: android:name(0x01010003)="android.permission.INTERNET" (Raw: "android.permission.INTERNET")
               E: uses-permission (line=15)
                 A: android:name(0x01010003)="android.permission.WAKE_LOCK" (Raw: "android.permission.WAKE_LOCK")
               E: uses-permission (line=16)
                 A: android:name(0x01010003)="android.permission.ACCESS_NETWORK_STATE" (Raw: "android.permission.ACCESS_NETWORK_STATE")
               E: uses-permission (line=17)
                 A: android:name(0x01010003)="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE" (Raw:
                 "com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE")
               E: uses-permission (line=18)
                 A: android:name(0x01010003)="com.google.android.c2dm.permission.RECEIVE" (Raw: "com.google.android.c2dm.permission.RECEIVE")
               E: application (line=19)
                 A: android:label(0x01010001)=@0x7f0a001b
                 A: android:icon(0x01010002)=@0x7f080001
                 A: android:name(0x01010003)="br.com.hangofood.delivery.Application" (Raw: "br.com.hangofood.delivery.Application")
                 A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff
                 A: android:appComponentFactory(0x0101057a)="androidx.core.app.CoreComponentFactory" (Raw: "androidx.core.app.CoreComponentFactory")
                 E: meta-data (line=25)
                   A: android:name(0x01010003)="com.google.firebase.messaging.default_notification_icon" (Raw:
                   "com.google.firebase.messaging.default_notification_icon")
                   A: android:resource(0x01010025)=@0x7f080000
                 E: meta-data (line=28)
                   A: android:name(0x01010003)="com.google.firebase.messaging.default_notification_color" (Raw:
                   "com.google.firebase.messaging.default_notification_color")
                   A: android:resource(0x01010025)=@0x7f020000
                 E: activity (line=32)
                   A: android:theme(0x01010000)=@0x7f0b0000
                   A: android:name(0x01010003)="br.com.hangofood.delivery.MainActivity" (Raw: "br.com.hangofood.delivery.MainActivity")
                   A: android:launchMode(0x0101001d)=(type 0x10)0x1
                   A: android:configChanges(0x0101001f)=(type 0x11)0x400037b4
                   A: android:windowSoftInputMode(0x0101022b)=(type 0x11)0x10
                   A: android:hardwareAccelerated(0x010102d3)=(type 0x12)0xffffffff
                   E: meta-data (line=46)
                     A: android:name(0x01010003)="io.flutter.app.android.SplashScreenUntilFirstFrame" (Raw:
                     "io.flutter.app.android.SplashScreenUntilFirstFrame")
                     A: android:value(0x01010024)=(type 0x12)0xffffffff
                   E: intent-filter (line=50)
                     E: action (line=51)
                       A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN")
                     E: category (line=53)
                       A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw: "android.intent.category.LAUNCHER")
                   E: intent-filter (line=55)
                     E: action (line=56)
                       A: android:name(0x01010003)="FLUTTER_NOTIFICATION_CLICK" (Raw: "FLUTTER_NOTIFICATION_CLICK")
                     E: category (line=58)
                       A: android:name(0x01010003)="android.intent.category.DEFAULT" (Raw: "android.intent.category.DEFAULT")
                 E: service (line=62)
                   A: android:name(0x01010003)="io.flutter.plugins.firebasemessaging.FlutterFirebaseMessagingService" (Raw:
                   "io.flutter.plugins.firebasemessaging.FlutterFirebaseMessagingService")
                   E: intent-filter (line=63)
                     E: action (line=64)
                       A: android:name(0x01010003)="com.google.firebase.MESSAGING_EVENT" (Raw: "com.google.firebase.MESSAGING_EVENT")
                 E: service (line=67)
                   A: android:name(0x01010003)="com.google.firebase.components.ComponentDiscoveryService" (Raw:
                   "com.google.firebase.components.ComponentDiscoveryService")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:directBootAware(0x01010505)=(type 0x12)0xffffffff
                   E: meta-data (line=71)
                     A: android:name(0x01010003)="com.google.firebase.components:io.flutter.plugins.firebasemessaging.FlutterFirebaseAppRegistrar" (Raw:
                     "com.google.firebase.components:io.flutter.plugins.firebasemessaging.FlutterFirebaseAppRegistrar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw:
                     "com.google.firebase.components.ComponentRegistrar")
                   E: meta-data (line=74)
                     A: android:name(0x01010003)="com.google.firebase.components:com.google.firebase.messaging.FirebaseMessagingRegistrar" (Raw:
                     "com.google.firebase.components:com.google.firebase.messaging.FirebaseMessagingRegistrar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw:
                     "com.google.firebase.components.ComponentRegistrar")
                   E: meta-data (line=77)
                     A:
                     android:name(0x01010003)="com.google.firebase.components:com.google.firebase.analytics.connector.internal.AnalyticsConnectorRegistrar"
                     (Raw: "com.google.firebase.components:com.google.firebase.analytics.connector.internal.AnalyticsConnectorRegistrar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw:
                     "com.google.firebase.components.ComponentRegistrar")
                   E: meta-data (line=80)
                     A: android:name(0x01010003)="com.google.firebase.components:com.google.firebase.datatransport.TransportRegistrar" (Raw:
                     "com.google.firebase.components:com.google.firebase.datatransport.TransportRegistrar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw:
                     "com.google.firebase.components.ComponentRegistrar")
                   E: meta-data (line=83)
                     A: android:name(0x01010003)="com.google.firebase.components:com.google.firebase.iid.Registrar" (Raw:
                     "com.google.firebase.components:com.google.firebase.iid.Registrar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw:
                     "com.google.firebase.components.ComponentRegistrar")
                 E: service (line=91)
                   A: android:name(0x01010003)="com.google.firebase.messaging.FirebaseMessagingService" (Raw:
                   "com.google.firebase.messaging.FirebaseMessagingService")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   E: intent-filter (line=94)
                     A: android:priority(0x0101001c)=(type 0x10)0xfffffe0c
                     E: action (line=95)
                       A: android:name(0x01010003)="com.google.firebase.MESSAGING_EVENT" (Raw: "com.google.firebase.MESSAGING_EVENT")
                 E: receiver (line=99)
                   A: android:name(0x01010003)="com.google.android.gms.measurement.AppMeasurementReceiver" (Raw:
                   "com.google.android.gms.measurement.AppMeasurementReceiver")
                   A: android:enabled(0x0101000e)=(type 0x12)0xffffffff
                   A: android:exported(0x01010010)=(type 0x12)0x0
                 E: receiver (line=104)
                   A: android:name(0x01010003)="com.google.android.gms.measurement.AppMeasurementInstallReferrerReceiver" (Raw:
                   "com.google.android.gms.measurement.AppMeasurementInstallReferrerReceiver")
                   A: android:permission(0x01010006)="android.permission.INSTALL_PACKAGES" (Raw: "android.permission.INSTALL_PACKAGES")
                   A: android:enabled(0x0101000e)=(type 0x12)0xffffffff
                   A: android:exported(0x01010010)=(type 0x12)0xffffffff
                   E: intent-filter (line=109)
                     E: action (line=110)
                       A: android:name(0x01010003)="com.android.vending.INSTALL_REFERRER" (Raw: "com.android.vending.INSTALL_REFERRER")
                 E: service (line=114)
                   A: android:name(0x01010003)="com.google.android.gms.measurement.AppMeasurementService" (Raw:
                   "com.google.android.gms.measurement.AppMeasurementService")
                   A: android:enabled(0x0101000e)=(type 0x12)0xffffffff
                   A: android:exported(0x01010010)=(type 0x12)0x0
                 E: service (line=118)
                   A: android:name(0x01010003)="com.google.android.gms.measurement.AppMeasurementJobService" (Raw:
                   "com.google.android.gms.measurement.AppMeasurementJobService")
                   A: android:permission(0x01010006)="android.permission.BIND_JOB_SERVICE" (Raw: "android.permission.BIND_JOB_SERVICE")
                   A: android:enabled(0x0101000e)=(type 0x12)0xffffffff
                   A: android:exported(0x01010010)=(type 0x12)0x0
                 E: receiver (line=124)
                   A: android:name(0x01010003)="com.google.firebase.iid.FirebaseInstanceIdReceiver" (Raw:
                   "com.google.firebase.iid.FirebaseInstanceIdReceiver")
                   A: android:permission(0x01010006)="com.google.android.c2dm.permission.SEND" (Raw: "com.google.android.c2dm.permission.SEND")
                   A: android:exported(0x01010010)=(type 0x12)0xffffffff
                   E: intent-filter (line=128)
                     E: action (line=129)
                       A: android:name(0x01010003)="com.google.android.c2dm.intent.RECEIVE" (Raw: "com.google.android.c2dm.intent.RECEIVE")
                 E: provider (line=133)
                   A: android:name(0x01010003)="com.google.firebase.provider.FirebaseInitProvider" (Raw: "com.google.firebase.provider.FirebaseInitProvider")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:authorities(0x01010018)="br.com.hangofood.delivery.firebaseinitprovider" (Raw:
                   "br.com.hangofood.delivery.firebaseinitprovider")
                   A: android:initOrder(0x0101001a)=(type 0x10)0x64
                 E: activity (line=139)
                   A: android:theme(0x01010000)=@0x01030010
                   A: android:name(0x01010003)="com.google.android.gms.common.api.GoogleApiActivity" (Raw:
                   "com.google.android.gms.common.api.GoogleApiActivity")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                 E: meta-data (line=144)
                   A: android:name(0x01010003)="com.google.android.gms.version" (Raw: "com.google.android.gms.version")
                   A: android:value(0x01010024)=@0x7f060000
                 E: service (line=148)
                   A: android:name(0x01010003)="com.google.android.datatransport.runtime.backends.TransportBackendDiscovery" (Raw:
                   "com.google.android.datatransport.runtime.backends.TransportBackendDiscovery")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   E: meta-data (line=151)
                     A: android:name(0x01010003)="backend:com.google.android.datatransport.cct.CctBackendFactory" (Raw:
                     "backend:com.google.android.datatransport.cct.CctBackendFactory")
                     A: android:value(0x01010024)="cct" (Raw: "cct")
                 E: service (line=155)
                   A: android:name(0x01010003)="com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSchedulerService" (Raw:
                   "com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSchedulerService")
                   A: android:permission(0x01010006)="android.permission.BIND_JOB_SERVICE" (Raw: "android.permission.BIND_JOB_SERVICE")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                 E: receiver (line=161)
                   A: android:name(0x01010003)="com.google.android.datatransport.runtime.scheduling.jobscheduling.AlarmManagerSchedulerBroadcastReceiver"
                   (Raw: "com.google.android.datatransport.runtime.scheduling.jobscheduling.AlarmManagerSchedulerBroadcastReceiver")
                   A: android:exported(0x01010010)=(type 0x12)0x0
[  +15 ms] Stopping app 'app.apk' on Android SDK built for x86.
[   +2 ms] executing: D:\Programas\Android\Sdk\platform-tools\adb.exe -s emulator-5554 shell am force-stop br.com.hangofood.delivery
[   +9 ms] E/flutter ( 4571): <asynchronous suspension>
[   +1 ms] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[   +1 ms] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[   +1 ms] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +1 ms] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[        ] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[   +8 ms] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[   +1 ms] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +1 ms] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[   +3 ms] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[   +6 ms] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[   +3 ms] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[   +1 ms] E/flutter ( 4571):
[   +3 ms] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#d4656(lifecycle state: defunct, not mounted)
[   +1 ms] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[   +1 ms] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[   +7 ms] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[   +1 ms] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[   +1 ms] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[   +3 ms] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[   +3 ms] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[   +1 ms] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +1 ms] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[   +3 ms] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[   +1 ms] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[   +4 ms] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[   +1 ms] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[   +1 ms] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[   +7 ms] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[   +1 ms] E/flutter ( 4571): <asynchronous suspension>
[   +1 ms] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[   +2 ms] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[   +1 ms] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +4 ms] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[   +1 ms] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[   +1 ms] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[   +7 ms] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +1 ms] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[   +1 ms] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[   +1 ms] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[   +1 ms] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[   +1 ms] E/flutter ( 4571):
[   +2 ms] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#2a456(lifecycle state: defunct, not mounted)
[   +7 ms] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[   +1 ms] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[   +6 ms] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[   +4 ms] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[   +1 ms] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[   +1 ms] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[   +4 ms] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[   +4 ms] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +1 ms] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[   +1 ms] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[   +4 ms] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[   +2 ms] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[   +1 ms] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[   +1 ms] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[   +2 ms] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[   +4 ms] E/flutter ( 4571): <asynchronous suspension>
[   +4 ms] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[   +2 ms] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[   +1 ms] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +3 ms] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[   +6 ms] executing: D:\Programas\Android\Sdk\platform-tools\adb.exe -s emulator-5554 shell pm list packages br.com.hangofood.delivery
[   +5 ms] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[   +1 ms] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[   +3 ms] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +1 ms] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[   +1 ms] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[   +3 ms] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[   +5 ms] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[   +1 ms] E/flutter ( 4571):
[   +3 ms] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#3beb0(lifecycle state: defunct, not mounted)
[   +6 ms] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[   +6 ms] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[   +2 ms] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[   +1 ms] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[   +2 ms] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[   +8 ms] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[   +4 ms] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[   +1 ms] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +4 ms] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[   +1 ms] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[   +5 ms] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[   +4 ms] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[   +1 ms] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[   +5 ms] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[   +8 ms] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[   +4 ms] E/flutter ( 4571): <asynchronous suspension>
[   +3 ms] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[   +5 ms] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[   +1 ms] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +4 ms] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[   +1 ms] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[   +5 ms] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[   +8 ms] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +3 ms] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[   +4 ms] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[   +2 ms] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[   +4 ms] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[   +4 ms] E/flutter ( 4571):
[   +1 ms] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#d4656(lifecycle state: defunct, not mounted)
[   +7 ms] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[   +2 ms] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[   +3 ms] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[   +1 ms] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[   +9 ms] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[   +2 ms] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[   +3 ms] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[   +1 ms] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +4 ms] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[   +4 ms] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[   +1 ms] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[   +3 ms] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[   +1 ms] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[   +6 ms] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[   +3 ms] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[   +1 ms] E/flutter ( 4571): <asynchronous suspension>
[   +3 ms] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[   +1 ms] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[   +1 ms] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +4 ms] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[   +4 ms] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[   +1 ms] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[   +1 ms] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +1 ms] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[   +3 ms] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[   +6 ms] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[   +3 ms] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[   +4 ms] E/flutter ( 4571):
[   +1 ms] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#2a456(lifecycle state: defunct, not mounted)
[   +1 ms] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[   +8 ms] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[   +2 ms] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[   +3 ms] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[   +4 ms] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[   +1 ms] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[   +4 ms] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[   +4 ms] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +1 ms] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[   +1 ms] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[   +4 ms] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[   +3 ms] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[   +2 ms] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[   +2 ms] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[   +3 ms] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[   +5 ms] E/flutter ( 4571): <asynchronous suspension>
[   +1 ms] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[   +3 ms] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[   +6 ms] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +4 ms] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[   +5 ms] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[   +1 ms] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[   +1 ms] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +2 ms] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[   +4 ms] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[   +1 ms] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[   +3 ms] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[   +1 ms] E/flutter ( 4571):
[   +5 ms] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#3beb0(lifecycle state: defunct, not mounted)
[   +4 ms] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[   +5 ms] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[   +2 ms] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[   +3 ms] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[   +4 ms] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[   +1 ms] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[   +4 ms] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[   +4 ms] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +1 ms] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[   +1 ms] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[   +1 ms] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[   +5 ms] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[   +5 ms] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[   +1 ms] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[   +3 ms] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[   +1 ms] E/flutter ( 4571): <asynchronous suspension>
[   +6 ms] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[   +4 ms] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[   +3 ms] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +1 ms] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[   +1 ms] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[   +7 ms] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[   +1 ms] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[   +1 ms] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[   +1 ms] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[   +1 ms] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[   +1 ms] E/flutter ( 4571):
[   +1 ms] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#d4656(lifecycle state: defunct, not mounted)
[   +9 ms] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[   +2 ms] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[   +1 ms] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[   +3 ms] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[   +9 ms] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[   +1 ms] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[   +1 ms] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[   +1 ms] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +2 ms] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[   +4 ms] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[   +5 ms] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[   +1 ms] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[   +3 ms] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[   +1 ms] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[   +4 ms] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[   +1 ms] E/flutter ( 4571): <asynchronous suspension>
[   +3 ms] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[   +1 ms] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[   +4 ms] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +1 ms] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[   +3 ms] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[   +1 ms] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[   +5 ms] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +3 ms] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[   +1 ms] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[   +5 ms] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[   +1 ms] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[   +4 ms] E/flutter ( 4571):
[   +1 ms] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#2a456(lifecycle state: defunct, not mounted)
[   +4 ms] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[   +1 ms] package:br.com.hangofood.delivery
[   +6 ms] executing: D:\Programas\Android\Sdk\platform-tools\adb.exe -s emulator-5554 shell cat /data/local/tmp/sky.br.com.hangofood.delivery.sha1
[   +4 ms] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[   +1 ms] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[   +3 ms] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[   +5 ms] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[   +2 ms] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[   +8 ms] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[   +2 ms] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +3 ms] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[   +5 ms] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[   +3 ms] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[   +1 ms] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[   +4 ms] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[   +1 ms] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[   +1 ms] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[   +3 ms] E/flutter ( 4571): <asynchronous suspension>
[   +4 ms] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[   +1 ms] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[   +5 ms] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +6 ms] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[   +1 ms] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[   +6 ms] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[   +1 ms] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +5 ms] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[   +3 ms] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[   +1 ms] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[   +4 ms] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[   +1 ms] E/flutter ( 4571):
[   +1 ms] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#3beb0(lifecycle state: defunct, not mounted)
[   +4 ms] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[   +4 ms] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[   +2 ms] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[   +5 ms] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[   +4 ms] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[   +1 ms] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[   +1 ms] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[   +3 ms] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +4 ms] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[   +1 ms] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[   +4 ms] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[   +1 ms] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[   +4 ms] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[   +1 ms] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[        ] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[   +9 ms] E/flutter ( 4571): <asynchronous suspension>
[   +1 ms] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[   +1 ms] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[   +3 ms] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +1 ms] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[   +4 ms] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[   +1 ms] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[   +3 ms] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +1 ms] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[   +4 ms] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[   +1 ms] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[        ] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[   +7 ms] E/flutter ( 4571):
[   +1 ms] a0cee507e910129833a43e2fa56a70588e667601
[   +2 ms] Latest build already installed.
[   +1 ms] Android SDK built for x86 startApp
[   +2 ms] executing: D:\Programas\Android\Sdk\platform-tools\adb.exe -s emulator-5554 shell am start -a android.intent.action.RUN -f 0x20000000 --ez
enable-background-compilation true --ez enable-dart-profiling true --ez enable-checked-mode true --ez verify-entry-points true
br.com.hangofood.delivery/br.com.hangofood.delivery.MainActivity
[   +5 ms] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#d4656(lifecycle state: defunct, not mounted)
[   +8 ms] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[   +4 ms] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[   +6 ms] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[   +2 ms] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[   +4 ms] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[   +4 ms] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[   +6 ms] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[   +1 ms] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +3 ms] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[   +1 ms] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[   +4 ms] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[   +1 ms] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[   +4 ms] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[   +3 ms] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[   +3 ms] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[  +10 ms] E/flutter ( 4571): <asynchronous suspension>
[   +1 ms] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[   +1 ms] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[   +1 ms] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +1 ms] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[   +1 ms] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[   +1 ms] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[   +6 ms] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +1 ms] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[   +1 ms] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[        ] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[        ] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[        ] E/flutter ( 4571):
[        ] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#2a456(lifecycle state: defunct, not mounted)
[   +1 ms] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[   +9 ms] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[   +1 ms] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[   +3 ms] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[   +1 ms] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[   +4 ms] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[   +2 ms] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[   +3 ms] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +1 ms] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[   +4 ms] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[   +1 ms] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[   +4 ms] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[   +5 ms] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[   +1 ms] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[   +8 ms] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[   +1 ms] E/flutter ( 4571): <asynchronous suspension>
[   +5 ms] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[   +3 ms] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[   +1 ms] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +5 ms] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[   +4 ms] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[   +1 ms] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[   +4 ms] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +1 ms] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[   +3 ms] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[   +1 ms] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[   +5 ms] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[   +1 ms] E/flutter ( 4571):
[   +4 ms] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#3beb0(lifecycle state: defunct, not mounted)
[   +4 ms] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[   +5 ms] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[   +4 ms] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[   +3 ms] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[   +5 ms] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[   +3 ms] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[   +1 ms] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[   +4 ms] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +7 ms] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[  +11 ms] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[   +1 ms] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[   +7 ms] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[   +1 ms] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[   +9 ms] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[  +18 ms] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[   +1 ms] E/flutter ( 4571): <asynchronous suspension>
[   +5 ms] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[   +3 ms] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[   +1 ms] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[  +12 ms] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[   +1 ms] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[   +4 ms] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[   +2 ms] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +4 ms] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[   +1 ms] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[   +4 ms] Starting: Intent { act=android.intent.action.RUN flg=0x20000000 cmp=br.com.hangofood.delivery/.MainActivity (has extras) }
[   +1 ms] Waiting for observatory port to be available...
[  +13 ms] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[   +3 ms] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[   +3 ms] E/flutter ( 4571):
[  +21 ms] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#d4656(lifecycle state: defunct, not mounted)
[   +5 ms] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[   +2 ms] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[   +8 ms] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[   +5 ms] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[   +3 ms] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[  +12 ms] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[   +1 ms] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[   +2 ms] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[   +6 ms] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[   +3 ms] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[   +8 ms] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[  +22 ms] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[   +2 ms] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[   +4 ms] E/flutter ( 4571): <asynchronous suspension>
[        ] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[   +8 ms] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[   +1 ms] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +1 ms] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[   +2 ms] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[        ] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[        ] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[        ] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[   +4 ms] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[   +1 ms] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[        ] E/flutter ( 4571):
[   +2 ms] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#2a456(lifecycle state: defunct, not mounted)
[   +7 ms] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[        ] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[   +1 ms] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[   +1 ms] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[        ] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[        ] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[        ] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +7 ms] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[   +1 ms] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[        ] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[        ] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[   +1 ms] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[        ] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[        ] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[        ] E/flutter ( 4571): <asynchronous suspension>
[   +1 ms] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[   +4 ms] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[        ] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[        ] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[        ] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[   +5 ms] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[        ] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[        ] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[        ] E/flutter ( 4571):
[   +1 ms] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#3beb0(lifecycle state: defunct, not mounted)
[        ] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[   +1 ms] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[   +1 ms] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[   +8 ms] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[        ] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[        ] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[   +1 ms] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[   +2 ms] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[        ] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[        ] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[   +3 ms] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[        ] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[        ] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[        ] E/flutter ( 4571): <asynchronous suspension>
[        ] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[        ] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[   +1 ms] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[        ] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[        ] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[        ] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[        ] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[        ] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[        ] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[        ] E/flutter ( 4571):
[        ] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#d4656(lifecycle state: defunct, not mounted)
[        ] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[   +5 ms] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[   +1 ms] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[        ] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[        ] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[        ] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[        ] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[        ] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[        ] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[        ] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[        ] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[        ] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[        ] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[   +3 ms] E/flutter ( 4571): <asynchronous suspension>
[        ] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[        ] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[        ] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[        ] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[        ] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[        ] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[        ] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[        ] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[   +7 ms] E/flutter ( 4571):
[        ] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#2a456(lifecycle state: defunct, not mounted)
[        ] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[        ] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[        ] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[        ] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[        ] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[        ] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[   +1 ms] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[        ] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[        ] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[   +6 ms] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[        ] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[        ] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[        ] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[        ] E/flutter ( 4571): <asynchronous suspension>
[        ] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[        ] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[        ] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[        ] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[        ] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +3 ms] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[        ] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[        ] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[  +10 ms] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[        ] E/flutter ( 4571):
[        ] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#3beb0(lifecycle state: defunct, not mounted)
[   +1 ms] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[        ] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[        ] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[        ] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[        ] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[        ] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[        ] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +1 ms] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[        ] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[   +5 ms] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[        ] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[        ] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[        ] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[        ] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[        ] E/flutter ( 4571): <asynchronous suspension>
[        ] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[        ] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[        ] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[        ] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[        ] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[        ] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[        ] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[        ] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[        ] E/flutter ( 4571):
[        ] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#d4656(lifecycle state: defunct, not mounted)
[        ] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[   +9 ms] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[   +2 ms] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[        ] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[        ] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[        ] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[        ] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[        ] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[        ] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[        ] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[   +6 ms] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[        ] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[        ] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[        ] E/flutter ( 4571): <asynchronous suspension>
[        ] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[        ] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[        ] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[        ] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[        ] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[        ] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[        ] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[        ] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[        ] E/flutter ( 4571):
[        ] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#2a456(lifecycle state: defunct, not mounted)
[        ] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[   +4 ms] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[   +1 ms] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[   +1 ms] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[        ] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[        ] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[        ] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[        ] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[        ] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[        ] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[        ] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[   +3 ms] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[        ] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[        ] E/flutter ( 4571): <asynchronous suspension>
[        ] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[        ] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[        ] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[        ] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[        ] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[        ] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[        ] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[        ] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[   +1 ms] E/flutter ( 4571):
[        ] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#3beb0(lifecycle state: defunct, not mounted)
[        ] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[   +9 ms] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[        ] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[        ] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[        ] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[        ] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[        ] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +1 ms] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[        ] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[        ] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[        ] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[        ] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[        ] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[        ] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[   +4 ms] E/flutter ( 4571): <asynchronous suspension>
[        ] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[        ] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[        ] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[        ] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[        ] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[        ] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[   +1 ms] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[        ] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[        ] E/flutter ( 4571):
[        ] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#d4656(lifecycle state: defunct, not mounted)
[   +8 ms] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[        ] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[        ] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[        ] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[        ] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[        ] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[        ] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[        ] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[        ] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[        ] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[        ] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[        ] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[        ] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[        ] E/flutter ( 4571): <asynchronous suspension>
[        ] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[        ] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[   +6 ms] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[        ] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[        ] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[        ] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[        ] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[        ] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[        ] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[        ] E/flutter ( 4571):
[        ] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#2a456(lifecycle state: defunct, not mounted)
[        ] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[        ] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[        ] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[        ] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[        ] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[        ] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[        ] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[   +7 ms] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[        ] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[        ] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[        ] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[        ] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[        ] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[        ] E/flutter ( 4571): <asynchronous suspension>
[        ] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[        ] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[        ] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[        ] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[        ] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[        ] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[        ] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[        ] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[        ] E/flutter ( 4571):
[        ] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#3beb0(lifecycle state: defunct, not mounted)
[   +5 ms] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[   +1 ms] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[        ] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[        ] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[        ] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[        ] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[        ] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +2 ms] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[   +1 ms] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[        ] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[        ] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[        ] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[        ] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[        ] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[        ] E/flutter ( 4571): <asynchronous suspension>
[   +5 ms] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[        ] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[        ] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[        ] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[        ] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[        ] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[        ] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[        ] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[        ] E/flutter ( 4571):
[        ] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#d4656(lifecycle state: defunct, not mounted)
[   +5 ms] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[   +1 ms] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[   +3 ms] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[   +3 ms] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[   +4 ms] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[        ] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[        ] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[        ] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[        ] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[        ] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[        ] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[        ] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[        ] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[        ] E/flutter ( 4571): <asynchronous suspension>
[   +2 ms] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[   +7 ms] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[        ] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[        ] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[        ] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[        ] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[        ] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[        ] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[        ] E/flutter ( 4571):
[        ] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#2a456(lifecycle state: defunct, not mounted)
[        ] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[  +10 ms] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[   +1 ms] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[   +1 ms] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[        ] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[        ] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[        ] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[        ] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[        ] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[        ] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[   +1 ms] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[  +13 ms] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[        ] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[        ] E/flutter ( 4571): <asynchronous suspension>
[        ] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[        ] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[   +1 ms] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[        ] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[        ] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[   +1 ms] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[        ] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[        ] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[   +3 ms] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[        ] E/flutter ( 4571):
[        ] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#3beb0(lifecycle state: defunct, not mounted)
[   +1 ms] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[   +2 ms] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[   +1 ms] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[   +1 ms] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[   +1 ms] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[   +4 ms] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[        ] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[        ] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[        ] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[        ] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[        ] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[        ] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[        ] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[        ] E/flutter ( 4571): <asynchronous suspension>
[        ] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[        ] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[        ] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[        ] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[        ] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +6 ms] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[        ] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[        ] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[        ] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[        ] E/flutter ( 4571):
[        ] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#d4656(lifecycle state: defunct, not mounted)
[   +1 ms] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[   +1 ms] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[        ] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[        ] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[        ] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[        ] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[   +5 ms] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[   +1 ms] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +1 ms] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[        ] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[        ] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[        ] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[        ] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[        ] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[        ] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[        ] E/flutter ( 4571): <asynchronous suspension>
[        ] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[        ] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[   +3 ms] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[        ] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[        ] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[        ] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[        ] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[        ] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[        ] E/flutter ( 4571):
[        ] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#2a456(lifecycle state: defunct, not mounted)
[        ] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[        ] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[        ] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[        ] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[        ] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[        ] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[        ] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[  +15 ms] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[        ] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[        ] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[        ] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[        ] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[        ] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[        ] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[        ] E/flutter ( 4571): <asynchronous suspension>
[        ] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[        ] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[        ] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[   +4 ms] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[        ] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[        ] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[        ] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[   +1 ms] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[        ] E/flutter ( 4571):
[        ] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#3beb0(lifecycle state: defunct, not mounted)
[        ] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[   +1 ms] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[        ] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[  +10 ms] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[        ] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[        ] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[        ] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[        ] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[        ] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[        ] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[        ] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[        ] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[        ] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[   +4 ms] E/flutter ( 4571): <asynchronous suspension>
[   +3 ms] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[   +1 ms] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[        ] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[        ] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[        ] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[        ] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[        ] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[        ] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[   +9 ms] E/flutter ( 4571):
[        ] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#d4656(lifecycle state: defunct, not mounted)
[   +1 ms] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[        ] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[   +3 ms] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[        ] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[  +13 ms] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[        ] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[        ] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[   +2 ms] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[        ] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[        ] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[        ] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[        ] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[        ] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[        ] E/flutter ( 4571): <asynchronous suspension>
[        ] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[        ] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[        ] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[        ] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[        ] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[   +5 ms] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[        ] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[        ] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[        ] E/flutter ( 4571):
[        ] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#2a456(lifecycle state: defunct, not mounted)
[        ] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[        ] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[        ] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[        ] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[        ] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[        ] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[        ] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[        ] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[        ] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[        ] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[  +10 ms] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[        ] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[        ] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[        ] E/flutter ( 4571): <asynchronous suspension>
[        ] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[        ] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[        ] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[        ] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[        ] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[        ] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[  +10 ms] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[        ] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[        ] E/flutter ( 4571):
[        ] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#3beb0(lifecycle state: defunct, not mounted)
[        ] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[   +1 ms] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[        ] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[   +1 ms] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[        ] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[        ] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[   +8 ms] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[        ] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[        ] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[        ] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[        ] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[        ] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[        ] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[        ] E/flutter ( 4571): <asynchronous suspension>
[        ] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[   +1 ms] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +7 ms] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[        ] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[        ] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[   +1 ms] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +1 ms] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[        ] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[        ] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[        ] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[        ] E/flutter ( 4571):
[   +1 ms] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#d4656(lifecycle state: defunct, not mounted)
[   +9 ms] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[   +1 ms] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[   +1 ms] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[        ] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[        ] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[        ] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[        ] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[   +8 ms] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[   +1 ms] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[        ] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[        ] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[        ] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[        ] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[        ] E/flutter ( 4571): <asynchronous suspension>
[        ] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[        ] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[        ] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[        ] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[        ] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +7 ms] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[        ] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[        ] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[        ] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[        ] E/flutter ( 4571):
[        ] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#2a456(lifecycle state: defunct, not mounted)
[        ] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[        ] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[        ] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[   +1 ms] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[        ] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[   +1 ms] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[        ] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[   +7 ms] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[        ] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[        ] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[        ] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[        ] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[        ] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[        ] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[        ] E/flutter ( 4571): <asynchronous suspension>
[        ] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[        ] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[        ] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[        ] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[        ] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[        ] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[        ] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[        ] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[   +8 ms] E/flutter ( 4571):
[        ] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#3beb0(lifecycle state: defunct, not mounted)
[        ] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[   +1 ms] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[        ] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[        ] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[        ] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[        ] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[        ] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[        ] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[   +7 ms] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[        ] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[        ] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[   +1 ms] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[        ] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[        ] E/flutter ( 4571): <asynchronous suspension>
[        ] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[        ] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[        ] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[        ] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[        ] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[   +7 ms] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[        ] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[   +1 ms] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[        ] E/flutter ( 4571):
[        ] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#d4656(lifecycle state: defunct, not mounted)
[        ] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[        ] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[        ] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[   +3 ms] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[        ] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[        ] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[        ] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[        ] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[        ] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[        ] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[        ] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[        ] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[        ] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[        ] E/flutter ( 4571): <asynchronous suspension>
[   +5 ms] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[        ] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[        ] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[        ] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[        ] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[        ] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[        ] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[        ] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[        ] E/flutter ( 4571):
[        ] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#2a456(lifecycle state: defunct, not mounted)
[   +1 ms] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[   +1 ms] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[   +8 ms] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[        ] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[        ] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[        ] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[        ] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[        ] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[        ] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[        ] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[        ] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[        ] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[        ] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[        ] E/flutter ( 4571): <asynchronous suspension>
[        ] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[   +8 ms] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +1 ms] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[        ] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[        ] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[        ] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[        ] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[        ] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[        ] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[        ] E/flutter ( 4571):
[        ] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#3beb0(lifecycle state: defunct, not mounted)
[        ] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[   +7 ms] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[        ] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[        ] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[        ] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[        ] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[        ] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[        ] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[        ] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[        ] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[        ] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[        ] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[        ] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[        ] E/flutter ( 4571): <asynchronous suspension>
[        ] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[        ] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[   +7 ms] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[        ] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[        ] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[        ] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[        ] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[        ] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[        ] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[        ] E/flutter ( 4571):
[        ] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#d4656(lifecycle state: defunct, not mounted)
[        ] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[   +1 ms] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[        ] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[        ] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[   +5 ms] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[        ] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[        ] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[        ] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[        ] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[        ] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[        ] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[        ] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[        ] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[        ] E/flutter ( 4571): <asynchronous suspension>
[        ] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[        ] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[   +3 ms] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[        ] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[        ] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[        ] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[        ] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[        ] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[        ] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[   +4 ms] E/flutter ( 4571):
[        ] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#2a456(lifecycle state: defunct, not mounted)
[   +4 ms] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[        ] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[        ] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[        ] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[        ] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[        ] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[        ] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[        ] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[        ] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[        ] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[        ] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[        ] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[        ] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[   +8 ms] E/flutter ( 4571): <asynchronous suspension>
[        ] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[        ] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[        ] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[        ] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[        ] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[        ] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[        ] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[        ] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[        ] E/flutter ( 4571):
[        ] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#3beb0(lifecycle state: defunct, not mounted)
[        ] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[   +7 ms] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[   +1 ms] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[        ] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[        ] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[        ] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[        ] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[        ] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[        ] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[        ] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[        ] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[        ] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[        ] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[        ] E/flutter ( 4571): <asynchronous suspension>
[        ] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[        ] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[   +7 ms] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[        ] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[        ] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[        ] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[        ] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[        ] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[        ] E/flutter ( 4571):
[        ] E/flutter ( 4571): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_PedidosState#d4656(lifecycle state: defunct, not mounted)
[        ] E/flutter ( 4571): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[        ] E/flutter ( 4571): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[        ] E/flutter ( 4571): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[        ] E/flutter ( 4571): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[        ] E/flutter ( 4571): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[        ] E/flutter ( 4571): #2      _PedidosState.initState.<anonymous closure>.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:44:9)
[        ] E/flutter ( 4571): #3      _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #4      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #5      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[   +6 ms] E/flutter ( 4571): #6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[        ] E/flutter ( 4571): #7      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[        ] E/flutter ( 4571): #8      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[        ] E/flutter ( 4571): #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[        ] E/flutter ( 4571): #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[        ] E/flutter ( 4571): #11     getPedidos (package:hangofood_flutter/Pedido/pedidos_requests.dart)
[        ] E/flutter ( 4571): <asynchronous suspension>
[        ] E/flutter ( 4571): #12     _PedidosState.initState.<anonymous closure> (package:hangofood_flutter/Pedido/pedidos.dart:42:7)
[        ] E/flutter ( 4571): #13     _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 4571): #14     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #15     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[        ] E/flutter ( 4571): #16     _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:970:26)
[        ] E/flutter ( 4571): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[        ] E/flutter ( 4571): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 4571): #19     _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:954:26)
[        ] E/flutter ( 4571): #20     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:384:19)
[        ] E/flutter ( 4571): #21     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:418:5)
[        ] E/flutter ( 4571): #22     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)
[        ] E/flutter ( 4571):
[        ] E/flutter ( 6402): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: Exception: SocketException: OS Error: Connection reset by
peer, errno = 104, address = administracao.hangofood.com.br, port = 32786
[   +6 ms] E/flutter ( 6402): #0      updateStatusFucionamento (package:delivery/Requests/login_request.dart:82:5)
[        ] E/flutter ( 6402): <asynchronous suspension>
[        ] E/flutter ( 6402): #1      _PedidosState.build.<anonymous closure> (package:delivery/pedidos.dart:109:19)
[        ] E/flutter ( 6402): #2      GestureRecognizer.invokeCallback (package:flutter/src/gestures/recognizer.dart:182:24)
[        ] E/flutter ( 6402): #3      TapGestureRecognizer.handleTapUp (package:flutter/src/gestures/tap.dart:486:11)
[        ] E/flutter ( 6402): #4      BaseTapGestureRecognizer._checkUp (package:flutter/src/gestures/tap.dart:264:5)
[        ] E/flutter ( 6402): #5      BaseTapGestureRecognizer.handlePrimaryPointer (package:flutter/src/gestures/tap.dart:199:7)
[        ] E/flutter ( 6402): #6      PrimaryPointerGestureRecognizer.handleEvent (package:flutter/src/gestures/recognizer.dart:467:9)
[        ] E/flutter ( 6402): #7      PointerRouter._dispatch (package:flutter/src/gestures/pointer_router.dart:76:12)
[        ] E/flutter ( 6402): #8      PointerRouter._dispatchEventToRoutes.<anonymous closure> (package:flutter/src/gestures/pointer_router.dart:117:9)
[        ] E/flutter ( 6402): #9      _LinkedHashMapMixin.forEach (dart:collection-patch/compact_hash.dart:379:8)
[        ] E/flutter ( 6402): #10     PointerRouter._dispatchEventToRoutes (package:flutter/src/gestures/pointer_router.dart:115:18)
[        ] E/flutter ( 6402): #11     PointerRouter.route (package:flutter/src/gestures/pointer_router.dart:101:7)
[        ] E/flutter ( 6402): #12     GestureBinding.handleEvent (package:flutter/src/gestures/binding.dart:218:19)
[        ] E/flutter ( 6402): #13     GestureBinding.dispatchEvent (package:flutter/src/gestures/binding.dart:198:22)
[   +3 ms] E/flutter ( 6402): #14     GestureBinding._handlePointerEvent (package:flutter/src/gestures/binding.dart:156:7)
[        ] E/flutter ( 6402): #15     GestureBinding._flushPointerEventQueue (package:flutter/src/gestures/binding.dart:102:7)
[        ] E/flutter ( 6402): #16     GestureBinding._handlePointerDataPacket (package:flutter/src/gestures/binding.dart:86:7)
[        ] E/flutter ( 6402): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[        ] E/flutter ( 6402): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 6402): #19     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[        ] E/flutter ( 6402): #20     _invoke1 (dart:ui/hooks.dart:273:10)
[        ] E/flutter ( 6402): #21     _dispatchPointerDataPacket (dart:ui/hooks.dart:182:5)
[        ] E/flutter ( 6402):
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[   +6 ms] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[   +6 ms] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[   +7 ms] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 9631): NoSuchMethodError: Class '_InternalLinkedHashMap<String, dynamic>' has no instance getter 'logomarca'.
[        ] I/flutter ( 9631): Receiver: _LinkedHashMap len:19
[        ] I/flutter ( 9631): Tried calling: logomarca
[        ] I/flutter ( 9631): NoSuchMethodError: Class '_InternalLinkedHashMap<String, dynamic>' has no instance getter 'logomarca'.
[        ] I/flutter ( 9631): Receiver: _LinkedHashMap len:19
[        ] I/flutter ( 9631): Tried calling: logomarca
[        ] E/flutter ( 9631): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose():
_ResultadoBuscaState#6a936(lifecycle state: defunct, not mounted, ticker inactive)
[        ] E/flutter ( 9631): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose
parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
[        ] E/flutter ( 9631): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is
to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
[        ] E/flutter ( 9631): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this
State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
[   +6 ms] E/flutter ( 9631): #0      State.setState.<anonymous closure> (package:flutter/src/widgets/framework.dart:1112:9)
[        ] E/flutter ( 9631): #1      State.setState (package:flutter/src/widgets/framework.dart:1147:6)
[        ] E/flutter ( 9631): #2      _ResultadoBuscaState._start (package:hangofood_flutter/Busca/resultado_busca_page.dart:285:5)
[        ] E/flutter ( 9631): #3      _asyncThenWrapperHelper.<anonymous closure> (dart:async-patch/async_patch.dart:73:64)
[        ] E/flutter ( 9631): #4      _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 9631): #5      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 9631): #6      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[        ] E/flutter ( 9631): #7      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[        ] E/flutter ( 9631): #8      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[        ] E/flutter ( 9631): #9      Future._completeWithValue (dart:async/future_impl.dart:524:5)
[        ] E/flutter ( 9631): #10     _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[        ] E/flutter ( 9631): #11     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[        ] E/flutter ( 9631): #12     ResultadoBuscaRequest.buscarEmpresas (package:hangofood_flutter/Busca/resultado_busca_request.dart)
[        ] E/flutter ( 9631): #13     _asyncThenWrapperHelper.<anonymous closure> (dart:async-patch/async_patch.dart:73:64)
[        ] E/flutter ( 9631): #14     _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 9631): #15     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 9631): #16     _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[        ] E/flutter ( 9631): #17     Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[        ] E/flutter ( 9631): #18     Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[        ] E/flutter ( 9631): #19     Future._completeWithValue (dart:async/future_impl.dart:524:5)
[        ] E/flutter ( 9631): #20     _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
[   +5 ms] E/flutter ( 9631): #21     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
[        ] E/flutter ( 9631): #22     _withClient (package:http/http.dart)
[        ] E/flutter ( 9631): #23     _asyncThenWrapperHelper.<anonymous closure> (dart:async-patch/async_patch.dart:73:64)
[        ] E/flutter ( 9631): #24     _rootRunUnary (dart:async/zone.dart:1134:38)
[        ] E/flutter ( 9631): #25     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[        ] E/flutter ( 9631): #26     _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
[        ] E/flutter ( 9631): #27     Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
[        ] E/flutter ( 9631): #28     Future._propagateToListeners (dart:async/future_impl.dart:709:32)
[        ] E/flutter ( 9631): #29     Future._completeWithValue (dart:async/future_impl.dart:524:5)
[        ] E/flutter ( 9631): #30     Future._asyncComplete.<anonymous closure> (dart:async/future_impl.dart:554:7)
[        ] E/flutter ( 9631): #31     _rootRun (dart:async/zone.dart:1126:13)
[        ] E/flutter ( 9631): #32     _CustomZone.run (dart:async/zone.dart:1023:19)
[        ] E/flutter ( 9631): #33     _CustomZone.runGuarded (dart:async/zone.dart:925:7)
[        ] E/flutter ( 9631): #34     _CustomZone.bindCallbackGuarded.<anonymous closure> (dart:async/zone.dart:965:23)
[        ] E/flutter ( 9631): #35     _microtaskLoop (dart:async/schedule_microtask.dart:43:21)
[        ] E/flutter ( 9631): #36     _startMicrotaskLoop (dart:async/schedule_microtask.dart:52:5)
[        ] E/flutter ( 9631):
[   +3 ms] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[   +1 ms] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[   +7 ms] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] I/flutter ( 8773):
eIGxY7guPHQ:APA91bFf6CgN0qWmld5wleAvBBggVzNEIKxReuOHVj0Iqxl2YLt5juDQyi8eUQ-m_rNz0fpgMoA2DgHyohSE5eIEdDh5C9dMVW9ZC7f_yTreKtiE9isZCFRUARmd-2BXq-8IHw5M2BKk
[        ] F/flutter ( 8773): [FATAL:flutter/shell/platform/android/android_shell_holder.cc(33)] Check failed: pthread_key_create(&thread_destruct_key_,
ThreadDestructCallback) == 0.
[   +1 ms] E/flutter (20674): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: Exception: SocketException: OS Error: Connection reset by
peer, errno = 104, address = administracao.hangofood.com.br, port = 48738
[   +9 ms] E/flutter (20674): #0      updateStatusFucionamento (package:delivery/Requests/login_request.dart:82:5)
[        ] E/flutter (20674): <asynchronous suspension>
[        ] E/flutter (20674): #1      _PedidosState.build.<anonymous closure> (package:delivery/pedidos.dart:109:19)
[        ] E/flutter (20674): #2      GestureRecognizer.invokeCallback (package:flutter/src/gestures/recognizer.dart:182:24)
[        ] E/flutter (20674): #3      TapGestureRecognizer.handleTapUp (package:flutter/src/gestures/tap.dart:486:11)
[        ] E/flutter (20674): #4      BaseTapGestureRecognizer._checkUp (package:flutter/src/gestures/tap.dart:264:5)
[        ] E/flutter (20674): #5      BaseTapGestureRecognizer.handlePrimaryPointer (package:flutter/src/gestures/tap.dart:199:7)
[        ] E/flutter (20674): #6      PrimaryPointerGestureRecognizer.handleEvent (package:flutter/src/gestures/recognizer.dart:467:9)
[        ] E/flutter (20674): #7      PointerRouter._dispatch (package:flutter/src/gestures/pointer_router.dart:76:12)
[        ] E/flutter (20674): #8      PointerRouter._dispatchEventToRoutes.<anonymous closure> (package:flutter/src/gestures/pointer_router.dart:117:9)
[        ] E/flutter (20674): #9      _LinkedHashMapMixin.forEach (dart:collection-patch/compact_hash.dart:379:8)
[        ] E/flutter (20674): #10     PointerRouter._dispatchEventToRoutes (package:flutter/src/gestures/pointer_router.dart:115:18)
[        ] E/flutter (20674): #11     PointerRouter.route (package:flutter/src/gestures/pointer_router.dart:101:7)
[        ] E/flutter (20674): #12     GestureBinding.handleEvent (package:flutter/src/gestures/binding.dart:218:19)
[        ] E/flutter (20674): #13     GestureBinding.dispatchEvent (package:flutter/src/gestures/binding.dart:198:22)
[        ] E/flutter (20674): #14     GestureBinding._handlePointerEvent (package:flutter/src/gestures/binding.dart:156:7)
[        ] E/flutter (20674): #15     GestureBinding._flushPointerEventQueue (package:flutter/src/gestures/binding.dart:102:7)
[        ] E/flutter (20674): #16     GestureBinding._handlePointerDataPacket (package:flutter/src/gestures/binding.dart:86:7)
[  +17 ms] E/flutter (20674): #17     _rootRunUnary (dart:async/zone.dart:1138:13)
[   +2 ms] E/flutter (20674): #18     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
[   +2 ms] E/flutter (20674): #19     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
[   +3 ms] E/flutter (20674): #20     _invoke1 (dart:ui/hooks.dart:273:10)
[   +4 ms] E/flutter (20674): #21     _dispatchPointerDataPacket (dart:ui/hooks.dart:182:5)
[        ] E/flutter (20674):
[        ] I/flutter (20674): ══║ EXCEPTION CAUGHT BY WIDGETS LIBRARY β•žβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•
[  +11 ms] I/flutter (20674): The following NoSuchMethodError was thrown building Pedidos(dirty, state: _PedidosState#00362):
[   +1 ms] I/flutter (20674): The method 'where' was called on null.
[        ] I/flutter (20674): Receiver: null
[        ] I/flutter (20674): Tried calling: where(Closure: (dynamic) => bool)
[        ] I/flutter (20674):
[        ] I/flutter (20674): The relevant error-causing widget was:
[        ] I/flutter (20674):   Pedidos file:///D:/Documents/hangofood_gestao_pedidos/lib/main.dart:134:24
[        ] I/flutter (20674):
[        ] I/flutter (20674): When the exception was thrown, this was the stack:
[        ] I/flutter (20674): #0      Object.noSuchMethod (dart:core-patch/object_patch.dart:53:5)
[        ] I/flutter (20674): #1      _PedidosState.build (package:delivery/pedidos.dart:86:28)
[        ] I/flutter (20674): #2      StatefulElement.build (package:flutter/src/widgets/framework.dart:4334:27)
[   +5 ms] I/flutter (20674): #3      ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:4223:15)
[        ] I/flutter (20674): #4      Element.rebuild (package:flutter/src/widgets/framework.dart:3947:5)
[        ] I/flutter (20674): #5      BuildOwner.buildScope (package:flutter/src/widgets/framework.dart:2432:33)
[        ] I/flutter (20674): #6      WidgetsBinding.drawFrame (package:flutter/src/widgets/binding.dart:773:20)
[        ] I/flutter (20674): #7      RendererBinding._handlePersistentFrameCallback (package:flutter/src/rendering/binding.dart:283:5)
[        ] I/flutter (20674): #8      SchedulerBinding._invokeFrameCallback (package:flutter/src/scheduler/binding.dart:1102:15)
[        ] I/flutter (20674): #9      SchedulerBinding.handleDrawFrame (package:flutter/src/scheduler/binding.dart:1041:9)
[        ] I/flutter (20674): #10     SchedulerBinding._handleDrawFrame (package:flutter/src/scheduler/binding.dart:957:5)
[        ] I/flutter (20674): #14     _invoke (dart:ui/hooks.dart:259:10)
[        ] I/flutter (20674): #15     _drawFrame (dart:ui/hooks.dart:217:3)
[        ] I/flutter (20674): (elided 3 frames from package dart:async)
[        ] I/flutter (20674):
[   +1 ms] I/flutter (20674): ════════════════════════════════════════════════════════════════════════════════════════════════════
[  +10 ms] Observatory URL on device: http://127.0.0.1:33225/gGfHG-mMdfM=/
[   +2 ms] executing: D:\Programas\Android\Sdk\platform-tools\adb.exe -s emulator-5554 forward tcp:0 tcp:33225
[  +57 ms] 50092
[   +1 ms] Forwarded host port 50092 to device port 33225 for Observatory
[  +11 ms] Connecting to service protocol: http://127.0.0.1:50092/gGfHG-mMdfM=/
[ +483 ms] Successfully connected to service protocol: http://127.0.0.1:50092/gGfHG-mMdfM=/
[   +5 ms] Sending to VM service: getVM({})
[   +7 ms] Result: {type: VM, name: vm, architectureBits: 32, hostCPU: Virtual CPU, operatingSystem: android, targetCPU: ia32, version: 2.7.0 (Mon Dec 2
20:10:59 2019 +0100) on "android_ia32", _profilerMode: VM, _nativeZoneMemoryUsage: 0, pid: 21252, startTime: 1579...
[   +5 ms] Sending to VM service: getIsolate({isolateId: isolates/3782054112617155})
[   +5 ms] Sending to VM service: _flutter.listViews({})
[   +9 ms] Result: {type: FlutterViewList, views: [{type: FlutterView, id: _flutterView/0xc91daf90, isolate: {type: @Isolate, fixedId: true, id:
isolates/3782054112617155, name: main.dart$main-3782054112617155, number: 3782054112617155}}]}
[   +4 ms] DevFS: Creating new filesystem on the device (null)
[   +1 ms] Sending to VM service: _createDevFS({fsName: hangofood_gestao_pedidos})
[  +39 ms] Result: {type: Isolate, id: isolates/3782054112617155, name: main, number: 3782054112617155, _originNumber: 3782054112617155, startTime:
1579882478944, _heaps: {new: {type: HeapSpace, name: new, vmName: Scavenger, collections: 2, avgCollectionPeriodMillis...
[  +32 ms] Result: {type: FileSystem, name: hangofood_gestao_pedidos, uri:
file:///data/user/0/br.com.hangofood.delivery/code_cache/hangofood_gestao_pedidosDSWHNS/hangofood_gestao_pedidos/}
[   +2 ms] DevFS: Created new filesystem on the device
(file:///data/user/0/br.com.hangofood.delivery/code_cache/hangofood_gestao_pedidosDSWHNS/hangofood_gestao_pedidos/)
[   +1 ms] Updating assets
[ +154 ms] Syncing files to device Android SDK built for x86...
[   +3 ms] Scanning asset files
[   +3 ms] <- reset
[        ] Compiling dart to kernel with 0 updated files
[  +13 ms] D:\flutter\bin\cache\dart-sdk\bin\dart.exe D:\flutter\bin\cache\artifacts\engine\windows-x64\frontend_server.dart.snapshot --sdk-root
D:\flutter\bin\cache\artifacts\engine\common\flutter_patched_sdk/ --incremental --target=flutter -Ddart.developer.causal_async_stacks=true --output-dill
C:\Users\thiag\AppData\Local\Temp\flutter_tool.9923714b-3ec4-11ea-b450-54bf6418c666\app.dill --packages D:\Documents\hangofood_gestao_pedidos\.packages
-Ddart.vm.profile=false -Ddart.vm.product=false
--bytecode-options=source-positions,local-var-info,debugger-stops,instance-field-initializers,keep-unreachable-code,avoid-closure-call-instructions
--enable-asserts --track-widget-creation --filesystem-scheme org-dartlang-root
[  +22 ms] <- compile package:delivery/main.dart
[+6713 ms] Updating files
[ +174 ms] DevFS: Sync finished
[   +2 ms] Syncing files to device Android SDK built for x86... (completed in 6.930ms, longer than expected)
[        ] Synced 1.4MB.
[   +1 ms] Sending to VM service: _flutter.listViews({})
[   +4 ms] Result: {type: FlutterViewList, views: [{type: FlutterView, id: _flutterView/0xc91daf90, isolate: {type: @Isolate, fixedId: true, id:
isolates/3782054112617155, name: main.dart$main-3782054112617155, number: 3782054112617155}}, {type: FlutterView, id: _flutterView/0xc91df210, isolate:
{type: @Isolate, fixedId: true, id: isolates/1862959334504079, name: main.dart$main-1862959334504079, number: 1862959334504079}}]}
[   +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1862959334504079})
[   +2 ms] <- accept
[        ] Connected to _flutterView/0xc91daf90.
[        ] Connected to _flutterView/0xc91df210.
[   +1 ms] πŸ”₯  To hot reload changes while running, press "r". To hot restart (and rebuild state), press "R".
[        ] An Observatory debugger and profiler on Android SDK built for x86 is available at: http://127.0.0.1:50092/gGfHG-mMdfM=/
[        ] For a more detailed help message, press "h". To detach, press "d"; to quit, press "q".
[  +26 ms] Result: {type: Isolate, id: isolates/1862959334504079, name: main, number: 1862959334504079, _originNumber: 1862959334504079, startTime:
1579882481163, _heaps: {new: {type: HeapSpace, name: new, vmName: Scavenger, collections: 1, avgCollectionPeriodMillis...
[+1662 ms] DevFS: Deleting filesystem on the device
(file:///data/user/0/br.com.hangofood.delivery/code_cache/hangofood_gestao_pedidosDSWHNS/hangofood_gestao_pedidos/)
[   +1 ms] Sending to VM service: _deleteDevFS({fsName: hangofood_gestao_pedidos})
[   +8 ms] Result: {type: Success}
[        ] DevFS: Deleted filesystem on the device
(file:///data/user/0/br.com.hangofood.delivery/code_cache/hangofood_gestao_pedidosDSWHNS/hangofood_gestao_pedidos/)
[   +8 ms] Application finished.
[   +2 ms] "flutter run" took 18.764ms.`

and pubspec.yaml

`name: delivery
description: A new Flutter application.

environment:
  sdk: ">=2.2.2 <3.0.0"

dependencies:
  flutter:
    sdk: flutter
  firebase_messaging: ^6.0.9
  hive: ^1.0.0
  hive_flutter: ^0.2.1
  path_provider: ^1.2.0
  http: ^0.12.0
  audioplayers: ^0.13.2
  screen: ^0.0.5

  cupertino_icons: ^0.1.2

dev_dependencies:
  flutter_test:
    sdk: flutter
  flutter_launcher_icons: ^0.7.3
  hive_generator: ^0.5.1
  build_runner: ^1.7.1

flutter_icons:
  android: "launcher_icon"
  ios: true
  image_path_android: "assets/icon.png"
  image_path_ios: "assets/icon_ios.png"



flutter:


  uses-material-design: true

  assets:
   - assets/logo.png
   - assets/assets/novo_pedido.mp3

I can confirm that the default sound isn't playing on either android or ios.

[βœ“] Flutter (Channel master, v1.15.4-pre.51, on Mac OS X 10.15.3 19D76, locale en-ZA)
    β€’ Flutter version 1.15.4-pre.51 at /Users/flutter
    β€’ Framework revision dc636069fc (61 minutes ago), 2020-02-12 22:22:49 -0800
    β€’ Engine revision e0ebaea590
    β€’ Dart version 2.8.0 (build 2.8.0-dev.9.0 e4c39721c4)


[βœ“] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
    β€’ Android SDK at /Users/theuno/Library/Android/sdk
    β€’ Android NDK location not configured (optional; useful for native profiling support)
    β€’ Platform android-29, build-tools 29.0.2
    β€’ Java binary at: /Users/theuno/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/191.6010548/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
    β€’ Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405)
    β€’ All Android licenses accepted.

[βœ“] Xcode - develop for iOS and macOS (Xcode 11.3.1)
    β€’ Xcode at /Applications/Xcode.app/Contents/Developer
    β€’ Xcode 11.3.1, Build version 11C504
    β€’ CocoaPods version 1.9.0.beta.2

[βœ“] Android Studio (version 3.5)
    β€’ Android Studio at /Users/theuno/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/191.6010548/Android Studio.app/Contents
    β€’ Flutter plugin version 43.0.1
    β€’ Dart plugin version 191.8593
    β€’ Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405)

[!] IntelliJ IDEA Ultimate Edition (version 2019.3.3)
    β€’ IntelliJ at /Users/theuno/Applications/JetBrains Toolbox/IntelliJ IDEA Ultimate.app
    βœ— Flutter plugin not installed; this adds Flutter specific functionality.
    βœ— Dart plugin not installed; this adds Dart specific functionality.
    β€’ For information about installing plugins, see
      https://flutter.dev/intellij-setup/#installing-the-plugins
  firebase_core: ^0.4.3+2
  firebase_messaging: ^6.0.9
  firebase_in_app_messaging: ^0.1.1+1
  firebase_analytics: ^5.0.9
  firebase_storage: ^3.1.1

I confirm that the default sound isn't playing on either android or ios too.
My device is XiaomiMi 9

Same issue here on iOS.

`Doctor summary (to see all details, run flutter doctor -v):
[βœ“] Flutter (Channel unknown, v1.13.3, on Mac OS X 10.14.6 18G103, locale en-GB)
[βœ“] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
[βœ“] Xcode - develop for iOS and macOS (Xcode 11.3)
[!] Android Studio (version 3.4)
βœ— Flutter plugin not installed; this adds Flutter specific functionality.
βœ— Dart plugin not installed; this adds Dart specific functionality.
[βœ“] VS Code (version 1.43.2)
[βœ“] Connected device (1 available)

! Doctor found issues in 1 category.`

`environment:
sdk: ">=2.1.0 <3.0.0"

dependencies:
flutter:
sdk: flutter
firebase_auth: 0.15.3
cloud_firestore: 0.13.0+1
provider: 4.0.0
google_sign_in: 4.1.1
flutter_facebook_login: 3.0.0
url_launcher: 5.4.1
shared_preferences: 0.5.6
auto_size_text: 2.1.0
font_awesome_flutter: 8.5.0
intl: 0.16.1
clock: 1.0.1
flutter_background_geolocation: 1.6.0
charts_flutter: 0.8.1
firebase_storage: 3.1.1
image_picker: 0.6.3+1
cached_network_image: 2.0.0
sentry: 3.0.1
device_info: 0.4.1+4
firebase_messaging: 6.0.13

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.2

dev_dependencies:
flutter_test:
sdk: flutter
mockito: 4.1.1
`

Was this page helpful?
0 / 5 - 0 ratings