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
|
||||
|
||||
flutter_timeline_view:
|
||||
path: ../flutter_timeline_view
|
||||
# git:
|
||||
# url: https://github.com/Iconica-Development/flutter_timeline
|
||||
# path: packages/flutter_timeline_view
|
||||
# ref: 2.0.0
|
||||
git:
|
||||
url: https://github.com/Iconica-Development/flutter_timeline
|
||||
path: packages/flutter_timeline_view
|
||||
ref: 2.0.0
|
||||
|
||||
flutter_timeline_interface:
|
||||
path: ../flutter_timeline_interface
|
||||
# git:
|
||||
# url: https://github.com/Iconica-Development/flutter_timeline
|
||||
# path: packages/flutter_timeline_view
|
||||
# ref: 2.0.0
|
||||
git:
|
||||
url: https://github.com/Iconica-Development/flutter_timeline
|
||||
path: packages/flutter_timeline_view
|
||||
ref: 2.0.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_lints: ^2.0.0
|
||||
|
|
|
@ -20,11 +20,10 @@ dependencies:
|
|||
uuid: ^4.2.1
|
||||
|
||||
flutter_timeline_interface:
|
||||
path: ../flutter_timeline_interface
|
||||
# git:
|
||||
# url: https://github.com/Iconica-Development/flutter_timeline
|
||||
# path: packages/flutter_timeline_interface
|
||||
# ref: 2.0.0
|
||||
git:
|
||||
url: https://github.com/Iconica-Development/flutter_timeline
|
||||
path: packages/flutter_timeline_interface
|
||||
ref: 2.0.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_lints: ^2.0.0
|
||||
|
|
|
@ -20,11 +20,10 @@ dependencies:
|
|||
flutter_html: ^3.0.0-beta.2
|
||||
|
||||
flutter_timeline_interface:
|
||||
path: ../flutter_timeline_interface
|
||||
# git:
|
||||
# url: https://github.com/Iconica-Development/flutter_timeline
|
||||
# path: packages/flutter_timeline_interface
|
||||
# ref: 2.0.0
|
||||
git:
|
||||
url: https://github.com/Iconica-Development/flutter_timeline
|
||||
path: packages/flutter_timeline_interface
|
||||
ref: 2.0.0
|
||||
flutter_image_picker:
|
||||
git:
|
||||
url: https://github.com/Iconica-Development/flutter_image_picker
|
||||
|
|
Loading…
Reference in a new issue