13ba6ada07
chore: relax the Firebase versions we support
...
We don't currently use API that's incompatible with the latest versions
of all Firebase packages, so let's indicate that we support them.
2025-04-22 08:50:54 +02:00
4f0c36a1cc
fix: use a minimum of Dart 3.4.3 and don't use 'any' for any dep version constraints
...
We're very inconsistent with marking what Flutter and Dart versions we support. The .fvmrc indicates
Flutter 3.27.4 which comes with Dart 3.6.2, but the packages said 3.0 and 3.1.
This commit brings all versions in line and sets the minimum to Dart 3.4.3. This version is chosen
so it can be used as is with one of our projects that currently uses that Dart version.
2025-04-22 08:50:54 +02:00
mike doornenbal
f9525c60b5
feat: add symlinks
2024-08-22 13:48:15 +02:00
mike doornenbal
38bb41ce10
fix: feedback
2024-08-22 13:35:55 +02:00
mike doornenbal
7aef9d9617
feat: publish to server
2024-08-01 13:39:38 +02:00
mike doornenbal
a8897242e7
fix: post creation, reaction like
2024-07-31 16:40:12 +02:00
mike doornenbal
eb953ede0d
feat: add category, remove post
2024-07-31 14:49:33 +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
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
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
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
024f267ae5
feat: default styling and flow
2024-04-25 14:51:12 +02:00
mike doornenbal
a964830cc1
fix: feedback
2024-04-23 14:06:21 +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
90e35e657e
feat: change version tot 2.2.0
2024-03-07 09:37:13 +01:00
FahadFahim71
2225a2a2c2
feat(post-creation): add post overview screen before posting
2024-02-26 14:18:35 +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
Jacques
03901aaa2b
fix: dependencies
2024-01-29 11:53:41 +01:00
Jacques
93a184802d
fix: Fix comments like readme and one service instead of multiple
2024-01-29 11:52:23 +01:00
Jacques
d075e35d74
chore: Update version and dependecies
2024-01-25 14:49:49 +01:00
Jacques
9125c47ac4
fix: Fix some issues liek go router config
2024-01-23 14:01:43 +01:00
Jacques
e5e2eb5c22
feat: Added search bar with filter
2024-01-23 11:22:51 +01:00
Jacques
e9b2daed68
fix: Applied the feedback points and full example
2024-01-16 16:21:11 +01:00
Tim
c8cc325a95
fix: delete reaction uses reaction instead of id
2023-12-22 16:39:02 +01:00
Freek van de Ven
06df2b7649
feat: add more methods to the timeline interface
2023-12-07 06:03:02 +01:00
Freek van de Ven
7e89ba9c85
feat: option to delete reactions
2023-12-06 07:01:40 +01:00
Freek van de Ven
e523f52118
feat: add timeline selection screen
2023-12-04 09:00:02 +01:00
Freek van de Ven
0035e1f4fb
feat: complete timeline userstory
2023-12-03 15:09:37 +01:00
Freek van de Ven
6329ce4d61
feat: add timeline userstory
2023-11-23 08:55:29 +01:00
Gorter-dev
b3de42f308
Merge pull request #1 from Iconica-Development/0.0.1
...
First version of flutter_timeline
2023-11-22 16:05:59 +01:00
Freek van de Ven
a16c77be0e
feat: make postheight optional
2023-11-22 14:36:19 +01:00
Freek van de Ven
f587e81a4b
feat: add refreshindicator for postdetail
2023-11-21 23:04:56 +01:00
Freek van de Ven
753ecc039e
feat: allow post deletion and add changenotifiersystem
2023-11-21 20:02:01 +01:00
Freek van de Ven
8792079fa4
feat: add like functionality
2023-11-21 12:33:46 +01:00
Freek van de Ven
4f2aba4cc4
feat: add timeline reactions
2023-11-21 11:35:13 +01:00
Freek van de Ven
e8822d92a3
feat: combine UI screens with service layer
2023-11-20 14:37:31 +01:00
Freek van de Ven
4113e9fea2
feat: add firebase implementation of timeline service
2023-11-20 11:16:12 +01:00
Freek van de Ven
d24731412f
feat: add methods in timeline service interface
2023-11-20 07:52:47 +01:00
Freek van de Ven
56d92d69f6
feat: add timeline creation screen
2023-11-19 15:13:20 +01:00
Freek van de Ven
d3731ca03e
feat: add package pubspecs
2023-10-09 08:16:04 +02:00
Freek van de Ven
6753b776c4
feat: initial project structure
2023-10-09 07:48:03 +02:00