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

refactor: design system #27

Closed
wants to merge 3 commits into from
Closed

refactor: design system #27

wants to merge 3 commits into from

Conversation

jenshor
Copy link
Member

@jenshor jenshor commented Jun 30, 2024

The design system got a litter refactoring to make it more structured. The changes can be viewed on Figma.
To see what exactly changed click on the arrow next to FlutterCon '24 [branch symbol] refactor and press Review and merge changes...

  • added new components
  • added new stories

@jenshor jenshor requested a review from yousinix June 30, 2024 16:49
Comment on lines -45 to -50
- name: Deploy to demo.widgetbook.io
uses: google-github-actions/[email protected]
with:
path: widgetbook/build/web
destination: demo.widgetbook.io
parent: false
Copy link
Member

Choose a reason for hiding this comment

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

issue: This step is still needed, to host the changes on demo.widgetboo.io

"https://www.figma.com/design/TQ3x8ohiB7XfUKSYeFVb7v/FlutterCon-'24?node-id=6809-5479&t=Jvcq3BxVyPK6l2OF-4",
)
Widget buildBasketSummaryUseCase(BuildContext context) {
return BasketSummary(
Copy link
Member

Choose a reason for hiding this comment

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

question: Should we add some padding to the use-case?

We might also need to set mainAxisSize to MainAxisSize.min inside the BasketSummary widget, to make the vertical centering better.

image

Comment on lines +1 to 6
// ignore_for_file: unused_import

import 'package:flutter/widgets.dart';
import 'package:groceries_app/core/core.dart';
import 'package:widgetbook/widgetbook.dart';
import 'package:widgetbook_annotation/widgetbook_annotation.dart';
Copy link
Member

Choose a reason for hiding this comment

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

suggestion: I think we should keep the AppBar implemented in this repo, and create a flutter-con-24-challenge repo, with this component removed.

Copy link
Member Author

Choose a reason for hiding this comment

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

👍🏻 I Accidentally pushed to the wrong repo

@jenshor jenshor closed this Aug 27, 2024
@jenshor jenshor deleted the refactor/design branch August 27, 2024 12:39
@yousinix yousinix restored the refactor/design branch September 24, 2024 08:29
@yousinix yousinix deleted the refactor/design branch September 24, 2024 08:40
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