Email templates
This commit is contained in:
parent
ce716f8489
commit
6586bb9e74
|
|
@ -68,7 +68,7 @@ class InvoiceNinjaAppState extends State<InvoiceNinjaApp> {
|
|||
return StoreProvider<AppState>(
|
||||
store: widget.store,
|
||||
child: MaterialApp(
|
||||
//debugShowCheckedModeBanner: false,
|
||||
debugShowCheckedModeBanner: false,
|
||||
localizationsDelegates: [
|
||||
const AppLocalizationsDelegate(),
|
||||
GlobalMaterialLocalizations.delegate,
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue