Results 75 comments of Stanislav Ilin

#### **1. Specify the iOS platform in the Podfile** CocoaPods automatically sets the platform to `iOS 15.0` because no platform is specified in the `Podfile`. To explicitly define the platform:...

Hello @dickermoshe ! Drift is a really popular library and we would like to have addon package to collect transactions logs. Can you create pull-request with this new package ?

Hello @dickermoshe! Any updates ?

Hello @ThraaxSession ! 1) For set mobile drawer on left side you can use endDrawer field of Scaffold ```dart Scaffold( endDrawer: SidebarX( controller: SidebarXController(selectedIndex: 0, extended: true), items: const [...

Hello @androidAfi ! This is not issue for the SidebarX package In your case you must implement any builder that notify your UI about Authorization state. ```dart drawer: Builder( (context,...

Hello @Rodsevich @Mooyeee ✋🏻 We have already started working on this functional. You can check this https://github.com/Frezyx/talker/pull/272 PR to make review.

Hello @Rodsevich @Mooyeee! We have fixed this issue in this PR https://github.com/Frezyx/talker/pull/272 This fixes available in [4.5.0](https://pub.dev/packages/talker) package version

Hello @Luwirispok ! Can you explain how request logs looks in your VSCode console ?

У тебя в описании ошибки прописано что talker 4.4.0 версии, а talker_flutter 4.1.2 Обнови библиотеки до последней версии и все будет хорошо

Hello @SebastianKlaiber ! This is a great idea, we need to think about its solution! If someone is ready to help with this PR, you are welcome ❤️