Prepare for distribution

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2024-10-04 13:57:05 +02:00
parent 63d18f5c6c
commit e76edfa8c3
5 changed files with 39 additions and 6 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
void main() {
/// The following line would normally show a lint warning
/// but we can disable the lint rule for this line using the following syntax.
var greeting = 'hello world'; // ignore: prefer_final_locals
var greeting = "hello world"; // ignore: prefer_final_locals
/// The following line would normally show a lint warning
/// but we can disable the lint rule for this file using `ignore_for_file`.