Closed sahil-patel6 closed 5 years ago
If there is any more information required i will add it.
you are familiar learn new things with documentation right??
Do we need to break this up? Like first we can create an issue for initialization.
because except flutter whatever i learnt so far i learnt from videos and it was very time-consuming
No need to break up because then there will many issues
initialized of project is easy enough that we will not need issue for that
Ok.
You can initialize if you want. Btw, what directory?
if you get time today just pick it up. You will learn flutter easily
I am going to open a big pr now.
ok do it
Grunt setup
i dont know how to use grunt
We are going to add google maps right?? and not just showing numbers in frontend and mobile app
We can add whatever we want.
yeah i know
i am asking because it doesnt make sense if we show only numbers
I am going to open the pr next time. It's still under progress.
You can initialize if you want. Even now.
what should i initialize??
The app. Add basic code.
If you want.
Do it whenever you want
shall i create another repo or add into this repo???
I guess this repo for now.
I will do it tomorrow because my practicals will get over tomoroow
Just add it inside app/
or something but not frontend/
OK
I will do it tomorrow because my practicals will get over tomoroow
Np. Do it whenever you want.
you use gitkraken or git command line??
Btw, I have created a global package.json and added grunt etc. Locally
ok
I use CLI gitKraken or vscode got tab.
you use gitkraken or git command line??
??
ok
Grunt is just a way to run tasks. It is like the gradle of js.
ohh ok
Currently I have used it to browserify js and concatenate css.
ok bye i have a work to complete. talk to you later
Browserify means that if you have used the require statement of nodejs, it will append all of the required files and create a static file which can be used in the browser. Like webpack.
ok bye i have a work to complete. talk to you later
:)
Is dart interpreted or compiled? Static typed or dynamic?
It is both static as well as dynamic like typescript On Apr 4, 2019, 17:06 +0530, Harsh Khandeparkar notifications@github.com, wrote:
Is dart interpreted or compiled? Static typed or dynamic? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
Dart compiles into JavaScript, and JavaScript is an interpreted language
On Thu, 4 Apr, 2019, 17:18 Sahil Patel, goal.sahil6@gmail.com wrote:
It is both static as well as dynamic like typescript On Apr 4, 2019, 17:06 +0530, Harsh Khandeparkar notifications@github.com, wrote:
Is dart interpreted or compiled? Static typed or dynamic?
— 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-479861549, or mute the thread https://github.com/notifications/unsubscribe-auth/AROeQT0W2vNM5-NwrG9eIwm-T6tdzivIks5vdePVgaJpZM4cciIk .
Oh that's awesome. For building the app, does it compile to java?
I don't know about that
On Thu, 4 Apr, 2019, 17:23 Harsh Khandeparkar, notifications@github.com wrote:
Oh that's awesome. For building the app, does it compile to 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-479866443, or mute the thread https://github.com/notifications/unsubscribe-auth/AROeQSdHY7LwnjLqzPwaRWqV4CF5z5jZks5vdefNgaJpZM4cciIk .
Why do you want it to compile to Java
On Thu, 4 Apr, 2019, 17:24 Sahil Patel, goal.sahil6@gmail.com wrote:
I don't know about that
On Thu, 4 Apr, 2019, 17:23 Harsh Khandeparkar, notifications@github.com wrote:
Oh that's awesome. For building the app, does it compile to 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-479866443, or mute the thread https://github.com/notifications/unsubscribe-auth/AROeQSdHY7LwnjLqzPwaRWqV4CF5z5jZks5vdefNgaJpZM4cciIk .
Does dart look similar to typescript? ( Syntax)
I mean it will make folder in project directory namely Android and iOS which will have same folder structure like native code
On Thu, 4 Apr, 2019, 17:25 Sahil Patel, goal.sahil6@gmail.com wrote:
Why do you want it to compile to Java
On Thu, 4 Apr, 2019, 17:24 Sahil Patel, goal.sahil6@gmail.com wrote:
I don't know about that
On Thu, 4 Apr, 2019, 17:23 Harsh Khandeparkar, notifications@github.com wrote:
Oh that's awesome. For building the app, does it compile to 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-479866443, or mute the thread https://github.com/notifications/unsubscribe-auth/AROeQSdHY7LwnjLqzPwaRWqV4CF5z5jZks5vdefNgaJpZM4cciIk .
We use flutter to create native apps right? Aren't native apps java?
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