For Examples: ElevatedButton( style : ElevatedButton. styleFrom ( primary : Colors.deepOrange, //This is ...
Thursday, September 30, 2021
Friday, September 17, 2021
Firebase initialize Flutter
Ivan Boginski
September 17, 2021
To initialize Firebase we should add this in the main.dart with the following example: void main () async { /// Firebase Initialize ...
Labels:
Flutter
Thursday, September 9, 2021
Running Flutter Webapp
Ivan Boginski
September 09, 2021
You can install http-server from node package manager after your installed it then just run by npx http-server in the build/web directory
Labels:
Flutter
Tuesday, August 24, 2021
How to remove UEFI boot entries
Ivan Boginski
August 24, 2021
If you would like to remove it from Linux there is the solution Fires up a terminal and type the following efibootmgr -v it show...
Labels:
Debian,
Ubuntu,
Windows 10
Saturday, August 7, 2021
SSH without password from windows to Ubuntu
Ivan Boginski
August 07, 2021
First generate a key from cmd with the following ssh-keygen Then type with this following and change the ssh's user and address with y...
Labels:
Ubuntu,
Windows 10,
Windows 11
Tuesday, July 27, 2021
Hi, I was facing an issue with my audio when I really to use speaker without disconnecting my headphone it can be done unless you have to d...
How to solve nVidia screen tearing Linux
Ivan Boginski
July 27, 2021
note: To avoid resetting the setup if you use dual monitor you can run this step to see your configuration: First open up nvidia settings in...
Solved Brightness does not save after reboot
Ivan Boginski
July 27, 2021
I am facing issue with the brightness, when I set to low then I was rebooting it was not saved on the state that I set. Just open up your t...
Labels:
Arch Linux,
Manjaro
Monday, June 21, 2021
Cockpit VirtMachine Error - ERROR Requested operation is not valid: network 'default' is not active Domain installation does not appear to have been successful.
Ivan Boginski
June 21, 2021
So I have a problem about kvm when I create it through cockpit on openmediavault, I just solved this issue by doing the following: to check...
Thursday, May 20, 2021
Dart Null Safety
Ivan Boginski
May 20, 2021
class Ivan{ String? name; int? age; } class Aprivate{ String? name, surename; int? _age; void set age(int years) { if(year...
Labels:
DartLang
Sunday, May 9, 2021
So I've been running out of minds about how to fix Snap app launcher doesn't appear in menu, it is because I use ZSH instead of Bas...
Saturday, May 8, 2021
First you have to install pipewire pipewire-audio-client-libraries Run: sudo apt install pipewire pipewire-audio-client-libraries The...
How to fix "NetworkManager-wait-online.service" is slowing down at startup
Ivan Boginski
May 08, 2021
Disable NetworkManager-wait-online.service is not good idea. Thus, we just disable at boot and let it still function normally. You can mar...
Labels:
Arch Linux,
Debian,
Fedora,
MX Linux
Friday, April 23, 2021
I've had experienced when I was browsing on the internet then my browser is drawing some strange like shadowing little bit. Then I foun...
Monday, January 18, 2021
Flutter Android Studio PATH
Ivan Boginski
January 18, 2021
I have had experienced an issue with "Android license status unknown" and I found some useful stuff that may help you to solve you...