File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed
Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11// ignore_for_file: unused_local_variable
22
33import 'package:benchmark_harness/benchmark_harness.dart' ;
4+ import 'package:ioc_container/ioc_container.dart' ;
45
56// ignore: avoid_relative_lib_imports
6- import '../../lib/ioc_container.dart' ;
7+
8+
79import '../shared.dart' ;
810
911late final IocContainer instance;
Original file line number Diff line number Diff line change @@ -153,6 +153,13 @@ packages:
153153 url: "https://pub.dev"
154154 source: hosted
155155 version: "1.0.3"
156+ ioc_container:
157+ dependency: "direct main"
158+ description:
159+ path: ".."
160+ relative: true
161+ source: path
162+ version: "1.0.12"
156163 js:
157164 dependency: transitive
158165 description:
Original file line number Diff line number Diff line change 11name : benchmarks
22description : A sample command-line application.
33version : 1.0.0
4+ publish_to : ' none'
45
56environment :
67 sdk : " >=2.18.2 <3.0.0"
@@ -10,6 +11,8 @@ dependencies:
1011 benchmark_harness : any
1112 flutter_simple_dependency_injection : ^2.0.0
1213 get_it : ^7.2.0
14+ ioc_container :
15+ path : ../
1316 meta : ^1.8.0
1417 riverpod : ^2.0.2
1518
You can’t perform that action at this time.
0 commit comments