Skip to content

Commit c29bcd9

Browse files
committed
🧹chores: added launcher icon
1 parent a552e77 commit c29bcd9

31 files changed

+57
-13
lines changed

‎.idea/libraries/Dart_Packages.xml

+24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎README.md

+25-12
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A new Flutter project.
44

5-
## Getting Started
5+
## Getting Started 🚀
66

77
This project is a starting point for a Flutter application.
88

@@ -15,26 +15,39 @@ For help getting started with Flutter development, view the
1515
[online documentation](https://docs.flutter.dev/), which offers tutorials,
1616
samples, guidance on mobile development, and a full API reference.
1717

18-
by [](https://www.figma.com/file/cC0JZhz8xMM8jrN0tUEFjK/Coca---Project-Management?type=design&node-id=519%3A2759&mode=design&t=rDmYZFAdAVaPwhlW-1)
19-
design on dribble.
18+
Original design by [Sans Design](https://ui8.net/sans-design/products/coca-project-management-app)
19+
20+
## Features 🎨
21+
22+
# Feature To-Do List
23+
24+
| Screens | Status | Notes |
25+
|-------------------------------------------------|---------------|-------|
26+
| Login, Signup, Otp Verification | [x] Completed | |
27+
| Home, Notification, Workspace Modal | [x] Completed | |
28+
| Projects, Project Details, Tasks, Create Task | [x] Completed | |
29+
| Create Project, Mail, Create Mail, Mail Details | [x] Completed | |
30+
| Profile, Premium, Support, Privacy | [x] Completed | |
31+
| Forgot password, task details, calendar view | [ ] Todo | |
32+
2033

2134
### Screenshots 🌈
2235

2336
<p>
24-
<img src="/preview/flutter_01.png" width="200px" hspace="10" alt=""/>
25-
<img src="/preview/flutter_02.png" width="200px" hspace="10" alt=""/>
26-
<img src="/preview/flutter_05.png" width="200px" hspace="10" alt=""/>
37+
<img src="/preview/flutter_01.png" width="1080" style="margin-left: 10px; margin-right: 10px;" alt=""/>
38+
<img src="/preview/flutter_02.png" width="1080" style="margin-left: 10px; margin-right: 10px;" alt=""/>
39+
<img src="/preview/flutter_05.png" width="1080" style="margin-left: 10px; margin-right: 10px;" alt=""/>
2740
</p>
2841
<p>
29-
<img src="/preview/flutter_06.png" width="200px" hspace="10" alt=""/>
30-
<img src="/preview/flutter_07.png" width="200px" hspace="10" alt=""/>
31-
<img src="/preview/flutter_08.png" width="200px" hspace="10" alt=""/>
42+
<img src="/preview/flutter_06.png" width="1080" style="margin-left: 10px; margin-right: 10px;" alt=""/>
43+
<img src="/preview/flutter_07.png" width="1080" style="margin-left: 10px; margin-right: 10px;" alt=""/>
44+
<img src="/preview/flutter_08.png" width="1080" style="margin-left: 10px; margin-right: 10px;" alt=""/>
3245
</p>
3346

3447
<p>
35-
<img src="/preview/flutter_09.png" width="200px" hspace="10" alt=""/>
36-
<img src="/preview/flutter_10.png" width="200px" hspace="10" alt=""/>
37-
<img src="/preview/flutter_11.png" width="200px" hspace="10" alt=""/>
48+
<img src="/preview/flutter_09.png" width="1080" style="margin-left: 10px; margin-right: 10px;" alt=""/>
49+
<img src="/preview/flutter_10.png" width="1080" style="margin-left: 10px; margin-right: 10px;" alt=""/>
50+
<img src="/preview/flutter_11.png" width="1080" style="margin-left: 10px; margin-right: 10px;" alt=""/>
3851
</p>
3952

4053
### Download 📱

‎android/app/src/main/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<application
55
android:label="coca"
66
android:name="${applicationName}"
7-
android:icon="@mipmap/ic_launcher">
7+
android:icon="@mipmap/launcher_icon">
88
<activity
99
android:name=".MainActivity"
1010
android:exported="true"
Loading
Loading
Loading
Loading
Loading

‎assets/logo.png

5.92 KB
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

‎pubspec.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ dev_dependencies:
3535
flutter_lints: ^3.0.1
3636
build_runner: ^2.4.8
3737
flutter_gen_runner: ^5.4.0
38+
flutter_launcher_icons: ^0.13.1
39+
flutter_launcher_icons:
40+
android: "launcher_icon"
41+
ios: true
42+
image_path: "assets/logo.png"
43+
min_sdk_android: 21 # android min sdk min:16, default 21
44+
adaptive_icon_background: "#0062FF"
3845

3946
flutter_gen:
4047
integrations:

0 commit comments

Comments
 (0)