Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8604983
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T02:42:43+00:00 2026-06-12T02:42:43+00:00

In my .bashrc file: export DART_SDK=/home/nicolas/dart/dart-sdk In command line, it works when I echo

  • 0

In my .bashrc file:

export DART_SDK=/home/nicolas/dart/dart-sdk

In command line, it works when I “echo” it. But I cannot see this user variable from dart with, I just see system variable but not mine:

var env = Platform.environment;
env.forEach((k,v) => print("Key=$k Value=$v"));

I tried:

  • on windows and it works
  • on mac but doesn’t work

Is my user variable is not well defined? Is my code is bad? It’s a bug?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T02:42:44+00:00Added an answer on June 12, 2026 at 2:42 am

    Using the following code:

    import 'dart:io'; // Server side / command line only package.
    
    main() {
      Map<String, String> env = Platform.environment;
      env.forEach((k, v) => print("Key=$k Value=$v"));
    }
    

    I was able to override environment variables on both Windows and Mac. On Mac I had to add the line to .bash_profile (.bashrc is not loaded on my Mac).

    John

    Here is the link to Platform class docs

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I add this line to /home/{user}/.bashrc file: export JAVA_HOME=/usr/lib/jvm/java-6-openjdk but when I want to
So currently I have included the following in my .bashrc file. export RUBYLIB=/home/git/project/app/helpers I
I have the following line in my .bashrc: APP_HOME=/home/user/app/1.0;export APP_HOME; ## ADDED BY INSTALLER
I added scala in my .bashrc file, but when I shut off my mac
I added this line to my .bashrc (Ubuntu 9.10): export PYTHONPATH=/opt/google_appengine/ And then I
In my .bashrc file I have included the following: GIT_PS1_SHOWDIRTYSTATE=true GIT_PS1_SHOWUNTRACKEDFILES=true GIT_PS1_SHOWUPSTREAM=verbose git export
I am using the following .bashrc file. The tab completion works fine. However. The
At the command-line, if I do mate <filepath> it opens up the right file
I have a .bashrc file with the following commands: PS1=... export LC_ALL=... What are
I'd like to setup something like this in my .bashrc export p1=`eval echo ~/projects/customer

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.