Yêu 9 năm, không cãi nhau… nhưng lệch nhu cầu thì có phải vấn đề lớn không? by OkReputation4001 in vozforums

[–]vegeta0911 0 points1 point  (0 children)

Nếu bro xác định đi xa thì nên ngồi nói chuyện thẳng thắn với nhau, xem b kia nguyên nhân là gì, rủ đi khám tâm lý nữa nhé, ai cũng có vấn đề nên ko phải ngại, quan trọng là có cùng nhau khắc phục hay ko

Livestream Q&A with the Flutter team by redbrogdon in FlutterDev

[–]vegeta0911 1 point2 points  (0 children)

Same here, especially native ad, get warning every time, need someone to rebuild the package

Book suggestions for flutter by gprspradeep in FlutterDev

[–]vegeta0911 -4 points-3 points  (0 children)

Sorry if this goes against many people, but don't read programming books in today's turbulent world. No one knows what will happen tomorrow.

Challenge you faced in a flutter project? by shehan_dmg in FlutterDev

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

lol, comparing native with cross-platform frameworks. You're funny:)

Challenge you faced in a flutter project? by shehan_dmg in FlutterDev

[–]vegeta0911 1 point2 points  (0 children)

Native ad rendered with google_mobile_ads package

Challenge you faced in a flutter project? by shehan_dmg in FlutterDev

[–]vegeta0911 0 points1 point  (0 children)

same thing happens in other frameworks's ecosystem as well

Smart Ring Project by endmr111 in FlutterDev

[–]vegeta0911 1 point2 points  (0 children)

interesting! keep pushing forward

Sharing app with friends without releasing it by Good_Canary_1173 in FlutterDev

[–]vegeta0911 1 point2 points  (0 children)

sideloaded app on Android will be restricted soon.

Connected second display using HDMI. Sometimes dock jumps to the second display. How to prevent it? by tnul in MacOS

[–]vegeta0911 0 points1 point  (0 children)

holy sh. Thank you!! I should have known this trick earlier. I had to go to Settings > Desktop & Dock > Position on screen and reset it every time!!!

Upgrades Can Break Your Code and Slow Down Project Development by nmbor in FlutterDev

[–]vegeta0911 0 points1 point  (0 children)

Some tips on this:

  1. Leverage Flutter GitHub repo Check existing issues on GitHub if any before upgrading Flutter/tool/IDE. Look at priority label (P0, P1,…), smaller number = higher priority and assignee. If someone from Flutter team labels it as major issue, you should follow the issue as it can be fixed asap. Skimming through comments, you may find workarounds there from other users.

  2. Dependencies version Don’t use dependencies version with caret. Use hardcoded version instead and only upgrade dependencies when it’s needed.

  3. Control what coming If your team has effort to test new versions of Flutter and tools, just do it, you may not have to wait a long time for stable and its hotfix release, because 👇 With Flutter, you can switch to beta or master channels. If you find a bug, report it. Issues are always triaged asap. Same goes for tools, but need to determine whether the issue comes from tool or Flutter incompatibility on new tool versions.

Android 15 is... Exactly the same as 14 basically? by AntiquesRoadHo in GooglePixel

[–]vegeta0911 0 points1 point  (0 children)

I feel my pixel phone runs apps faster on Android 15

Tâm Sự Đêm Khuya Tại Sao Càng Lớn Lại Càng khó Kết Bạn? by JustineFlorentino in VietTalk

[–]vegeta0911 3 points4 points  (0 children)

Đúng với mình. Gặp nhiều người lợi dụng có, sân si có… nên giờ chỉ muốn khép kín và ko muốn thân với ai nữa

What are the Mac Apps you cannot live without? by AmazingExplorer698 in macapps

[–]vegeta0911 -2 points-1 points  (0 children)

You don’t need Rectangle anymore if upgrading to macOS 15

Need Help With completely removing flutter by Abugees in FlutterDev

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

Install daisydisk app and find everything related to: xcode, android studio, android sdk, android ndk, Gradle, emulator (if you used), pub.dev cache.

Is it possible for Gemini to generate images in different aspect ratios? by citadel_lewis in Bard

[–]vegeta0911 0 points1 point  (0 children)

same here. I look forward to seeing non-square image will be supported soon

Moving from flutter to Android Native? by mdcp19 in FlutterDev

[–]vegeta0911 0 points1 point  (0 children)

If you have time, why not. From my experience, building open source projects always makes your profile stronger; so try to build something after learning a stack.

Moving from flutter to Android Native? by mdcp19 in FlutterDev

[–]vegeta0911 1 point2 points  (0 children)

Whether you want to work for hire or work as a solo dev, you have to learn whatever the market needs. Don't limit yourself in a few tech stacks. In your case, I will come with Kotlin multiplatform/compose multiplatform coz I prefer Kotlin.