nisrulz / flutter-examples

[Examples] Simple basic isolated apps, for budding flutter devs.
https://nisrulz.com/flutter-examples/
Apache License 2.0
6.86k stars 1.65k forks source link

Complete task_planning app #133

Closed Bharath-KumarReddy closed 9 months ago

Bharath-KumarReddy commented 9 months ago

Task Planning app.

Login, sign up with fire_base authentication.

Each and every user have their own tasks or plans to do. In this after user logged in he can see his plans if already present, if not he can plan or create his tasks, and he can update, he can also delete his tasks or plans after he done with his each task.

Kindly assign a Label Hacktoberfest

once please go though this and merge it , I am interested to contribute myself in hacktoberfest_23 : )

Bharath-KumarReddy commented 9 months ago

Once please go through this and merge it , kindly please say for further modifications hacktoberfest_23 : )

Bharath-KumarReddy commented 9 months ago

I had made a Task_planning app using flutter and Firebase as backend. Once go through this _hacktoberfest_23 : )

nisrulz commented 9 months ago

Can you explain to me what you did?

Why is there a node_module directory in this PR? This repo hosts flutter applications and not node web apps.

Please take a look at the repository, check out one of the examples or older closed PR and follow the readme instructions before submitting a PR.

Bharath-KumarReddy commented 9 months ago

Node modules are present due to,

Dart is the single language that can be used to for web, Android , Ios etc . In web, Android, We can see the same results in both web, Android .

But Okay, if node modules are not needed then I will delete the folder of web.

I will go through the readme instructions : )

nisrulz commented 9 months ago

@Bharath-KumarReddy Thank you for clarifying. I know what it is used for. I was trying to hint why would you commit it to git repository.

You need to add an entry in the gitignore file to not pull in all node modules. These files are supposed to be downloaded on the machine by whoever is wants to use them for. At times they are pulled from the shared repo in the system so they are not to be bundled with any repository that is pushed to Github.

I hope that clarifies everything for you.

Bharath-KumarReddy commented 9 months ago

hi , I resolved the issue of node_modules and I made a PR with commit message of task_planning_app , once please check and kindly inform in case of any modification : )