Commit Graph
33 Commits
Author SHA1 Message Date
Sahil Kumar 069f380f41 chore(repo): add lints, update freezed, json_serializable
Signed-off-by: xsahil03x <[email protected]>
2022-05-16 16:58:24 +05:30
Salvatore Giordano d387ae260f update pubspec and changelogs 2022-03-23 11:02:46 +01:00
Sahil Kumar a7e3839256 refactor(ui, core): Deprecate v3
Signed-off-by: xsahil03x <[email protected]>
2022-03-10 14:12:01 +05:30
Salvatore Giordano 357357cdff fix tests 2022-03-08 10:29:49 +01:00
Deven Joshi 5dc389783c added properties 2022-01-28 16:38:19 +05:30
Salvatore Giordano fbf8694f58 use a function for textPatternStyle and add default to theme 2022-01-03 09:20:47 +01:00
Salvatore Giordano c58f937b20 fix(ui): analysis 2021-10-12 14:58:19 +02:00
Efthymios Sarmpanis 7d90dc0cfe feat(ui): add the ability to add a background image in MessageListView 2021-10-09 20:06:27 +03:00
Sahil KumarandGitHub ed43d53c5a Merge branch 'develop' into repo/dart-code-metrics 2021-10-07 18:13:34 +05:30
Sahil Kumar 801a488c42 feat: copy linkBg theme property in message theme.
Signed-off-by: xsahil03x <[email protected]>
2021-10-04 19:43:12 +05:30
Sahil Kumar 2157340784 chore(repo): run dart fix
Signed-off-by: xsahil03x <[email protected]>
2021-10-01 16:45:18 +05:30
Sahil Kumar ca7cf541a7 chore(repo): fix lints
Signed-off-by: xsahil03x <[email protected]>
2021-10-01 16:45:16 +05:30
groovinchip 34476db6f4 chore: update ChannelListHeaderTheme 2021-08-02 11:52:45 -04:00
groovinchip 628ef401d4 chore: update message_theme.dart
Includes Diagnosticable, more descriptive field names, lerp, ==, and hashCode
2021-08-02 10:47:38 -04:00
groovinchip a06e6075d7 chore: add ChannelPreviewTheme inherited theme and documentation 2021-08-02 09:38:15 -04:00
groovinchip d8ca465b91 chore: add lerp, == and hashCode to ChannelPreviewTheme 2021-08-02 09:24:17 -04:00
groovinchip 37f4ee720e chore: rename ChannelPreviewTheme to ChannelPreviewThemeData 2021-07-30 13:52:07 -04:00
groovinchip c5d53de53c chore: rename ChannelPreviewTheme.lastMessageAt to .lastMessageAtStyle 2021-07-30 13:50:42 -04:00
groovinchip 008dc0b1df chore: add diagnosticable properties to channel_preview_theme.dart 2021-07-30 13:48:49 -04:00
groovinchip f55110c458 fix: instances where new naming wasn't applied 2021-07-30 13:45:58 -04:00
groovinchip 019bd5d5da chore: run dartfmt on changed files 2021-07-30 13:44:53 -04:00
groovinchip 6765854132 chore: rename ChannelPreviewTheme.title and .subtitle to .titleStyle and .subtitleStyle 2021-07-30 13:43:22 -04:00
groovinchip 700ce9a775 chore: add a MessageInputTheme inherited theme 2021-07-29 11:02:29 -04:00
groovinchip 8fb45ec4d1 chore: rename MessageInputTheme to MessageInputThemeData 2021-07-29 10:50:03 -04:00
groovinchip 5afc274a6d chore: add lerp, hashcode, ==, and diagnosticable to message_input_theme.dart 2021-07-29 10:48:52 -04:00
groovinchip 15defc4caa chore: remove unnecessary ChannelTheme class 2021-07-29 09:23:50 -04:00
groovinchip cede1b572a chore: run dartfmt on /theme 2021-07-28 14:49:12 -04:00
groovinchip de4e1e29e2 chore: remove AvatarTheme 2021-07-28 12:49:14 -04:00
groovinchip 3a072fc836 chore: more upgrades for channel_header_theme.dart
* Renamed:
  * title -> titleStyle
  * subtitle -> subtitleStyle
* Added
  * ==
  * hashcode
  * debugFillProperties
  * lerp
2021-07-27 13:33:58 -04:00
groovinchip 1fa8c5264a chore: upgrade ChannelHeaderTheme 2021-07-27 13:12:51 -04:00
groovinchip 66ea5557e8 test: create tests for AvatarThemeData 2021-07-27 10:47:01 -04:00
groovinchip f90fd713c2 chore: upgrade AvatarTheme
* `AvatarTheme` is now an `InheritedTheme` and has a corresponding `AvatarThemeData` class
2021-07-27 10:32:49 -04:00
groovinchip bcabbf12db chore: refactor most theme related classes into a /theme folder
stream_chat_theme.dart remains in /src because I feel it will cause too much of a mess if moved.
2021-07-26 14:46:14 -04:00