RUVIDEO
Поделитесь видео 🙏

Dart Web Programming for Beginners: 05 Setting Up Atom Editor

Update: although the Atom editor works, I will be using the Visual Studio Code (VSC) editor in the future. Sorry for so many changes. I hope you like VSC better too. You can go here to view the installation: https://youtu.be/1LVGFiRV9xo. Once you install there, please come back to this playlist again. Although Visual Studio Code is different, it should be similar enough that you can easily follow along. If I am incorrect about that, please let me know in the comments, and I will do my best to address any missing information.
__________


In this video, we will be installed the Atom text editor as well as the Dart plugin, and use this for future learning.

In order to get Dartium to work on GNU/Linux, you need to create the following symlinks:

Fedora based systems:
sudo ln -s /usr/lib64/libudev.so.1 /usr/lib64/libudev.so.0

Update: although the Atom editor works, I will be using the Visual Studio Code editor in the future. Sorry for the many changes. You can go here to view the installation: https://youtu.be/1LVGFiRV9xo. Once you install there, please come back to this playlist again. Although Visual Studio Code is different, it should be similar enough that you can easily follow along. If I am incorrect about that, please let me know in the comments, and I will do my best to address any missing information.
__________

Debian/Ubuntu based systems:
sudo ln -s /lib/x86_64-linux-gnu/libudev.so.1 /lib/x86_64-linux-gnu/libudev.so.0


To get pub working, add the following to the .bashrc file:
export PATH=${PATH}:/home/your_user_name/dart/applications/dart/dart-sdk/bin.

On windows, open command line and type:
set PATH=%PATH%;C:\location of sdk\bin

On MacOS:
export PATH=${PATH}:/location of sdk/bin.

If you want to create a shortcut to access "pub serve," the text should be:
!#/bin/bash
cd ~/dart/applications/starter && pub serve

if you want to use a different port, use the --port after the pub serve command:
example: pub serve --port=6000, then go to http://localhost:6000

Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Dart Web Programming for Beginners: 05 Setting Up Atom Editor», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.

Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.

Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!

Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.