Pawan Shahani

Results 5 issues of Pawan Shahani

``` static AppState of(BuildContext context) { return context.inheritFromWidgetOfExactType(AppState); } ``` > The method 'inheritFromWidgetOfExactType' isn't defined for the type 'BuildContext'. > Try correcting the name to the name of an...

I am using **HMSegmentedControl**, like: ` hmSegment_Object = HMSegmentedControl(sectionImages: [UIImage(named:"ic_payments_inactive")!,UIImage(named:"ic_loans_inactive")!], sectionSelectedImages: [UIImage(named:"ic_payments_active")!,UIImage(named:"ic_loans_active")!], titlesForSections: ["PAYMENTS", "GOLD LOANS"])` How do i apply MaterialShowcase to the HMSegmentControl.

Is there any way we can add Bubbles in the Wave. We wanted to have Beer effect. So any ideas will be helpful.

I am trying to use the "TopSheetBehavior" with NestedScrollView. if i replace NestedScrollView with LinearLayout, everything work fine. But if i use NestedScrollView, the "FrameLayout (i.e. top Sheet)" cannot be...

The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.0 and higher. The following dependencies do not satisfy the required version: project ':pinch_zoom_image' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.71