We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1dde73 commit b840382Copy full SHA for b840382
3 files changed
flutter_course/dart_functions/.gitignore
@@ -0,0 +1,2 @@
1
+.dart_tool/
2
+.idea
flutter_course/dart_functions/README.md
+A sample command-line application with an entrypoint in `bin/`, library code
+in `lib/`, and example unit test in `test/`.
flutter_course/dart_functions/pubspec.yaml
@@ -0,0 +1,7 @@
+name: dart_functions
+description: dart functions overview
3
+version: 1.0.0
4
+# repository: https://github.com/my_org/my_repo
5
+
6
+environment:
7
+ sdk: ^3.1.3
0 commit comments