Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a98ddd5

Browse files
committedAug 14, 2023
initial project setup
1 parent 0b0bf29 commit a98ddd5

File tree

139 files changed

+11048
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+11048
-0
lines changed
 

‎README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
11
# flutter_ke
2+
3+
This is a project for the flutter devs kenya website and app
4+
While most members of the group Flutter Devs Kenya are based
5+
in Nairobi, Kenya, the group is open to all. Within the group
6+
the developers learn, organise and attend events together.
7+
8+
The website will be made using nuxt 3, and the mobile application
9+
will be made using Flutter.
10+
11+
To contact the maintainers or generally join the group reach out
12+
through [the Telegram group](https://t.me/joinchat/bJY8P_7m5UM3YWE8)

‎mobile/.gitignore

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Miscellaneous
2+
*.class
3+
*.log
4+
*.pyc
5+
*.swp
6+
.DS_Store
7+
.atom/
8+
.buildlog/
9+
.history
10+
.svn/
11+
migrate_working_dir/
12+
13+
# IntelliJ related
14+
*.iml
15+
*.ipr
16+
*.iws
17+
.idea/
18+
19+
# The .vscode folder contains launch configuration and tasks you configure in
20+
# VS Code which you may wish to be included in version control, so this line
21+
# is commented out by default.
22+
#.vscode/
23+
24+
# Flutter/Dart/Pub related
25+
**/doc/api/
26+
**/ios/Flutter/.last_build_id
27+
.dart_tool/
28+
.flutter-plugins
29+
.flutter-plugins-dependencies
30+
.packages
31+
.pub-cache/
32+
.pub/
33+
/build/
34+
35+
# Symbolication related
36+
app.*.symbols
37+
38+
# Obfuscation related
39+
app.*.map.json
40+
41+
# Android Studio will place build artifacts here
42+
/android/app/debug
43+
/android/app/profile
44+
/android/app/release

0 commit comments

Comments
 (0)
Please sign in to comment.