Email templates
This commit is contained in:
parent
ce716f8489
commit
6586bb9e74
|
|
@ -68,7 +68,7 @@ class InvoiceNinjaAppState extends State<InvoiceNinjaApp> {
|
||||||
return StoreProvider<AppState>(
|
return StoreProvider<AppState>(
|
||||||
store: widget.store,
|
store: widget.store,
|
||||||
child: MaterialApp(
|
child: MaterialApp(
|
||||||
//debugShowCheckedModeBanner: false,
|
debugShowCheckedModeBanner: false,
|
||||||
localizationsDelegates: [
|
localizationsDelegates: [
|
||||||
const AppLocalizationsDelegate(),
|
const AppLocalizationsDelegate(),
|
||||||
GlobalMaterialLocalizations.delegate,
|
GlobalMaterialLocalizations.delegate,
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ dependencies:
|
||||||
share: ^0.5.2
|
share: ^0.5.2
|
||||||
intl: ^0.15.6
|
intl: ^0.15.6
|
||||||
flutter_pdf_viewer: ^0.0.2
|
flutter_pdf_viewer: ^0.0.2
|
||||||
flutter_html_view: ^0.5.3
|
flutter_html_view: ^0.5.2
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_driver:
|
flutter_driver:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue