Re: Flutter and Dart programming language for Android apps

2021-01-06 Thread AudioGames . net Forum — Developers room : Phoenix009 via Audiogames-reflector
Re: Flutter and Dart programming language for Android apps YeahThere is a tool called gradlew which can build the app if there is a keystore and appropriate config files. It works a bit better with the react-native-cli but can also work with most any programming language. URL: https

Re: Flutter and Dart programming language for Android apps

2021-01-06 Thread AudioGames . net Forum — Developers room : Dragonlee via Audiogames-reflector
Re: Flutter and Dart programming language for Android apps also, you don't need android studio to build an android app, although it probably makes it much easier. if you just google "how to build android app without android studio" then you get a multitude of results. you can

Re: Flutter and Dart programming language for Android apps

2021-01-06 Thread AudioGames . net Forum — Developers room : Phoenix009 via Audiogames-reflector
Re: Flutter and Dart programming language for Android apps 7, you can go and read the expo docs atdocs.expo.ioThe gist is that you install the expo cli using npm install -g expo-cli, and then init an expo project, but the documentation will be able to explain it a hell of a lot better than

Re: Flutter and Dart programming language for Android apps

2021-01-06 Thread AudioGames . net Forum — Developers room : Turret via Audiogames-reflector
Re: Flutter and Dart programming language for Android apps @5, interesting. What's that command, or do you know? URL: https://forum.audiogames.net/post/604779/#p604779 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com

Re: Flutter and Dart programming language for Android apps

2021-01-06 Thread AudioGames . net Forum — Developers room : chrisnorman7 via Audiogames-reflector
Re: Flutter and Dart programming language for Android apps @1I never miss a chance to wax lyrical on Flutter and Dart.I love them both. They'll be even better too when Dart sorts out null safety.Your mileage will definitely vary mind you, but for normal apps, it's great, and the VS Code

Re: Flutter and Dart programming language for Android apps

2021-01-06 Thread AudioGames . net Forum — Developers room : Phoenix009 via Audiogames-reflector
Re: Flutter and Dart programming language for Android apps HiNo, you can write react native apps without opening XCode or Android Studio. If you use expo, you can just type a command in the terminal to get a build done. URL: https://forum.audiogames.net/post/604726/#p604726

Re: Flutter and Dart programming language for Android apps

2021-01-06 Thread AudioGames . net Forum — Developers room : Turret via Audiogames-reflector
Re: Flutter and Dart programming language for Android apps @2 unless I'm not understanding what you're saying, Dart and Flutter are connected, so you *have* to use both.Also, I've been looking at React as well, it looks interesting. The only thing you need to open Android Studio or Xcode

Re: Flutter and Dart programming language for Android apps

2021-01-06 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: Flutter and Dart programming language for Android apps As far as i know, you will need to use dart with flutter? URL: https://forum.audiogames.net/post/604650/#p604650 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin

Re: Flutter and Dart programming language for Android apps

2021-01-06 Thread AudioGames . net Forum — Developers room : ogomez92 via Audiogames-reflector
Re: Flutter and Dart programming language for Android apps I encourage you to go with Flutter. I don't have much experience with Dart, but I've heard it's really good. URL: https://forum.audiogames.net/post/604641/#p604641 -- Audiogames-reflector mailing list Audiogames-reflector

Flutter and Dart programming language for Android apps

2021-01-06 Thread AudioGames . net Forum — Developers room : arbuz via Audiogames-reflector
Flutter and Dart programming language for Android apps I know that native Android apps are developed with Java. My problem is that I don't want to switch from VSCode to Android Studio in order to develop Apps for Android. There are plenty reasons for it: debugging, familiour and same