David PHAM-VAN

Fix warnings

@@ -260,7 +260,7 @@ void main() { @@ -260,7 +260,7 @@ void main() {
260 text: '中文', 260 text: '中文',
261 style: TextStyle(font: asian), 261 style: TextStyle(font: asian),
262 ), 262 ),
263 - TextSpan( 263 + const TextSpan(
264 text: ' world!', 264 text: ' world!',
265 ), 265 ),
266 ], 266 ],
1 // ignore_for_file: always_specify_types 1 // ignore_for_file: always_specify_types
  2 +// ignore_for_file: public_member_api_docs
2 3
3 import 'package:flutter/material.dart'; 4 import 'package:flutter/material.dart';
4 import 'package:pdf/widgets.dart' as pw; 5 import 'package:pdf/widgets.dart' as pw;