dartin
dartin copied to clipboard
let param type to be public
the param type is private _ParameterList, it cause i can't specify type annotation, dart analysis will report this warning (I use flutter project analysis_option)
Using list is inspired by koin, of course using map is also possible. @windrunner414
@ditclear I use code generator to use it easier and named parameters
but _ParameterList is private, I can't specify type annotation like single
@windrunner414
You can copy the dartin.dart
file and make _ParameterList
public