sinhphan

Results 2 comments of sinhphan

```dart import 'package:ez_flutter/ez_flutter.dart'; import 'package:flutter/material.dart'; void main() async { await EzRunner.run( MyApp(), 'Hello World', displayDebugBadge: false, ); } class MyApp extends StatelessWidget { const MyApp({Key key}) : super(key: key); @override...

I think _showMessage(EzMessage message) didn't have a context argument. inside this, ``` Scaffold.of(context) ..hideCurrentSnackBar() ..showSnackBar(bar); ``` context always null