Closed sahil-patel6 closed 5 years ago
I think it is similar enough. Don't worry you will learn it easily. Just go to dart's official documentation and learn it and check the syntax
Yeah
On Thu, 4 Apr, 2019, 17:26 Harsh Khandeparkar, notifications@github.com wrote:
We use flutter to create native apps right? Aren't native apps java?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/HarshKhandeparkar/smart-car-parking/issues/15#issuecomment-479867330, or mute the thread https://github.com/notifications/unsubscribe-auth/AROeQUOJcyx6T8I4LL4G29hcVOg0Bu7Bks5vdeiKgaJpZM4cciIk .
Like I just said before flutter creates the same folder structure for their native respectively. Android will contain Java code
On Thu, 4 Apr, 2019, 17:27 Sahil Patel, goal.sahil6@gmail.com wrote:
Yeah
On Thu, 4 Apr, 2019, 17:26 Harsh Khandeparkar, notifications@github.com wrote:
We use flutter to create native apps right? Aren't native apps java?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/HarshKhandeparkar/smart-car-parking/issues/15#issuecomment-479867330, or mute the thread https://github.com/notifications/unsubscribe-auth/AROeQUOJcyx6T8I4LL4G29hcVOg0Bu7Bks5vdeiKgaJpZM4cciIk .
Flutter and react native does the same job but in different language
On Thu, 4 Apr, 2019, 17:28 Sahil Patel, goal.sahil6@gmail.com wrote:
Like I just said before flutter creates the same folder structure for their native respectively. Android will contain Java code
On Thu, 4 Apr, 2019, 17:27 Sahil Patel, goal.sahil6@gmail.com wrote:
Yeah
On Thu, 4 Apr, 2019, 17:26 Harsh Khandeparkar, notifications@github.com wrote:
We use flutter to create native apps right? Aren't native apps java?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/HarshKhandeparkar/smart-car-parking/issues/15#issuecomment-479867330, or mute the thread https://github.com/notifications/unsubscribe-auth/AROeQUOJcyx6T8I4LL4G29hcVOg0Bu7Bks5vdeiKgaJpZM4cciIk .
Ok. Nice. I will see the docs when I get time. Thanks.
Ok I have seen the docs a bit. Which editor is better? Vscode or android studio?. I have both so which one is better. Loding times vs usability?
If we consider loading time then definitely vscode is better than Android studio as Android studio takes up more resources. And if we consider usability then Android studio has a benefit of code completion and we can find all the fields of widgets. I use intellij.
On Thu, 4 Apr, 2019, 19:32 Harsh Khandeparkar, notifications@github.com wrote:
Ok I have seen the docs a bit. Which editor is better? Vscode or android studio?. I have both so which one is better. Loding times vs usability?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/HarshKhandeparkar/smart-car-parking/issues/15#issuecomment-479910089, or mute the thread https://github.com/notifications/unsubscribe-auth/AROeQbA8vApirBVtjsgM6uFfe8Yhxvl1ks5vdgYGgaJpZM4cciIk .
I don't know if flutter plugin for vscode has added code completion like features or not.
On Thu, 4 Apr, 2019, 19:48 Sahil Patel, goal.sahil6@gmail.com wrote:
If we consider loading time then definitely vscode is better than Android studio as Android studio takes up more resources. And if we consider usability then Android studio has a benefit of code completion and we can find all the fields of widgets. I use intellij.
On Thu, 4 Apr, 2019, 19:32 Harsh Khandeparkar, notifications@github.com wrote:
Ok I have seen the docs a bit. Which editor is better? Vscode or android studio?. I have both so which one is better. Loding times vs usability?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/HarshKhandeparkar/smart-car-parking/issues/15#issuecomment-479910089, or mute the thread https://github.com/notifications/unsubscribe-auth/AROeQbA8vApirBVtjsgM6uFfe8Yhxvl1ks5vdgYGgaJpZM4cciIk .
Oh ok. Is intelliJ better than android studio for flutter development?
You try vscode first.. btw intellij is little better than Android studio
On Thu, 4 Apr, 2019, 19:53 Harsh Khandeparkar, notifications@github.com wrote:
Oh ok. Is intelliJ better than android studio for flutter development?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/HarshKhandeparkar/smart-car-parking/issues/15#issuecomment-479918619, or mute the thread https://github.com/notifications/unsubscribe-auth/AROeQYcVbIREnhNjpUAvA53Hbrb0Z05jks5vdgrngaJpZM4cciIk .
Ok. Thanks.
I think you should wait for my pr to get merged before starting work on flutter. Otherwise, it will be difficult for you to rebase your branch.
Are you planning on adding the basic flutter code today? Just asking. @sahil-patel6
I think so
On Fri, 5 Apr, 2019, 14:35 Harsh Khandeparkar, notifications@github.com wrote:
Are you planning on adding the basic flutter code today? Just asking.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/HarshKhandeparkar/smart-car-parking/issues/15#issuecomment-480203611, or mute the thread https://github.com/notifications/unsubscribe-auth/AROeQbhHyIswpOzJ6tA0gVyqqgrl-Ucwks5vdxG_gaJpZM4cciIk .
Ok. No need to contribute if you are busy.
Is the whole android sdk required for hot reloading or just adb?
You will need whole Android sdk
On Fri, 5 Apr, 2019, 15:22 Harsh Khandeparkar, notifications@github.com wrote:
Is the whole android sdk required for hot reloading or just adb?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/HarshKhandeparkar/smart-car-parking/issues/15#issuecomment-480217218, or mute the thread https://github.com/notifications/unsubscribe-auth/AROeQbtmXgTSAXd3R2jmA8VsSvX_ADONks5vdxzjgaJpZM4cciIk .
We can do this in steps like:
Is this ok?
Yeah sure
On Fri, 5 Apr, 2019, 15:49 Harsh Khandeparkar, notifications@github.com wrote:
We can do this in steps like:
- Initialize
- Markup
- Styling
- UI functionality code
- DB and server side
- Finishing touches
Is this ok?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/HarshKhandeparkar/smart-car-parking/issues/15#issuecomment-480224558, or mute the thread https://github.com/notifications/unsubscribe-auth/AROeQfjkszWqPYp1OgJyzrg5PsHo9ZMEks5vdyMwgaJpZM4cciIk .
Here is the information you need to get started with flutter:
1) Official site: https://flutter.dev/
2) Official Docs: https://flutter.dev/docs
3) Getting Started Guide: https://flutter.dev/docs/get-started/install