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 was archived by the owner on Jun 25, 2025. It is now read-only.
* documentation: add navigation rail
* documentation: add header card and add api token
* fix : get started and code menu, app bar top
* add change log
-[Bug]: Snackbar without action text positioning ([#198](https://github.com/Orange-OpenSource/ods-flutter/issues/198))
28
28
- Update components to show label content examples ([#198](https://github.com/Orange-OpenSource/ods-flutter/issues/295))
29
29
-[Bug]: Text Field > Trailing element > text issue ([#314](https://github.com/Orange-OpenSource/ods-flutter/issues/314))
30
30
-[Bug]: Text Field > Input type > single line doesn't stay on 1 line ([#315](https://github.com/Orange-OpenSource/ods-flutter/issues/315))
`image: OdsCardImage` | | Image displayed into the card
120
192
`subtitle: String?` | `null` | Subtitle displayed into the card
121
193
`text: String?` | `null` | Text displayed into the card
122
-
`firstButton: OdsCard.Button?` | `null` | First button displayed into the card
123
-
`secondButton: OdsCard.Button?` | `null` | Second button displayed into the card
194
+
`firstButton: OdsOutlinedButton?` | `null` | First button displayed into the card
195
+
`secondButton: OdsButton?` | `null` | Second button displayed into the card
124
196
`imagePosition: OdsHorizontalCardImagePosition` | `OdsHorizontalCardImagePosition.Start` | Position of the image within the card, it can be set to `OdsHorizontalCardImagePosition.start` or `OdsHorizontalCardImagePosition.end`
125
197
`divider: Boolean` | `false` | Controls the divider display. If true, it will be displayed between the card content and the action buttons.
126
198
`onClick: (() -> Void)?` | `null` | Callback called on card click
0 commit comments