Erhan Olgunelma
Erhan Olgunelma
> > I encountered the same issue with version 3.4.10. > > I using the **'encode password'** test case from the archive library and found that it passed the test....
> Fix is in git. I'll publish the fix soon. Sorry it took so long. I wanted to extend my sincere thanks for addressing the password issue with stream-based archive...
**I tried in addition to the above.** I tried running the **[official flutterfire example for Cloud Firestore.](https://github.com/firebase/flutterfire/tree/7b2990b36197a2848f424aefb6603b5d9c87f73e/packages/cloud_firestore/cloud_firestore/example )** **First Run** The application is running on Windows-x64, but no content is...
Unfortunately, I did what you suggested, but the situation remains the same for me. The application is crashing. Additionally, I tried 'listening' to an AWS Amplify API project with flutter...
I followed your advice (Android Studio) and encountered a different log screen. I am sharing it with you. Do you have any idea what it could be? shortened version: ```powershell...
I'm sorry. I should have tested this on the cloud_firestore>example project. I will share the results shortly.
Same issue ```powershell Launching lib\main.dart on Windows in debug mode... Building Windows application... CMake Deprecation Warning at C:/Users/olerh/Desktop/windragon/gitler/flutterfire/packages/cloud_firestore/cloud_firestore/example/build/windows/x64/extracted/firebase_cpp_sdk_windows/CMakeLists.txt:17 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future...
> If you remove the folders in `%LOCALAPPDATA%` named **firestore** and **firebase*** it will work again, at least until restarted. Since I created this issue, I have preferred to use...
I'm not sure if this error originated from me, but seeing this error here made me start thinking that it was caused by the package. My solution was different. I...
```dart ... Widget buildInsertBelowButton(IndexedTreeNode item) { return Padding( padding: const EdgeInsets.only(right: 16.0), child: TextButton( style: TextButton.styleFrom( foregroundColor: Colors.green[800], shape: RoundedRectangleBorder( borderRadius: BorderRadius.all(Radius.circular(4)), ), ), child: Text("Insert Below", style: TextStyle(color: Colors.green)),...