- Fix iOS build
- Android v2 embedding.
- Migrate to Flutter 2, Dart 2.12.0 and sound null safety
- Empty implementation of deferScreenEdges for Android
- Bump Kotlin version (fix #2).
- (Hopefully) fix a bug with Swift versions.
- Add a warning about the interaction between
HomeIndicator.deferScreenEdges
andHomeIndicator.hide()
.
- Protect against a possible crash involving
object_setClass
.
- Add
deferScreenEdges
. A "deferred" screen edge is one the user needs to swipe in from twice to trigger the OS behavior. (Deferring the bottom screen edge corresponds to "greying out" the home indicator, hence its inclusion in this package.)
- Use proper Swift 4 syntax for overriding property.
- iOS: only override
prefersHomeIndicatorAutoHidden
if it is available.
- Update repository URL.
- Initial release:
show
,hide
, andisHidden
functions.