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

Update analysis_options.yaml file and improved code format #189

Closed j-j-gajjar closed 1 year ago

avenwu commented 1 year ago

Thanks for the PR. But these changes can make the project hard to maintain.

  1. Too much changes mixed together, not easy to review.
  2. Custom lint rule are not necessary, in no way should we maintain such a copy.
  3. Please split changes, bug fixes are welcome