Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 460 Bytes

Flutter.md

File metadata and controls

26 lines (17 loc) · 460 Bytes

Flutter

  1. Cannot connect to service protocol

For Android, Have you added internet permission in android manifest file?.

For iOS,

in Info.plist

NSAppTransportSecurity NSAllowsArbitraryLoads

  1. Verbose for error

flutter run -v

  1. to repair flutter packages pub cache repair

  2. state management blocs > repositories > providers > models