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

I hope to use HarmonyOS development tools to make a similar functional effect on HarmonyOS software. 希望用鸿蒙开发工具 做一个类似的功能效果用在鸿蒙软件上。 #212

Open winnxiegang opened 2 months ago

winnxiegang commented 2 months ago

Notice for Stack compile error

* Replace all Stack.overflow to Stack.clipBehavior. 
* The removal of [Stack.overflow][https://api.flutter.dev/flutter/widgets/Stack/overflow.html] is not a good idea, and the Flutter team has noticed that it would take time to remove all the usage without breaking Google.
Since the overflow has been removed in 1.20 and be rolled back now(perhaps 1.22? not for sure). It's hard to say when it will be removed again, so just replace all overflow with clipBehavior.

Please search the issue list and FAQ list before opening any issues!! I hope to use HarmonyOS development tools to make a similar functional effect on HarmonyOS software. Describe the bug I hope to use HarmonyOS development tools to make a similar functional effect on HarmonyOS software. A clear and concise description of what the bug is.

Environment details

Paste the flutter environment detail.

flutter doctor
flutter --version

Paste the package version.

dependencies:
  convex_bottom_bar: x.y.z

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.