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

Error: Member not found: 'DefaultTabController.maybeOf'. #191

Closed CohenTT closed 1 year ago

CohenTT commented 1 year ago

v3.2.0 iPhone 14 Pro, simulator,iOS 16.1

I get an error when I start running: ../../flutter_mac/flutter/.pub-cache/hosted/pub.flutter-io.cn/convex_bottom_bar-3.2.0/lib/src/bar.dart:478:54: Error: Member not found: 'DefaultTabController.maybeOf'. return widget.controller ?? DefaultTabController.maybeOf(context); ^^^^^^^

avenwu commented 1 year ago

Upgrade to flutter v3.7.0+. Or downgrade the package version to v3.0.1+1 Checkout the README.md for more detail.

avenwu commented 1 year ago

Duplicate of #188