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/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..028cdee --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,548 @@ + + + + + + + + \ 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..a116f1f --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + + { + "associatedIndex": 2 +} + + + + { + "keyToString": { + "RunOnceActivity.ShowReadmeOnStart": "true", + "RunOnceActivity.cidr.known.project.marker": "true", + "RunOnceActivity.readMode.enableVisualFormatting": "true", + "cf.first.check.clang-format": "false", + "cidr.known.project.marker": "true", + "dart.analysis.tool.window.visible": "false", + "kotlin-language-version-configured": "true", + "settings.editor.selected.configurable": "preferences.customizations", + "show.migrate.to.gradle.popup": "false" + } +} + + + + + 1740992964557 + + + + \ No newline at end of file diff --git a/README.md b/README.md index 5855710..196228b 100644 --- a/README.md +++ b/README.md @@ -110,8 +110,8 @@ Row( Container( padding: const EdgeInsets.all(0.0), color: Colors.orangeAccent, - width: 80.0, - height: 80.0, + width: 70.0, + height: 70.0, ), ], ),