Skip to content

Instantly share code, notes, and snippets.

@Zfinix
Created January 8, 2023 13:31
Show Gist options
  • Save Zfinix/5ba38cdfe6a2c8bbb09b0893538cfd85 to your computer and use it in GitHub Desktop.
Save Zfinix/5ba38cdfe6a2c8bbb09b0893538cfd85 to your computer and use it in GitHub Desktop.
import 'package:dart_frog/dart_frog.dart';
import 'package:tweety/tweety_core.dart';
Handler middleware(Handler handler) {
final tweetyCore = TweetyCore();
return handler.use(provider<TweetyCore>((context) => tweetyCore));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment