Results 45 comments of Iiro Krankka

I'm still thinking what would be a valid use case for this?

The reason for that is simply that a lot of the custom attributes for tabs aren't supported by the standard menu resources. Only title and icon. Are you guys having...

Hi @Servus7 ! Doesn't [the layout in the sample app](https://github.com/roughike/BottomBar/blob/master/app/src/main/res/layout/activity_three_tabs_quick_return.xml) work for you? For me there's no problems with the following Snackbar code: ``` java Snackbar.make(findViewById(R.id.myCoordinator), "HELLO", Snackbar.LENGTH_LONG).show(); ```

Most likely a duplicate `result.success()` call somewhere: https://github.com/flutter/engine/blob/bc885f319b2fdf471cf1efdf733a2f6708bd4665/shell/platform/android/io/flutter/view/FlutterNativeView.java#L174 Not able to reproduce though for some reason.

Is the problem only on Android? Could you attach `flutter doctor` output so I could try debug this later?

This is by far the most insightful code review I've ever received. Thanks a lot, really! I'll address those points when I can, most likely tomorrow. **Update**: had to do...

I'll ask if something comes up! Can I tag you as a reviewer on the upcoming Pull Requests that will address this feedback? Meaning, do you have time / interest...

@anasbud Thanks, glad you like it! I'll create an issue ticket about parsing in a separate Isolate, and see if it makes sense here. The last time I tried it,...

Thanks Brian! I'll address your feedback too when I can :)

Thanks for reporting, didn't know such subsidiaries existed! This is something that I'd love to do. I could use a translating service for other languages, but would you be able...