mirror of
https://github.com/Iconica-Development/flutter_timeline.git
synced 2025-05-19 18:43:45 +02:00
fix: dependencies
This commit is contained in:
parent
93a184802d
commit
03901aaa2b
3 changed files with 16 additions and 20 deletions
|
@ -16,18 +16,16 @@ dependencies:
|
||||||
go_router: any
|
go_router: any
|
||||||
|
|
||||||
flutter_timeline_view:
|
flutter_timeline_view:
|
||||||
path: ../flutter_timeline_view
|
git:
|
||||||
# git:
|
url: https://github.com/Iconica-Development/flutter_timeline
|
||||||
# url: https://github.com/Iconica-Development/flutter_timeline
|
path: packages/flutter_timeline_view
|
||||||
# path: packages/flutter_timeline_view
|
ref: 2.0.0
|
||||||
# ref: 2.0.0
|
|
||||||
|
|
||||||
flutter_timeline_interface:
|
flutter_timeline_interface:
|
||||||
path: ../flutter_timeline_interface
|
git:
|
||||||
# git:
|
url: https://github.com/Iconica-Development/flutter_timeline
|
||||||
# url: https://github.com/Iconica-Development/flutter_timeline
|
path: packages/flutter_timeline_view
|
||||||
# path: packages/flutter_timeline_view
|
ref: 2.0.0
|
||||||
# ref: 2.0.0
|
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_lints: ^2.0.0
|
flutter_lints: ^2.0.0
|
||||||
|
|
|
@ -20,11 +20,10 @@ dependencies:
|
||||||
uuid: ^4.2.1
|
uuid: ^4.2.1
|
||||||
|
|
||||||
flutter_timeline_interface:
|
flutter_timeline_interface:
|
||||||
path: ../flutter_timeline_interface
|
git:
|
||||||
# git:
|
url: https://github.com/Iconica-Development/flutter_timeline
|
||||||
# url: https://github.com/Iconica-Development/flutter_timeline
|
path: packages/flutter_timeline_interface
|
||||||
# path: packages/flutter_timeline_interface
|
ref: 2.0.0
|
||||||
# ref: 2.0.0
|
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_lints: ^2.0.0
|
flutter_lints: ^2.0.0
|
||||||
|
|
|
@ -20,11 +20,10 @@ dependencies:
|
||||||
flutter_html: ^3.0.0-beta.2
|
flutter_html: ^3.0.0-beta.2
|
||||||
|
|
||||||
flutter_timeline_interface:
|
flutter_timeline_interface:
|
||||||
path: ../flutter_timeline_interface
|
git:
|
||||||
# git:
|
url: https://github.com/Iconica-Development/flutter_timeline
|
||||||
# url: https://github.com/Iconica-Development/flutter_timeline
|
path: packages/flutter_timeline_interface
|
||||||
# path: packages/flutter_timeline_interface
|
ref: 2.0.0
|
||||||
# ref: 2.0.0
|
|
||||||
flutter_image_picker:
|
flutter_image_picker:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/Iconica-Development/flutter_image_picker
|
url: https://github.com/Iconica-Development/flutter_image_picker
|
||||||
|
|
Loading…
Reference in a new issue