Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(login): add login view logic #18

Merged
merged 4 commits into from Jun 1, 2022
Merged

feat(login): add login view logic #18

merged 4 commits into from Jun 1, 2022

Conversation

AnnaPS
Copy link
Collaborator

@AnnaPS AnnaPS commented May 30, 2022

Description

Added login view logic.

CleanShot.2022-05-30.at.19.20.21.mp4

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@AnnaPS AnnaPS requested a review from omartinma May 30, 2022 17:33
@AnnaPS AnnaPS self-assigned this May 30, 2022
testWidgets('renders a LoginView', (tester) async {
await tester.pumpApp(
BlocProvider.value(
value: loginBloc,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This loginBloc is not doing anything since you already create one in LoginPage

@AnnaPS AnnaPS requested a review from omartinma June 1, 2022 07:03
@AnnaPS AnnaPS changed the base branch from feat/app_view to main June 1, 2022 09:24
@AnnaPS AnnaPS merged commit b071bf9 into main Jun 1, 2022
@felangel felangel deleted the feat/login_view branch July 5, 2022 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants