Commit graph

101 commits

Author SHA1 Message Date
b8710d051a chore: update CHANGELOG and set publish_to URL 2025-04-22 15:03:36 +02:00
fe7c19408b fix: reload posts when the parent widget has rebuilt on the timeline screen
This way if the service passed to us is changed we'll update our posts from it instead
of keeping the ones from the previous service.
2025-04-22 15:01:12 +02:00
48f77e30e0 fix: don't use TimelineService as state
Otherwise the widget won't use a new service if it has been provided by
the parent. It really isn't state anyway.
2025-04-22 15:01:12 +02:00
Bart Ribbers
93e1b35a7a chore: ready for publishing
Get dependencies from the pub server and specify versions rather than
depend on "any"
2025-04-13 13:15:52 +02:00
Bart Ribbers
b4d678a3da chore(deps): upgrade Firebase dependencies to their latest versions 2025-04-13 12:55:20 +02:00
Freek van de Ven
d089cec5a4 fix: add return for loading indicator in post screen 2024-06-17 22:00:23 +02:00
Freek van de Ven
d77136edd4 feat: add categorySelectionButtonSelectedTextColor and categorySelectionButtonUnselectedTextColor to the theme 2024-06-17 18:33:41 +02:00
Freek van de Ven
567765f856 feat: migrate to flutter 3.22 2024-06-17 16:31:25 +02:00
Freek van de Ven
71645eee3b fix: remove allowAllDeletion from the options and add it to the userstory 2024-05-29 16:02:42 +02:00
Freek van de Ven
aa22e1305b feat: add a post deletion confirmation dialog 2024-05-24 12:35:15 +02:00
Freek van de Ven
1c46fbea4b fix: incorrect timeline reaction name 2024-05-24 10:09:56 +02:00
Freek van de Ven
23449ec57d feat: change CategorySelectorButton to use the category icon and some extra styling 2024-05-23 15:59:18 +02:00
Freek van de Ven
35028b9bb9 fix: initialize post with empty like count so posts liking works correctly 2024-05-23 14:40:15 +02:00
Freek van de Ven
6a522f3209 fix: change liked to the like icon for unliked posts 2024-05-23 13:19:08 +02:00
Freek van de Ven
013e82e61d fix: add post deletion in the timeline userstory 2024-05-23 11:54:43 +02:00
Freek van de Ven
25264ba44b fix: show category title everywhere and use category key for storing posts 2024-05-23 11:12:22 +02:00
Freek van de Ven
767215a53e fix: add the iconbutton for image uploading back to the ReactionBottom 2024-05-22 16:51:24 +02:00
Freek van de Ven
504a7de343 fix: the avatar size to match the new design 2024-05-22 14:58:27 +02:00
Freek van de Ven
5f6bb26404 feat: add TimelinePaddingOptions for all the paddings 2024-05-22 13:58:28 +02:00
Freek van de Ven
ab0f96121e feat: make all translations required for TimelineTranslations and provide an .empty() alternative 2024-05-22 11:43:55 +02:00
Freek van de Ven
ad5390fff8 feat: change blue color to the primary color as default 2024-05-22 11:25:49 +02:00
Freek van de Ven
bca15b6307 feat: use adaptive elements 2024-05-21 14:16:18 +02:00
Freek van de Ven
035f795130 feat: add a refreshindicator to the timeline with an extra callback onRefresh 2024-05-21 08:39:34 +02:00
Freek van de Ven
7fa33cdfb4 feat: add a post and category to the postViewOpenPageBuilder 2024-05-21 07:23:49 +02:00
Freek van de Ven
24c779d43b feat: add option to set postCreationFloatingActionButtonColor to override floatingbuttoncolor 2024-05-17 14:57:01 +02:00
Freek van de Ven
2c8d523f32 fix: set the optional maxLength on the default inputfield for post titles 2024-05-17 14:38:13 +02:00
Freek van de Ven
8d13e4af27 fix: filter out timeline categories with key null when creating a new one 2024-05-10 10:07:15 +02:00
Freek van de Ven
13960c4f1c fix: add nullcheck for timeline overview screen 2024-05-10 09:40:07 +02:00
Freek van de Ven
deaca5b126 feat: add getter for the userId in the timeline userstory configuration 2024-05-10 09:20:43 +02:00
Freek van de Ven
933386623a feat: add listHeaderBuilder 2024-05-09 22:36:53 +02:00
Freek van de Ven
4f7fa834e4 feat: add serviceBuilder for userstory configuration to fetch the service when needed 2024-05-09 21:45:24 +02:00
mike doornenbal
af1f7c2d78 fix: postOverviewScreen not displaying creators name 2024-04-29 14:35:15 +02:00
mike doornenbal
e695b7020b Merge branch '3.0.0' of https://github.com/Iconica-Development/flutter_timeline into 3.0.0 2024-04-25 14:57:21 +02:00
mike doornenbal
024f267ae5 feat: default styling and flow 2024-04-25 14:51:12 +02:00
mike doornenbal
09b66e9921 feat: default styling and flow 2024-04-25 14:47:16 +02:00
mike doornenbal
a964830cc1 fix: feedback 2024-04-23 14:06:21 +02:00
DirkIconica
f4990dbf5c feat: implement figma designs 2024-04-19 15:51:52 +02:00
FahadFahim71
7fd8179a07 fix(open-page-builders): add separate builders for each screen 2024-03-15 15:24:57 +05:00
Vick Top
0378ba0eb3 feat: update last refs to 2.2.0 2024-03-08 13:31:53 +01:00
Vick Top
4569f25f4b feat: add config setting to configure navigation after post creation 2024-03-07 10:01:18 +01:00
Vick Top
90e35e657e feat: change version tot 2.2.0 2024-03-07 09:37:13 +01:00
FahadFahim71
654b621ba7 feat(user-stories): add all routes to gorouter and navigator user stories 2024-03-06 16:18:45 +01:00
Vick Top
910c36241a feat(deps): Update flutter_image_picker dependency to version 1.0.5 2024-03-06 15:21:29 +01:00
FahadFahim71
07f5872ec6 feat(user-stories): add all routes to gorouter and navigator user stories 2024-03-06 10:09:41 +01:00
FahadFahim71
2225a2a2c2 feat(post-creation): add post overview screen before posting 2024-02-26 14:18:35 +01:00
mike doornenbal
27d1ef5fac fix: like and dismiss textfield
fixed unlimited liking after creating a post and multiline textfield not being dismissible
2024-02-22 16:24:34 +01:00
FahadFahim71
d6d12ab312 feat(timeline-post-creation): add options to enforce image and content length 2024-02-20 16:27:44 +01:00
Vick Top
97e50a32a3 doc: create documentation for files 2024-02-19 14:44:59 +01:00
Vick Top
604c082827 fix(ci): run dart format and flutter analyze 2024-02-13 16:16:39 +01:00
Jacques
d16cd74a33 fix: Proper service is being used for filtering 2024-01-30 10:58:19 +01:00