- Migrate to flutter 3.0
- Upgrade rxdart (thanks @ariefwijaya )
- Upgrade android dependencies
- [BUGFIX] Null check fix (thanks @WeiCongcong )
- [BUGFIX] No signature of method: build_…android() applicable for argument types: (build_…_run_closure2) ( #24 ) thanks @ghostman2013
- [BUGFIX] Fix null safety
- [BUGFIX] nativeRemoveDelay is null and that makes the app crash ( #16 )
- [BUGFIX] Fix a null safety issue (thanks @abhinandval and @lubritto )
- [WINDOWS] No also lock when user go to windows lock screen/switch user
- Windows support (minimize window will lock)
- Null safety
- Web support
- Small improvements to IOS Code
- Documentation tips
- Upgrade to RxDart 0.24.0
- Opacity is now propagated to IOS protection on task switcher
- Fix not implemented exception on Android when you exit the app
- Fix if you wanted to start the application locked. issue: #1
- New behavior stream for lock/unlock event so you can react to them in your application
- iOS works on iPad when you rotate after closing
- iOS fix
- require swift 4.2+
- allow to configure nativeRemoveDelay in secure_gate to let longer app time to start especially on iOS
- iOS new bringSubview(toFront:) instead of deprecated metho
- pause during needunlock to prevent ios unlock loop when using faceid
- new authenticated information
- autenticationEvents is now a BehaviorSubject stream
- Rename package
- Working on iOS and Android
- Initial release