flutter-ml / google_ml_kit_flutter

A flutter plugin that implements Google's standalone ML Kit
MIT License
915 stars 708 forks source link

refactor(example): use `ColoredBox` over `Container` #573

Closed alestiago closed 5 months ago

alestiago commented 6 months ago

Update example to use a simpler widget ColoredBox over Container, see the "user_colored_box" Dart Rule.