From cf88d825d41d07e362cdb0dba165e519dcb54f02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ph=E1=BA=A1m=20Tu=E1=BA=A5n=20Anh?= Date: Mon, 3 Mar 2025 16:05:54 +0700 Subject: [PATCH 1/3] update width 80 -> 70 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5855710..883a885 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ Row( Container( padding: const EdgeInsets.all(0.0), color: Colors.orangeAccent, - width: 80.0, + width: 70.0, height: 80.0, ), ], From 421953d041ac7eb95b3a25a28fa70de1a817a03b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ph=E1=BA=A1m=20Tu=E1=BA=A5n=20Anh?= Date: Mon, 3 Mar 2025 16:11:08 +0700 Subject: [PATCH 2/3] add IDE AS --- .idea/flutter-examples.iml | 9 + .idea/misc.xml | 549 +++++++++++++++++++++++++++++++++++++ .idea/modules.xml | 8 + .idea/vcs.xml | 6 + .idea/workspace.xml | 48 ++++ 5 files changed, 620 insertions(+) create mode 100644 .idea/flutter-examples.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml diff --git a/.idea/flutter-examples.iml b/.idea/flutter-examples.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/flutter-examples.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..c655d77 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,549 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..e4367f5 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..30d5728 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + 1740992964557 + + + + \ No newline at end of file From 8dccbf8b291f961f5b0a7821ce285e46745c504b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ph=E1=BA=A1m=20Tu=E1=BA=A5n=20Anh?= Date: Mon, 3 Mar 2025 16:18:38 +0700 Subject: [PATCH 3/3] update again Height --- .idea/.gitignore | 3 +++ .idea/misc.xml | 1 - .idea/workspace.xml | 35 +++++++++++++++++++---------------- README.md | 2 +- 4 files changed, 23 insertions(+), 18 deletions(-) create mode 100644 .idea/.gitignore diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/misc.xml b/.idea/misc.xml index c655d77..028cdee 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,3 @@ - - + + + +