Save a reference to the ancestor by calling dependOnInheritedWidgetOfExactType() in the widget's didChangeDependencies() method. Found t...
Saturday, January 15, 2022
Thursday, January 6, 2022
Accept Bad Certificate Flutter SSL HTTPS
Ivan Boginski
January 06, 2022
Here we declare a new class in the main.dart /// HttpOverrides.global = HttpOverridesSkipCertificate(); class MyHttpOverrides extends Http...
Labels:
Flutter
Saturday, January 1, 2022
Generate Keystore SHA1 Fingerprints Debug and Release Mode
Ivan Boginski
January 01, 2022
Note this is for Windows another OS should be work too just change and adjust folder and the \ to / for Linux and Mac For debug mode do th...
Labels:
Flutter
Thursday, September 30, 2021
RaisedButton Replaced with ElevatedButton
Ivan Boginski
September 30, 2021
For Examples: ElevatedButton( style : ElevatedButton. styleFrom ( primary : Colors.deepOrange, //This is ...
Labels:
Flutter
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







