Flutter package class file visibility in project
I have created a Flutter package and I am using it in my Flutter project. The package has a class FirebaseAuthFlowState located in ...core/firebase_auth_flow_state.dart. A package's "root" file with an export is located right in a lib directory and exports…