Skip to content

Commit ba63f6b

Browse files
feat:removed leagacy files and code
1 parent c4479a4 commit ba63f6b

29 files changed

Lines changed: 564 additions & 4205 deletions

.husky/commit-msg

Lines changed: 0 additions & 4 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 33 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,70 @@
11
# Contributing Guidelines ✅
22

3-
This documentation contains a set of guidelines to help you during the contribution process.
3+
This documentation contains a set of guidelines to help you during the contribution process.
44
We are happy to welcome all the contributions from anyone willing to improve/add new scripts to this project. Thank you for helping out and remember,
55
**no contribution is too small.**
66

7-
# Submitting Contributions👩‍💻👨‍💻
7+
## Submitting Contributions 👩‍💻👨‍💻
8+
89
Below you will find the process and workflow used to review and merge your changes.
10+
911
## Step 1 : Find an issue
12+
1013
- Take a look at the Existing Issues or create your **own** Issues!
1114
- Wait for the Issue to be assigned to you after which you can start working on it.
12-
- Note : Every change in this project should/must have an associated issue.
15+
- Note : Every change in this project should/must have an associated issue.
1316

1417
## Step 2 : Fork the Project
18+
1519
- Fork this Repository. This will create a Local Copy of this Repository on your Github Profile. Keep a reference to the original project in `upstream` remote.
20+
1621
```
17-
$ git clone https://github.com/<your-username>/Friday
18-
$ cd Friday
19-
$ git remote add upstream https://github.com/avinashkranjan/Friday
22+
git clone https://github.com/<your-username>/Friday
23+
cd Friday
24+
git remote add upstream https://github.com/avinashkranjan/Friday
2025
```
2126

2227
- If you have already forked the project, update your copy before working.
28+
2329
```
24-
$ git remote update
25-
$ git checkout <branch-name>
26-
$ git rebase upstream/<branch-name>
30+
git remote update
31+
git checkout <branch-name>
32+
git rebase upstream/<branch-name>
2733
```
34+
2835
## Step 3 : Branch
36+
2937
Create a new branch. Use its name to identify the issue your addressing.
38+
3039
```
3140
# It will create a new branch with name Branch_Name and switch to that branch
3241
$ git checkout -b branch_name
3342
```
43+
3444
## Step 4 : Work on the issue assigned
35-
- Work on the issue(s) assigned to you.
45+
46+
- Work on the issue(s) assigned to you.
3647
- Add all the files/folders needed.
3748
- After you've made changes or made your contribution to the project add changes to the branch you've just created by:
49+
3850
```
3951
# To add all new files to branch Branch_Name
4052
$ git add .
4153
```
54+
4255
## Step 5 : Commit
56+
4357
- To commit give a descriptive message for the convenience of reveiwer by:
58+
4459
```
4560
# This message get associated with all files you have changed
4661
$ git commit -m 'message
4762
```
63+
4864
- **NOTE**: A PR should have only one commit. Multiple commits should be squashed.
65+
4966
## Step 6 : Work Remotely
67+
5068
- Now you are ready to your work to the remote repository.
5169
- Push your work to your remote repository.
5270

@@ -58,19 +76,22 @@ $ git push -u origin Branch_Name
5876
```
5977

6078
## Step 7 : Pull Request
61-
- Go to your repository in browser and click on compare and pull requests.
79+
80+
- Go to your repository in browser and click on compare and pull requests.
6281
- Add a title and description to your pull request that explains your contribution.
6382

6483
- Voila! Your Pull Request has been submitted and will be reviewed by the moderators and merged.🥳
6584

6685
## Need more help?🤔
86+
6787
You can refer to the following articles on basics of Git and Github and also contact the Project Mentors, in case you are stuck:
88+
6889
- [Forking a Repo](https://help.github.com/en/github/getting-started-with-github/fork-a-repo)
6990
- [Cloning a Repo](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository)
7091
- [How to create a Pull Request](https://opensource.com/article/19/7/create-pull-request-github)
7192
- [Getting started with Git and GitHub](https://towardsdatascience.com/getting-started-with-git-and-github-6fcd0f2d4ac6)
7293
- [Learn GitHub from Scratch](https://lab.github.com/githubtraining/introduction-to-github)
7394

74-
7595
## Tip from us😇
96+
7697
Learning and understanding takes time, so don't worry if things seem challenging at first. So, do not worry at all. We know **you have got this**!💪

android/.settings/org.eclipse.buildship.core.prefs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
arguments=--init-script C\:\\Users\\Admin\\AppData\\Roaming\\Code\\User\\globalStorage\\redhat.java\\1.20.0\\config_win\\org.eclipse.osgi\\54\\0\\.cp\\gradle\\init\\init.gradle --init-script C\:\\Users\\Admin\\AppData\\Roaming\\Code\\User\\globalStorage\\redhat.java\\1.20.0\\config_win\\org.eclipse.osgi\\54\\0\\.cp\\gradle\\protobuf\\init.gradle
1+
arguments=--init-script /var/folders/xv/0gfqfnr17bdcwbbnbb0gm0rr0000gn/T/d146c9752a26f79b52047fb6dc6ed385d064e120494f96f08ca63a317c41f94c.gradle --init-script /var/folders/xv/0gfqfnr17bdcwbbnbb0gm0rr0000gn/T/52cde0cfcf3e28b8b7510e992210d9614505e0911af0c190bd590d7158574963.gradle
22
auto.sync=false
33
build.scans.enabled=false
4-
connection.gradle.distribution=GRADLE_DISTRIBUTION(VERSION(7.4.2))
4+
connection.gradle.distribution=GRADLE_DISTRIBUTION(WRAPPER)
55
connection.project.dir=
66
eclipse.preferences.version=1
77
gradle.user.home=
8-
java.home=C\:/Program Files/Java/jdk-19
8+
java.home=/Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
99
jvm.arguments=
1010
offline.mode=false
1111
override.workspace.settings=true

android/app/google-services.json

Lines changed: 46 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,61 @@
77
"client": [
88
{
99
"client_info": {
10-
"mobilesdk_app_id": "1:1045472240686:android:03a08917e27637088febbf",
10+
"mobilesdk_app_id": "1:1045472240686:android:30a67f49892fee138febbf",
1111
"android_client_info": {
1212
"package_name": "com.avinashkranjan.friday"
1313
}
1414
},
1515
"oauth_client": [
16+
{
17+
"client_id": "1045472240686-kb4dutm11oj1kvv64440ruu28u624lk0.apps.googleusercontent.com",
18+
"client_type": 3
19+
}
20+
],
21+
"api_key": [
22+
{
23+
"current_key": "AIzaSyAUIjZBBzAPZ83p1yDPCOAra-ErOs9K2ls"
24+
}
25+
],
26+
"services": {
27+
"appinvite_service": {
28+
"other_platform_oauth_client": [
29+
{
30+
"client_id": "1045472240686-kb4dutm11oj1kvv64440ruu28u624lk0.apps.googleusercontent.com",
31+
"client_type": 3
32+
},
33+
{
34+
"client_id": "1045472240686-6hi7tgkpuq1860ntv6ungfqv4f8pop23.apps.googleusercontent.com",
35+
"client_type": 2,
36+
"ios_info": {
37+
"bundle_id": "io.flutter.flutter.app"
38+
}
39+
}
40+
]
41+
}
42+
}
43+
},
44+
{
45+
"client_info": {
46+
"mobilesdk_app_id": "1:1045472240686:android:03a08917e27637088febbf",
47+
"android_client_info": {
48+
"package_name": "com.example.class_manager"
49+
}
50+
},
51+
"oauth_client": [
52+
{
53+
"client_id": "1045472240686-q3fnk5dg2ra4lg4u3ufqe2pkj74gm6st.apps.googleusercontent.com",
54+
"client_type": 1,
55+
"android_info": {
56+
"package_name": "com.example.class_manager",
57+
"certificate_hash": "1196d792aca8f2486fc068a03f5abda9d0d0fe50"
58+
}
59+
},
1660
{
1761
"client_id": "1045472240686-u6nq1paekv6a6jd10h813g2rqkfn977b.apps.googleusercontent.com",
1862
"client_type": 1,
1963
"android_info": {
20-
"package_name": "com.avinashkranjan.friday",
64+
"package_name": "com.example.class_manager",
2165
"certificate_hash": "026591a5ef09087a8f36e0991636e4bd40bfd9f2"
2266
}
2367
},
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
// Generated file.
2+
//
3+
// If you wish to remove Flutter's multidex support, delete this entire file.
4+
//
5+
// Modifications to this file should be done in a copy under a different name
6+
// as this file may be regenerated.
7+
8+
package io.flutter.app;
9+
10+
import android.app.Application;
11+
import android.content.Context;
12+
import androidx.annotation.CallSuper;
13+
import androidx.multidex.MultiDex;
14+
15+
/**
16+
* Extension of {@link android.app.Application}, adding multidex support.
17+
*/
18+
public class FlutterMultiDexApplication extends Application {
19+
@Override
20+
@CallSuper
21+
protected void attachBaseContext(Context base) {
22+
super.attachBaseContext(base);
23+
MultiDex.install(this);
24+
}
25+
}

commitlint.config.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,4 +605,4 @@
605605
/* End XCConfigurationList section */
606606
};
607607
rootObject = 97C146E61CF9000F007C117D /* Project object */;
608-
}
608+
}

ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1300"
3+
LastUpgradeVersion = "1430"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

ios/Runner/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,7 @@
5151
<false/>
5252
<key>CADisableMinimumFrameDurationOnPhone</key>
5353
<true/>
54+
<key>UIApplicationSupportsIndirectInputEvents</key>
55+
<true/>
5456
</dict>
5557
</plist>

ios/firebase_app_id_file.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"file_generated_by": "FlutterFire CLI",
3+
"purpose": "FirebaseAppID & ProjectID for this Firebase app in this directory",
4+
"GOOGLE_APP_ID": "1:1045472240686:ios:c37220ac9abcc6da8febbf",
5+
"FIREBASE_PROJECT_ID": "friday-683ad",
6+
"GCM_SENDER_ID": "1045472240686"
7+
}

0 commit comments

Comments
 (0)