Enes Karaosman

Results 13 comments of Enes Karaosman

Yes, I confirm this issue as well, it's not happening in v5.0.0 so I downgraded.

You need to select you row & column size respectively. (According to image's aspectRatio)

@patmalt I tried version "15.2.0" with the Swift Package manager using Xcode 12, seems no problem for me!

Any updates @ntfnd404 ? I'm trying to use both `bottomNavigationBuilder` end `drawer` is there any trick here?

> AutoTabs scaffold wraps a Scaffold... Make sure you're calling Scaffold.of(comtext) with a context that has scaffold Actually my case scenario is like this; I've `AutoTabsScaffold` and imagine in bottomNavigation...

Did not realize `.gesture()` exist, but anyway you can still merge it to have `SwiftUI` syntax, also `SwiftUI` supports both `.gesture()` & `.onTapGesture`

Hi @nikans , yes in current implementation we don't have custom message support but it'd be possible if we add new message kind `.custom(Any)` and we can add custom message...

you can use it in CollapsibleTableViewHeader class, just replace your arrowLabel with something similar to code below; // Arrow Image View contentView.addSubview(triangleImageView) triangleImageView.translatesAutoresizingMaskIntoConstraints = false // width constant triangleImageView.widthAnchor.constraint(equalToConstant: 15).isActive...

Any update/workaround?

> @EnesKaraosman you should probably use [this code](https://github.com/grpc/grpc-dart/pull/489#issuecomment-1117204933) as a solution Tried this one but received syntax issues with dart 2.18.4