Skip to content

Instantly share code, notes, and snippets.

@diefferson
Last active June 7, 2021 23:45
Show Gist options
  • Save diefferson/eaeac3957df825f4a02104edd58147cd to your computer and use it in GitHub Desktop.
Save diefferson/eaeac3957df825f4a02104edd58147cd to your computer and use it in GitHub Desktop.
Stark Examples
import 'package:stark/stark.dart';
final appModule = {
single((i) => Api()),
factory((i) => UseCase(i.get())),
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment