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(app_view): add app view and flow builder #17

Merged
merged 6 commits into from Jun 1, 2022
Merged

Conversation

AnnaPS
Copy link
Collaborator

@AnnaPS AnnaPS commented May 30, 2022

Description

Added app page, app view, and flow builder. Added empty pages for login and account.

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 16:59
@AnnaPS AnnaPS self-assigned this May 30, 2022
@@ -0,0 +1,14 @@
import 'package:flutter/material.dart';
import 'package:very_good_supabase/account/account.dart';
import 'package:very_good_supabase/app/bloc/app_bloc.dart';
Copy link
Collaborator

Choose a reason for hiding this comment

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

barrel

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done


class AppView extends StatefulWidget {
const AppView({
super.key,
Copy link
Collaborator

Choose a reason for hiding this comment

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

remove not needed trailing comma

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

@AnnaPS AnnaPS changed the base branch from feat/configure_supabase to main May 31, 2022 11:31
@AnnaPS AnnaPS requested review from omartinma May 31, 2022 11:41
@AnnaPS AnnaPS merged commit 8662f1f into main Jun 1, 2022
@felangel felangel deleted the feat/app_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