Тёмный
Codefarmer
Codefarmer
Codefarmer
Подписаться
I am a software engineer/developer.

To the outside world, I am just an ordinary software developer building mobile apps but secretly in the Batcave with the help of my MacBook, I blow bubbles, fight bugs and try to help out in the community.

This channel exists to help others in learning new things.
Adding dependencies with Pub Studio
1:08
Месяц назад
Managing dependencies with pub studio
0:39
Месяц назад
Working with environment variables flutter
10:37
11 месяцев назад
ArrayChallenge
31:49
11 месяцев назад
Комментарии
@manishgautam2424
@manishgautam2424 Месяц назад
new youtuber , keep it up , need more videos
@dhruvpatidar359
@dhruvpatidar359 4 месяца назад
This is what is called as detail
@goodsongmakmak
@goodsongmakmak 6 месяцев назад
After build with variant String.fromEnviroment of my app show empty string. Please post the link example for complete project.
@user-kc8qu1go9y
@user-kc8qu1go9y 8 месяцев назад
Hello Sir, could you send me the links to references of deep linking documents at 31:08 in your video? I scanned the QR code but it is expired. Finally, I want to say thank you for making a helpful video, keep it up 😍
@winko7900
@winko7900 8 месяцев назад
Thanks you so much
@christophersomoye9700
@christophersomoye9700 8 месяцев назад
This video is super helpful, thanks. My app does not read the .env file in release mode (when I run flutter build apk), but it works fine locally. What steps can I take to resolve the issue
@stackflow4007
@stackflow4007 10 месяцев назад
How can we auto switch the env file when building for the DEV/QA/PRD ?
@Codefarmer_
@Codefarmer_ 10 месяцев назад
Ideally, create .env file per environment(.dev.env, .qa.env and .env). Setup the build process to use the env meant for that environment. For DEV flutter run --dart-define-from-file=.dev.env For QA flutter run --dart-define-from-file=.qa.env For PRD flutter run --dart-define-from-file=.env
@stackflow4007
@stackflow4007 10 месяцев назад
good job bro, thanks
@GautamMS
@GautamMS 10 месяцев назад
From where you get regexrouter
@Codefarmer_
@Codefarmer_ 10 месяцев назад
pub.dev/packages/regex_router
@GautamMS
@GautamMS 10 месяцев назад
Superb
@Whats_App_nin
@Whats_App_nin 11 месяцев назад
Super helpful