Oleg Yablokov

Results 9 comments of Oleg Yablokov

I have a similar problem, it says: ``` E/SQLiteLog(27356): (1) fileHasMoved : original inode of /data/user/0/com.company.myapp/files/libCachedImageData.db is (132300) E/SQLiteLog(27356): (1) Stat of fd(135) : st_mode(100600) st_uid(10398) st_gid(10398) st_ino(132300) st_size(16384) E/SQLiteLog(27356):...

Maybe not a bug? https://stackoverflow.com/questions/72482277/flutterfire-configure-cli-requires-the-official-firebase-cli SO suggests deleting the firebase.exe file in the project directory. I tried deleting the file and it worked.

> I face the same problem, and btw it is unstable. Sometimes it is present and sometimes not, with the same build (debug mode). html_editor_enhanced: 2.5.1 device: android galaxy s9+

Is there a way to fix this in 2.2.1, for example, providing a style to ol, ul or li elements (which didn't work for me)?

What if I use ".svg.vec" files as described in "Precompiling and Optimizing SVGs" section in README in flutter_svg? Should I cache these files and if yes then how?

I have an e-commerce website that needs to have SSR for SEO purposes. `useEffect` in the root layout won't work because it is for client components. Anyone knows what can...