You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.
PREREQ: Reusable card component NOTE: Cards scroll left-right not up-down as in the image
Since the user can have multiple credentials, potentially hundreds, we want to show them in the app without having a super long list so that the "History" part is still visible.
As in the image, the cards on the homescreen should be stacked and scrollable in place. Look into Flutter's "Stack" component for this.
The text was updated successfully, but these errors were encountered:
PREREQ: Reusable card component
NOTE: Cards scroll left-right not up-down as in the image
Since the user can have multiple credentials, potentially hundreds, we want to show them in the app without having a super long list so that the "History" part is still visible.
As in the image, the cards on the homescreen should be stacked and scrollable in place. Look into Flutter's "Stack" component for this.
The text was updated successfully, but these errors were encountered: