Every step of progress the world has made has been from scaffold to scaffold, and from stake to stake.
Wendell Phillips
If you want to know about Scaffold and its importance in flutter then you are probably in the right place. I have also written a small introduction about Flutter and its widgets. If you don’t know about the technology, have a read.
//Constructor of Scaffoldconst Scaffold({ Key key, this.appBar, this.body, this.floatingActionButton, this.floatingActionButtonLocation, this.floatingActionButtonAnimator, this.persistentFooterButtons…
RPM Package Manager (RPM) (originally Red Hat Package Manager, now a recursive acronym) is a free and open-source package management system.[5] The name RPM refers to .rpm file format and the package manager program itself.
An RPM package can hold an arbitrary set of files. Most RPM files are “binary RPMs” (or BRPMs) containing the compiled version of some software. There are also “source RPMs” (or SRPMs) containing the source code used to build a binary package.
— Wikipedia 💻
In this article we will…
Dictionary Meaning: 📓
A limited quantity of a particular product which under official controls can be produced, exported or imported.
In terms of storage: 💾
A quota is a fixed amount of storage that can be consumed by an individual to store data on the file system. It can be used to set storage limits on directories.
I hope so this explains well.
Directory quotas in GlusterFS allow you to set limits on the usage of the disk space by directories or volumes. The storage administrators can control the disk space utilization at the directory and/or volume levels in GlusterFS…
Geo-replication systems are designed to enhance the distribution of data across geographically distributed data networks. This is aimed to improve the response time for applications such as web portals. Geo-replication can be achieved using software, hardware, or a combination of the two.
Geo-replication gives a distributed, continuous, asynchronous, and incremental replication service from one site to another over Local Area Networks (LANs), Wide Area Networks (WANs), and the Internet.
Geo-replication uses a primary-secondary model, where replication and mirroring occur between the following partners:
On running gluster volume geo-replication <main vol> <secondary-host>::<secondary volume> start
you get
geo-replication start failed for <primary vol> <secondary host>::<secondary volume>
geo-replication command failed
OSError: libgfchangelog.so.0: cannot open shared object file: No such file or directory.
/var/log/glusterfs/geo-replication/<main vol>_<secondary host>_<secondary_vol>/gsyncd.log
You can cat
the above file and find the following error mentioned above.
service glusterd restart
and check.root@user# cd /etc/ld.so.conf.d/root@user /etc/ld.so.conf.d# vi myconfig.conf
:wq
and press Enterroot@user /etc/ld.so.conf.d# ldconfig
an application, or a component of an interface, that enables a user to perform a function or access a service : Dictionary
In simpler terms, a widget in flutter is the same as a container. Basically, a clay container that you can change or alter dynamically as per your need with few restrictions. Web developers would be already familiar with the word ‘container’, so it would be easy for them to catch up with the word widget.
Flutter widgets are built using a modern framework that takes inspiration from React. Widgets help you in development of your UI for your…
“Apps take flight with flutter”
Flutter is a new app development technology.
That will be an understatement for flutter.
Flutter is an open-source UI software development kit created by Google. It is used to develop applications for Android, iOS, Windows, Mac, Linux, Google Fuchsia and the web from a single codebase
Flutter | Google Actions | Gluster