daniyal-ahmedd / farmer_companion

this is a mobile app that will asiist farmers to track and grow the crops.
Apache License 2.0
0 stars 0 forks source link

Question Regreating The applications #1

Open rafay99-epic opened 3 months ago

rafay99-epic commented 3 months ago

Questions:

  1. Which Flutter version are you using to build this application? I am currently using Flutter version 3.22.2.
  2. The application won't pass the splash screen.
  3. I have noticed that you have removed all the Firebase APIs, which is good. However, when posting something in the community, there needs to be two backends: one for development and one for production. If a development backend does not exist, please create one.
  4. There is no defined structure for the Firebase module. Can you explain this as well?
  5. Why are there 2 version of the application as well, Can you explain this as well?

Issue Image:

issue

Operating System:

I am using Linux for my development environment. If you are using an ARM-based system, please provide more details.

Contact Information:

For any other queries, feel free to email me at 99marafay@gmail.com or leave me message. https://rafay99.com/contact

daniyal-ahmedd commented 3 months ago

1&2. Flutter version: 3.19.2

  1. I didn't know about two backends, can you please guide me about how to implement two backends.
  2. What do you mean by "no structure"?
  3. The difference between the 2 versions is that the 1st version does not include the firebase integration and also dark mode feature.
rafay99-epic commented 3 months ago

Thank you for confirming the Flutter version.

Regarding the structure, could you please specify which Firebase features you are using for this application and what data types are used in Firestore?

If there are any changes, please use branches on GitHub. The project without Firebase and in Dart mode should be named as v1, while the other version should be v2. Please avoid merging them into the same branch to prevent confusion among developers.

To set up multiple Firebase projects for development and production, you can follow this guide: Firebase Multi-Project Setup.

One more thing, Please make a good readMe file, it would go a long way to show case a good project.

rafay99-epic commented 3 months ago

Can you please provide me with an apk file for this project so that, at least, I can run this project on my Android phone and check it out.