Codefarmer
Codefarmer
  • Видео 8
  • Просмотров 5 381
Scripts management in Pub Studio
Manage your flutter/dart packages directly from the editor. Find, install, update, or remove packages without touching the command line.
Github: github.com/Mastersam07/pub-studio
Vs code marketplace: marketplace.visualstudio.com/items?itemName=Mastersam.pub-studio
Просмотров: 533

Видео

Adding dependencies with Pub Studio
Просмотров 3354 месяца назад
Manage your flutter/dart packages directly from the editor. Find, install, update, or remove packages without touching the command line. Github: github.com/Mastersam07/pub-studio Vs code marketplace: marketplace.visualstudio.com/items?itemName=Mastersam.pub-studio
Managing dependencies with pub studio
Просмотров 3704 месяца назад
Manage your flutter/dart packages directly from the editor. Find, install, update, or remove packages without touching the command line. Github: github.com/Mastersam07/pub-studio Vs code marketplace: marketplace.visualstudio.com/items?itemName=Mastersam.pub-studio
Working with environment variables flutter
Просмотров 2,2 тыс.Год назад
In this video, we will see how to setup and use environment variables with Flutter. We will not be using any package to handle this. itnext.io/secure-your-flutter-project-the-right-way-to-set-environment-variables-with-compile-time-variables-67c3163ff9f4 PS: Do not forget to gitignore your .env for .json environment files.
ArrayChallenge
Просмотров 111Год назад
Have the function ArrayChallenge(strArr) read the array of strings stored in strArr, which will contain 2 elements: the first element will be a sequence of characters, and the second element will be a long string of comma-separated words, in alphabetical order, that represents a dictionary of some arbitrary length. For example: strArr can be: ["hellocat", "apple,bat,cat,goodbye,hello,yellow,why...
Simplifying Platform API Access with JNIGen and FFIGen
Просмотров 329Год назад
Simplifying Platform API Access with JNIGen and FFIGen Slides and resources available at: bit.ly/dartinterop
Deep Dive Into Flutter Deep Linking
Просмотров 1,4 тыс.Год назад
Deep Dive Into Flutter Deep Linking

Комментарии

  • @manishgautam2424
    @manishgautam2424 4 месяца назад

    new youtuber , keep it up , need more videos

  • @dhruvpatidar359
    @dhruvpatidar359 6 месяцев назад

    This is what is called as detail

  • @goodsongmakmak
    @goodsongmakmak 8 месяцев назад

    After build with variant String.fromEnviroment of my app show empty string. Please post the link example for complete project.

  • @HuyVietHo
    @HuyVietHo 10 месяцев назад

    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 11 месяцев назад

    Thanks you so much

  • @christophersomoye9700
    @christophersomoye9700 11 месяцев назад

    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 Год назад

    How can we auto switch the env file when building for the DEV/QA/PRD ?

    • @Codefarmer_
      @Codefarmer_ Год назад

      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 Год назад

    good job bro, thanks

  • @GautamMS
    @GautamMS Год назад

    From where you get regexrouter

    • @Codefarmer_
      @Codefarmer_ Год назад

      pub.dev/packages/regex_router

  • @GautamMS
    @GautamMS Год назад

    Superb

  • @Whats_App_nin
    @Whats_App_nin Год назад

    Super helpful