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
801 stars 150 forks source link

WEB can't be built #194

Closed NaingMyoThawNMYT closed 1 year ago

NaingMyoThawNMYT commented 1 year ago

💪 Building with sound null safety 💪

Target dart2js failed: Exception: Warning: The 'dart2js' entrypoint script is deprecated, please use 'dart compile js' instead. ../../../../Applications/flutter/.pub-cache/hosted/pub.dartlang.org/convex_bottom_bar-3.2.0/lib/src/bar.dart:478:54: Error: Member not found: 'DefaultTabController.maybeOf'. return widget.controller ?? DefaultTabController.maybeOf(context); ^^^^^^^ Error: Compilation failed.

Compiling lib/main.dart for the Web... 6.8s Exception: Failed to compile application for the Web.

avenwu commented 1 year ago

Duplicate of #188

lsosa81 commented 1 year ago

../../../DevTools/flutter/.pub-cache/hosted/pub.dartlang.org/convex_bottom_bar-3.2.0/lib/src/bar.dart:478:54: Error: Member not found: 'DefaultTabController.maybeOf'. return widget.controller ?? DefaultTabController.maybeOf(context); ^^^^^^^