Monday, April 6, 2020

Pull Package in pubspec.yaml via IntelliJ



After adding packages in pubspec.yaml of your flutter project, you need to pull the package in order to make it available. If you are using IntelliJ as your editor, you can right-click on the pubspec.yaml file, Flutter, Flutter Pub Get

Sunday, April 5, 2020

Flutter: Loading, Please Wait...

Hello, I am Ozting. I am a programmer for more than two and a half decades already. Every year I try to learn new things in the I.T. development world to keep up with the trends and update my skill set. Because of the long COVID-19 quarantine in our area, I have decided to start my Flutter journey, instead of learning the more popular hybrid mobile platform, React Native.

The setup of the development environment for Flutter is kinda long but very easy. I have followed the steps on this link:

https://flutter.dev/docs/get-started/install

A good internet connection might be needed because of files being downloaded during the setup and might break your momentum. I only have around 40Mbps (the Philippines has slow internet and very expensive) but I think it is already good enough for me.

Anyway, I am already done with the setup, downloaded a sample test app and made it work on my Android device.

I will be posting things I like and obstacles during my Flutter journey. Hope those future posts might help others in their own Flutter journey.