fix: add symlinks to main package

This commit is contained in:
mike doornenbal 2024-10-10 14:43:44 +02:00
parent f119710bd2
commit 9faca7cb99
14 changed files with 17 additions and 7 deletions

View file

@ -1,3 +1,6 @@
## 6.0.0
* Refactor the timeline package to use the new structure
## 5.1.0
* Added `routeToPostDetail` to the `TimelineUserStory` to allow for navigation to the post detail screen.

View file

@ -1 +0,0 @@
List of Features from this component:

View file

@ -24,9 +24,6 @@ If you are going to use Firebase as the back-end of the Timeline, you should als
```
In firebase add firestore and storage to your project.
In firestore add a collection named `timeline` and a collection named `users`.
In the `timeline` collection all posts will be stored. In the `users` collection all users will be stored.
In the `users` collection you should add your users data.
Add the following code in your `main` function, before the runApp().
And import this package: import 'package:intl/date_symbol_data_local.dart';

View file

@ -0,0 +1 @@
../../CHANGELOG.md

View file

@ -0,0 +1 @@
../../CONTRIBUTING.md

View file

@ -0,0 +1 @@
../../LICENSE

View file

@ -0,0 +1 @@
../../README.md

View file

@ -0,0 +1 @@
../../CONTRIBUTING.md

View file

@ -12,9 +12,10 @@ dependencies:
flutter:
sdk: flutter
flutter_timeline:
path: ../../flutter_timeline
timeline_repository_interface:
path: ../../timeline_repository_interface
git:
url: https://github.com/Iconica-Development/flutter_timeline
ref: 6.0.0
path: packages/flutter_timeline
intl: 0.19.0
dev_dependencies:
flutter_lints: ^4.0.0

View file

@ -6,6 +6,7 @@ library flutter_timeline;
/// userstory
export "src/flutter_timeline_navigator_userstory.dart";
export "package:timeline_repository_interface/timeline_repository_interface.dart";
/// models
export "src/models/timeline_options.dart";

View file

@ -0,0 +1 @@
../../CHANGELOG.md

View file

@ -0,0 +1 @@
../../CONTRIBUTING.md

View file

@ -0,0 +1 @@
../../LICENSE

View file

@ -0,0 +1 @@
../../README.md