You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ This app is an open-source project to remote control SocialFish, it does not wor
33
33
34
34
## Build your own APK
35
35
```bash
36
-
# Prepare your Flutter environment.
36
+
# Prepare your Flutter environment
37
37
# Go to https://flutter.dev/docs/get-started/install
38
38
# After configured go ahead
39
39
@@ -79,6 +79,13 @@ Taken from [LICENSE](LICENSE).
79
79
## SocialFish
80
80
Are you looking for SocialFish? [UndeadSec/SocialFish][sf-web]
81
81
82
+
## FAQ
83
+
> #### Which technology is used to develop the SocialFish Mobile app?
84
+
> SocialFish Mobile it's written in [`Dart`](https://www.dartlang.org/) and are build using a Google's framework called [`Flutter`](https://flutter.dev).
85
+
86
+
> #### Why does SocialFish Mobile request camera permission?
87
+
> The camera permission are described in `AndroidManifest.xml` file, it's required to scan the token qrcode.
88
+
82
89
## Maintainers
83
90
-**Tiago R. Lampert**, Github: [@tiagorlampert][git-tiago]
0 commit comments