Using https://pub.dev/packages/flutter_facebook_auth flutter_facebook_auth: ^3.5.7
When I log out I run await FacebookAuth.instance.logOut(); but despite of that, the user is always saved and I just have to click continue.
Log in works fine with final LoginResult result = await FacebookAuth.instance.login();
From their documentation, this is how you are supposed to do a clean logout.
Make sure you set _accessToken and _userData to null