This website requires JavaScript.
Explore
Help
Sign In
penkovsky_sa
/
cherrypick
Watch
1
Star
0
Fork
0
You've already forked cherrypick
mirror of
https://github.com/pese-git/cherrypick.git
synced
2026-01-24 05:25:19 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e726e3bf30549358245781fffb25bab588296cdf
cherrypick
/
lib
/
factory.dart
6 lines
101 B
Dart
Raw
Normal View
History
Unescape
Escape
refactored di library.
2021-04-26 09:43:57 +03:00
import
'
package:dart_di/scope.dart
'
;
implemented expiremental di with new api
2021-04-21 08:05:38 +03:00
abstract
class
Factory
<
T
>
{
T
createInstance
(
Scope
scope
)
;
}
Reference in New Issue
Copy Permalink