hacktons / convex_bottom_bar

A Flutter package which implements a ConvexAppBar to show a convex tab in the bottom bar. Theming supported.
https://bar.hacktons.cn
Apache License 2.0
791 stars 147 forks source link

Unable to run example code #196

Closed nileshinstait closed 1 year ago

nileshinstait commented 1 year ago

I just downloaded this project from github master branch and try to run example but it is giving me error.

../lib/src/bar.dart:479:54: Error: Member not found: 'DefaultTabController.maybeOf'. return widget.controller ?? DefaultTabController.maybeOf(context);

Device details: Android: Model Name: Samsung Galaxy M30s OS: Samsung One UI 3.1 based on Android 11

iOS: Model Name: iPhone Simulator iPhone 13 OS: iPhone 15.2

nileshinstait commented 1 year ago

Please do the change in below code DefaultTabController.maybeOf to DefaultTabController.of

../lib/src/bar.dart:479:54: Error: Member not found: 'DefaultTabController.maybeOf'. return widget.controller ?? DefaultTabController.of(context);