I have to add a comment cause this video is simply the best explanation about environment in flutter. Thanks a lot.
@CodeXdev11 ай бұрын
Glad it was helpful!
@shaurya802410 ай бұрын
Ok first thing You are an amazing developer Excellent ui designer I watch you previous videos😁 & I have a request Please make a flutter Firebase wallpaper app tutorial (front end and back end) I did the research and found that there are no videos on flutter Firebase wallpaper app on youtube All developer who are student and others search a lot about a flutter Firebase wallpaper app We found tutorial on flutter wallpapers app but we don't need any api integration (no api) We need a flutter Firebase app We need a app which have Firebase as a storage (no api, like pixels or nothing) And hear is an outline 1 Home screen (resent wallpaper) 2 Category screen 3 Favorite screen 4 Setting (profile, auto change wallpaper, notifications, and other settings) 5 we can download wallpaper, set as home/lock/both as wallpaper Simple and clean app look (Optional:- random wallpaper and Trending wallpaper screen) Please make if you can We will learn a lot about Firebase from it And scince no one have made video on this i am sure your video will gain lots of views Thanks And make complete app (frontend and backend)
@johnalejandrogarciaarias97566 ай бұрын
Very useful! Thanks!
@faizandarwesh9606 Жыл бұрын
This is amazing. Thanks alot!
@pravinprince3221 Жыл бұрын
Thank you for the wonderful video brother
@NonstopChannel7 ай бұрын
Your video and solution are great, but it has problems running with Xcode, can you tell me how to fix it? Thank you.
@codermadushanАй бұрын
Thank you very much
@farhanahmad-bv1mx19 күн бұрын
Great👍
@canavarox5 ай бұрын
tks for the video! but i need more guide about building project to release and it will be automatically use production env
@okokokokokok517311 ай бұрын
Useful Thanks!
@darkhumor69179 күн бұрын
very good video, but did u know how to change the bundle ID using env variable? example: if im using test env , the bundle ID should become com.example.test and if im using prod env, the bundle ID should become com.example.prod automatically
@ravronz96778 ай бұрын
Thanks bro this was very informative.
@CodeXdev7 ай бұрын
Glad it was helpful!
@tutosolve2 ай бұрын
Hello, This is API key you define it in env, So, i have list of String, Size, Color in my app, so I can define it in env like the way you did, or, i define them in other class, right?
@f4zii Жыл бұрын
thanks. Personally I use envied package
@CodeXdev Жыл бұрын
Thanks for sharing!
@ScottThoo Жыл бұрын
Why not use Flutter Flavor?
@CodeXdev Жыл бұрын
Nice suggestion, but flavors have more configuration then just changing environment.. Its perfect choice when you want to modify application level settings like icon, name etc. Where as dart-define works perfectly for changing dart level code compile time!
@shamschannel225 Жыл бұрын
🔥 Fire 🔥
@ibnumalikmudzopar427011 ай бұрын
how to get collection within collection bro
@ryandraanditto36654 ай бұрын
I'm new in flutter. To secure API keys, many developers said to use .env with flutter_dotenv. But, you use .json manually. Is it safe?
@behroozvalikhani915611 ай бұрын
Is this method correct in terms of security? Have you tested if Extract the APK file. Is there a env folder in it along with the Json files?
@CodeXdev11 ай бұрын
Nice point, I will check if the json files are compiled to .so library or not. If it does compile to .so library like the remaining .dart code then there is no issue with security
@obadaalhalabi6072 ай бұрын
how to do same this in xcode ? please help
@CodeXdev2 ай бұрын
In xcode you can go to build settings and there you will find flutter environment parameters
@manishbhandari-x2d21 күн бұрын
@@CodeXdev please make a video in this topic i cant find any resources to understand how can i set environments in xcode that uses env. every one is explaining using flutter flavor.
@safwanjmuhammed681624 күн бұрын
Flavours
@rehmanshaikh67726 ай бұрын
if we will make CI CD pipeline then how we can set environment to deploy the same on CI CD pipeline @CodeX
@CodeXdev6 ай бұрын
The same way I have shown flutter build command, you have to keep prod.json as arg
@nhatbui598410 ай бұрын
Thanks
@CodeRBk Жыл бұрын
sir one project in hindi getx using
@CodeXdev11 ай бұрын
This channel is only for English content, shall I make videos in Hindi on another channel?
@manishmg3994 Жыл бұрын
a better way for that kind of problem , i have the solution
@CodeXdev Жыл бұрын
What solution you use?
@manishmg399411 ай бұрын
@@CodeXdev , i prefer flavors for my release , flutter_flavorizr , flavor_getter, and reference is Injectable video from ressocoder