Exa Auth

Exa Auth é um pacote para autenticação de usuários do firebase em aplicações Flutter.

Instalação

Para instalar o pacote, adicione a seguinte linha ao seu arquivo pubspec.yaml:

dependencies:
  exa_auth: ^versão

Libraries

exa_auth
modules/_exports
modules/auth/_exports
modules/auth/domain/_exports
modules/auth/domain/entities/_exports
modules/auth/domain/entities/auth_failure
modules/auth/domain/entities/exa_auth_user
modules/auth/infra/_exports
modules/auth/infra/constants/_exports
modules/auth/infra/constants/auth_constants_string
modules/auth/infra/constants/auth_theme
modules/auth/infra/external/_exports
modules/auth/infra/external/datasources/_exports
modules/auth/infra/external/datasources/exa_auth_datasource
modules/auth/infra/external/datasources/interfaces/_exports
modules/auth/infra/external/datasources/interfaces/i_exa_auth_datasource
modules/auth/infra/presenter/_exports
modules/auth/infra/presenter/components/_exports
modules/auth/infra/presenter/components/apple/_exports
modules/auth/infra/presenter/components/apple/apple_auth_button
modules/auth/infra/presenter/components/button/_exports
modules/auth/infra/presenter/components/button/default_auth_button
modules/auth/infra/presenter/components/google/_exports
modules/auth/infra/presenter/components/google/google_auth_button
modules/auth/infra/presenter/components/phone/_exports
modules/auth/infra/presenter/components/phone/exa_auth_token_input
modules/auth/infra/presenter/components/phone/phone_auth_button
modules/auth/infra/presenter/components/phone/phone_page
modules/auth/infra/presenter/components/user/_exports
modules/auth/infra/presenter/components/user/current_user_auth_container
modules/auth/infra/presenter/components/user/use_terms_button
modules/auth/infra/presenter/exa_auth_main_controller
modules/auth/infra/utils/_exports
modules/auth/infra/utils/exa_auth_phone_input
modules/auth/infra/utils/exa_auth_utils
modules/auth/usecases/_exports
modules/auth/usecases/interfaces/_exports
modules/auth/usecases/interfaces/i_sign_in_with_apple_usecase
modules/auth/usecases/interfaces/i_sign_in_with_google_usecase
modules/auth/usecases/interfaces/i_sign_in_with_phone_usecase
modules/auth/usecases/interfaces/i_user_stream_usecase
modules/auth/usecases/sign_in_with_apple_usecase
modules/auth/usecases/sign_in_with_google_usecase
modules/auth/usecases/sign_in_with_phone_usecase
modules/auth/usecases/user_stream_usecase