From 6586bb9e74714203f43c87d27d285fbd2ba2f7e3 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 14 Aug 2018 08:36:42 -0700 Subject: [PATCH] Email templates --- lib/main.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: