flutter

What is Flutter in short?

Flutter is Cross-platform mobile development framework backed by google it has number of features. Developers are forced to choose between either building the same app multiple times for multiple operating systems, or to accept a lowest common denominator solution that trades native speed and accuracy for portability. With Flutter, we believe we have a solution that gives you the best of both worlds: hardware-accelerated graphics and UI, powered by native ARM code, targeting both popular mobile operating systems.We think of the...

Read more...

How to Install Ubuntu

UBUNTU

Ubuntu is an open source operating system for computers. It is a Linux distribution based on the Debian architecture. It is usually run on personal computers, and is also popular on network servers, usually running the Ubuntu Server variant, with enterprise-class features. Ubuntu runs on the most popular architectures.

Things That Ubuntu Does Better Than Windows

1- Ubuntu is different. Everything is done via repositories and it uses a dedicated update manager to update both the operating system and all of the applications installed. So you only...

Read more...

How to install CP2110 USB Driver on any operating system

If you want to start your career in Internet of Things get Node MCU Ch340 v3 or Node MCU CP2110Hi Geeks if you have purchased Node MCU CP2110 .That means you are on Right place.Download CP2110 Driver for Your Operating System hereNext step you know just extract ->next ->agree ->continue.........Now next step to Install Node MCU ESP8266 Library and board manager.I will cover on next post.

Read more...

How to display indian currency properly in pdf in Magento 2.x

Download the font that support Indian Rupee symbol. please download dejavu-sans font. copy  DejaVuSans.ttf place the above font folder in lib/LinLibertineFont/ directory../vendor/magento/module-sales/Model/Order/Pdf/AbstractPdf.php./vendor/magento/module-sales/Model/Order/Pdf/Items/AbstractItems.php $font = \Zend_Pdf_Font::fontWithPath( // $this->_rootDirectory->getAbsolutePath(‘lib/internal/LinLibertineFont/LinLibertine_Re-4.4.1.ttf’) $this->_rootDirectory->getAbsolutePath(‘lib/internal/LinLibertineFont/DejaVuSans.ttf’) ); (in _setFontRegular(), _setFontBold(), _setFontItalic() functions in both files.)

Read more...