As the tittle implied, I've got an error message that it says "Bad state: No element The relevant error-causing widget was CustomP...
Showing posts with label Flutter. Show all posts
Showing posts with label Flutter. Show all posts
Tuesday, September 13, 2022
Saturday, January 15, 2022
save a reference to the ancestor by calling dependOnInheritedWidgetOfExactType()
Ivan Boginski
January 15, 2022
Save a reference to the ancestor by calling dependOnInheritedWidgetOfExactType() in the widget's didChangeDependencies() method. Found t...
Labels:
Flutter
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
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...







