We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f967d0 commit 389602aCopy full SHA for 389602a
.github/CODEOWNERS
@@ -1,3 +1,3 @@
1
# Every request must be reviewed and accepted by:
2
3
-* @felangel
+* @felangel @renancaraujo @wolfenrain
.github/dependabot.yaml
@@ -0,0 +1,10 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "daily"
7
+ - package-ecosystem: "pub"
8
9
10
.gitignore
@@ -6,6 +6,9 @@
build/
pubspec.lock
+# Android Studio and IntelliJ
+.idea
11
+
12
# Files related to tests
13
coverage/
14
.test_coverage.dart
0 commit comments