Scriptam

Results 3 comments of Scriptam

For those looking for a fast workaround for `Xcode 16.0 (16A242d)`, the following is worth a consideration: Credit and thanks go to @andychucs Add the following to your `pubspec.yaml` ```yaml...

Latest release `6.1.0` is [here](https://github.com/pichillilorenzo/flutter_inappwebview/releases/tag/v6.1.0), package published at [pub.dev](https://pub.dev/packages/flutter_inappwebview/versions/6.1.0+1) too. NOTE: the new version's [requirements](https://pub.dev/packages/flutter_inappwebview/versions/6.1.0+1#requirements) - Dart sdk: "^3.5.0" - Flutter: ">=3.24.0" - iOS 12.0+: **Xcode version >= 16.0** -...

@simolus3 did an awesome job laying the foundations for a drop in replacement I think, see prior art: [sqlite3.dart](https://github.com/simolus3/sqlite3.dart) > Instead of using the sqlite3 library from the OS, you...