Skip to content
This repository has been archived by the owner on Jan 1, 2021. It is now read-only.

Clarify the use of package:inject with AngularDart #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package/inject/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ documentation and samples of using this package with `flutter` in the future.

### Can I use this with AngularDart?

While technically, _yes_ (`package:inject` is framework and platform agnostic),
the existing dependency injection framework in AngularDart is better suited for
the idioms of that framework. We welcome experimentation and new ideas, though!
_Yes_ but it is not recommended. The existing dependency injection framework in
AngularDart is better suited for the idioms of that framework and using two DI
systems in a codebase is not a great idea.

### Can I use this with server-side Dart?

Expand Down