Commit graph

95 commits

Author SHA1 Message Date
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
Jacques
525d8d3be6 fix: fix FirebaseTimelineService now proper implements 2024-01-30 09:32:23 +01:00
Jacques
7e7f74a02b fix: Fix fetching posts in firebase service 2024-01-30 09:20:10 +01:00
Jacques
4aa4c1e291 fix: Fix options for firebaseTimelineUserService 2024-01-30 09:05:48 +01:00
Jacques
6a27f26fc9 fix: Fix firebase options 2024-01-30 08:55:19 +01:00
Jacques
1fc7c8d2de fix: Firebase implementation 2024-01-29 16:07:16 +01:00
Jacques
179841f930 fix: Made parameters nullable 2024-01-29 15:30:26 +01:00