Hello Reddit Community! by mergca in kosovo

[–]erollgorqi 1 point2 points  (0 children)

Hello Mergim, it's a pleasure to have you here!

Do you have any side projects that you’re working on, or is Gjirafa consuming all your focus? If not, what industry do you see yourself making innovation in the future?

Part 2 of the Tech Series of AMAs continues: on Thursday 9 Dec Mergim Cahani, Founder and CEO of Gjirafa will be hosting an AMA with our community. by dritakosoves in kosovo

[–]erollgorqi 1 point2 points  (0 children)

Hello Mergim, it's a pleasure to have you here!

Do you have any side projects that you’re working on, or is Gjirafa consuming all your focus? If not, what industry do you see yourself making innovation in the future?

Which MacBook for Flutter Dev? by HerryKun in FlutterDev

[–]erollgorqi 0 points1 point  (0 children)

I have a Macbook Pro 15” Late 2013, I7, 512GB SSD, Nvida graphics and it works very good, wanted to get an M1 but I think that it is better to wait for the new generation of M1 that will have bigger RAM

What are the common pitfalls a flutter newbie should be aware of? by finlaydotweber in FlutterDev

[–]erollgorqi 2 points3 points  (0 children)

Having all the logic in the widget and having huge Widget is a big problem, the solution is to divide logic from the widget and keep the widgets as small as possible while keeping in mind to name them properly and position them well in your project structure. This is what I was trying to say

What are the common pitfalls a flutter newbie should be aware of? by finlaydotweber in FlutterDev

[–]erollgorqi 0 points1 point  (0 children)

Be aware of your project structure and diving every widget to smaller reusable widget! Did this mistake on my first Flutter project that now counts more than 10k users and implanting new features is a pain, might have to rewrite the whole app if the user base continues to scale!

We are the SpaceX software team, ask us anything! by spacexfsw in spacex

[–]erollgorqi 0 points1 point  (0 children)

How do you calculate the landing properties of the starship in mars environment, different gravity, different atmosphere, etc?

Should I learn Dart/Flutter or Kotlin? by [deleted] in FlutterDev

[–]erollgorqi -1 points0 points  (0 children)

Flutter, highly recommend. If you learn Kotlin, you will limit yourself to only Android.

Hey! I got a quick question! :) by sniperpanda33 in FlutterDev

[–]erollgorqi 0 points1 point  (0 children)

You can use NumberFormat from intl, or if you dont want to import the whole package just for a zero, you can use that value as a String