-
Notifications
You must be signed in to change notification settings - Fork 0
feat(repo): add poc of button and gallery #28
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
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
packages/stream_core_flutter/lib/src/components/stream_button.dart
Outdated
Show resolved
Hide resolved
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main-design-system #28 +/- ##
===================================================
Coverage 40.39% 40.39%
===================================================
Files 53 53
Lines 1057 1057
===================================================
Hits 427 427
Misses 630 630 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Submit a pull request
CLA
Description of the pull request
This is a POC PR so far. Naming of packages can still change.
StreamTheme Theming options for the whole stream sdk
StreamComponentFactory: factory class to more easily create fully custom components by clients.
StreamButton: Basic button with properties based on the Figma specs
Notice
StreamButtontakes theming info fromStreamButtonTheme,StreamThemeand materialThemefor easy customization on app level and component level.Widgetbook app: The widgetbook app demo's the component, but also has a very basic page to customize the theming values so customers can play with it to see what works and what doesn't.
Interesting files:
Screenshots / Videos
widgetbook.demo.mov