-
Notifications
You must be signed in to change notification settings - Fork 15
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
Conversation
- name: Deploy to demo.widgetbook.io | ||
uses: google-github-actions/[email protected] | ||
with: | ||
path: widgetbook/build/web | ||
destination: demo.widgetbook.io | ||
parent: false |
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.
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( |
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.
// 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'; |
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.
suggestion: I think we should keep the AppBar
implemented in this repo, and create a flutter-con-24-challenge
repo, with this component removed.
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.
👍🏻 I Accidentally pushed to the wrong repo
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...