focus_detector 1.0.0 copy "focus_detector: ^1.0.0" to clipboard
focus_detector: ^1.0.0 copied to clipboard

outdated

Android's onResume/onPause and iOS's viewDidAppear/viewDidDisappear for Flutter.

FocusDetector #

Wrapper around Google's VisibilityDetector for combining it with Flutter's WidgetsBindingObserver in order to achieve Android's onResume/onPause and iOS's viewDidAppear/viewDidDisappear on Flutter.

How Does it Work? #

A FocusDetector widget takes in a child and optional onFocusGained/onFocusLost callbacks and fires those as the widget's focus changes. Some cases that trigger the focus change:

  1. When the widget is first created;
  2. When its route is popped back to;
  3. When the app is sent to background/foreground while the widget was visible;

Article #

https://edsonbueno.com

Sample #

Check out the set-state-focus-detector or bloc-focus-detector branch of the Breaking Bapp repository.

328
likes
0
pub points
98%
popularity

Publisher

verified publisheredsonbueno.com

Android's onResume/onPause and iOS's viewDidAppear/viewDidDisappear for Flutter.

Homepage

License

unknown (LICENSE)

Dependencies

flutter, visibility_detector

More

Packages that depend on focus_detector