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
38bb41ce10
fix: feedback
2024-08-22 13:35:55 +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
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
mike doornenbal
af1f7c2d78
fix: postOverviewScreen not displaying creators name
2024-04-29 14:35:15 +02: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
93a184802d
fix: Fix comments like readme and one service instead of multiple
2024-01-29 11:52:23 +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
0035e1f4fb
feat: complete timeline userstory
2023-12-03 15:09:37 +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
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