import 'package:fabric_http/fabric_http.dart'; void main() { var awesome = Awesome(); print('awesome: ${awesome.isAwesome}'); }