Skip to content

Commit b9984ba

Browse files
monorepo
1 parent 8f785f4 commit b9984ba

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

packages/instabug_dio_interceptor/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description:
44
with Dio Package and sends them to the report that will be sent to the dashboard.
55
version: 2.3.0
66
homepage: https://github.com/Instabug/Instabug-Flutter#readme
7+
repository: https://github.com/Instabug/Instabug-Flutter/tree/refactor/monorepo/packages/instabug_dio_interceptor
78

89
environment:
910
sdk: '>=2.12.0 <3.0.0'
@@ -12,7 +13,7 @@ dependencies:
1213
dio: '>=4.0.0 <6.0.0'
1314
flutter:
1415
sdk: flutter
15-
instabug_flutter: '>=11.0.0 <14.0.0'
16+
instabug_flutter: '>=14.0.0 <15.0.0'
1617

1718
dev_dependencies:
1819
build_runner: ^2.0.3

packages/instabug_flutter_modular/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: instabug_flutter_modular
22
description: An add-on for the Instabug Flutter SDK that provides screen loading support for Flutter Modular v5.
33
version: 1.0.0
44
homepage: https://www.instabug.com
5+
repository: https://github.com/Instabug/Instabug-Flutter/tree/refactor/monorepo/packages/instabug_flutter_modular
56

67
environment:
78
sdk: '>=3.1.2 <4.0.0'

packages/instabug_http_client/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description:
44
with http Package and sends them to the report that will be sent to the dashboard.
55
version: 2.4.0
66
homepage: https://www.instabug.com/platforms/flutter
7-
repository: https://github.com/Instabug/Instabug-Flutter
87
documentation: https://docs.instabug.com/docs/flutter-overview
8+
repository: https://github.com/Instabug/Instabug-Flutter/tree/refactor/monorepo/packages/instabug_http_client
99

1010
environment:
1111
sdk: ">=2.12.0 <3.0.0"
@@ -14,7 +14,7 @@ dependencies:
1414
flutter:
1515
sdk: flutter
1616
http: ">=0.13.0 <2.0.0"
17-
instabug_flutter: ">=11.0.0 <14.0.0"
17+
instabug_flutter: ">=14.0.0 <15.0.0"
1818
meta: ^1.3.0
1919

2020
dev_dependencies:

0 commit comments

Comments
 (0)