Skip to content

Instantly share code, notes, and snippets.

@SAGARSURI
Created July 7, 2019 09:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SAGARSURI/4c4f90743163c38e9f2c2371a495f587 to your computer and use it in GitHub Desktop.
Save SAGARSURI/4c4f90743163c38e9f2c2371a495f587 to your computer and use it in GitHub Desktop.
import 'package:flutter/material.dart';
import 'src/di/bloc_injector.dart';
import 'src/di/bloc_module.dart';
void main() async {
var container = await BlocInjector.create(BlocModule());
runApp(container.app);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment