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

Bugfix/loading animation layout fix #239

Merged
merged 3 commits into from
Aug 23, 2023
Merged

Conversation

gguijarro-c-chwy
Copy link
Contributor

No description provided.

@@ -2,7 +2,7 @@ import 'dart:async';

import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:get/get.dart';
import 'package:get/get.dart' as Get;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

weird weird dependency conflict here. I had to name this import

Get.offAll(() => const HyphaBottomNavigation());
Get.offAll(
() => const HyphaBottomNavigation(),
transition: Transition.downToUp,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

down to up animation like Luigi suggested

for smoother transition to content
Copy link
Collaborator

@n13 n13 left a comment

Choose a reason for hiding this comment

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

I changed the bg color of the home page to avoid the ugly grey

GTG

@n13 n13 merged commit d2ca343 into main Aug 23, 2023
1 of 3 checks passed
@n13 n13 deleted the bugfix/loading_animation_layout_fix branch August 23, 2023 08:28
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.

2 participants