diff --git a/lib/main.dart b/lib/main.dart index ce9b8ff57..90c2c85d6 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -68,7 +68,7 @@ class InvoiceNinjaAppState extends State { return StoreProvider( store: widget.store, child: MaterialApp( - //debugShowCheckedModeBanner: false, + debugShowCheckedModeBanner: false, localizationsDelegates: [ const AppLocalizationsDelegate(), GlobalMaterialLocalizations.delegate, diff --git a/pubspec.yaml b/pubspec.yaml index 1949b0363..25ed6ef23 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -24,7 +24,7 @@ dependencies: share: ^0.5.2 intl: ^0.15.6 flutter_pdf_viewer: ^0.0.2 - flutter_html_view: ^0.5.3 + flutter_html_view: ^0.5.2 dev_dependencies: flutter_driver: