-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
move show members to the timeline top row #474
Conversation
@robertodoering there's another way to do this? I'm not 100% satisfied with my solution. |
@pedr0luiz My suggestion would be to change the What do you think of that? |
@robertodoering |
@pedr0luiz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also make sure that
flutter analyze
isn't showing anything and format the code before committing it with flutter format .
lib/components/common/timeline/list_timeline/widgets/list_timeline.dart
Outdated
Show resolved
Hide resolved
lib/components/common/timeline/list_timeline/widgets/list_timeline.dart
Outdated
Show resolved
Hide resolved
lib/components/common/timeline/list_timeline/widgets/list_timeline.dart
Outdated
Show resolved
Hide resolved
lib/components/common/timeline/list_timeline/widgets/list_timeline.dart
Outdated
Show resolved
Hide resolved
lib/components/common/timeline/list_timeline/widgets/list_timeline.dart
Outdated
Show resolved
Hide resolved
import 'package:harpy/harpy_widgets/harpy_widgets.dart'; | ||
import 'package:harpy/misc/harpy_navigator.dart'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import 'package:harpy/misc/harpy_navigator.dart'; | |
import 'package:harpy/misc/misc.dart'; |
oooh, I didn't knew about that, I'll check it out |
…line.dart Co-authored-by: Roberto Doering <rbydoering@gmail.com>
…line.dart Co-authored-by: Roberto Doering <rbydoering@gmail.com>
…line.dart Co-authored-by: Roberto Doering <rbydoering@gmail.com>
Co-authored-by: Roberto Doering <rbydoering@gmail.com>
…line.dart Co-authored-by: Roberto Doering <rbydoering@gmail.com>
…line.dart Co-authored-by: Roberto Doering <rbydoering@gmail.com>
@robertodoering |
@robertodoering I think everything's ok now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thanks for your help :)
lib/components/screens/lists/members/widgets/twitter_list_members.dart
Outdated
Show resolved
Hide resolved
…ers.dart Co-authored-by: Roberto Doering <rbydoering@gmail.com>
fix #462