Our great sponsors
-
$versionData = @' ### [3.7.8](https://github.com/flutter/flutter/releases/tag/3.7.8) (Mar 22, 2023) This hotfix release addresses the following issues: * [flutter/119441](https://github.com/flutter/flutter/issues/119441) - Fixes an issue where the \Toolbar` widget is incorrectly positioned when inside of a textfield in the Appbar.` ### [3.7.7](https://github.com/flutter/flutter/releases/tag/3.7.7) (Mar 08, 2023) This hotfix release addresses the following issues: * [flutter/121256](https://github.com/flutter/flutter/issues/121256) - Fixes an issue where Android users can not use add2app because it can not locate build/host/apk/app-debug.apk. * [engine/120455](https://github.com/flutter/flutter/issues/120455) Cached DisplayList opacity inheritance fix. \* [dart/121270](https://github.com/flutter/flutter/issues/121270) \- Fixes mobile devices vm crashes caused by particular use of RegExp on mobile devices. ### [3.7.6](https://github.com/flutter/flutter/releases/tag/3.7.6) (Mar 01, 2023) This hotfix release addresses the following issues: * [dart/50981](https://github.com/dart-lang/sdk/issues/50981) - Improves the performance of the Dart Analysis Server by limiting the analysis context to 1. * [dart/51481](https://github.com/dart-lang/sdk/issues/51481) - Updates DDC test and builder configuration. * [flutter/114031](https://github.com/flutter/flutter/issues/114031) - Fixes a crash when using \flutter doctor --android-licenses` on macOS.` * [flutter/106674](https://github.com/flutter/flutter/issues/106674) - Fixes an issue where Flutter is unable to find the current JDK in specific versions of Android Studio. '@ $vObjs = $versionData -split '\n\r' | ForEach-Object { if ($_ -match '#+\s\[(?[0-9.]+)\]\((?.*?)\)\s\((?(?>\w|[, ])+)\)\r\n(?(?>.|\n)+)') { $ch = $Matches.Changes.Split("`n") [PSCustomObject]@{ Version = $Matches.Version Date = $Matches.Date GitHubUrl = $Matches.Url Changes = $ch[1..$ch.Length] } } } $vObjs | Format-Table
-
$versionData = @' ### [3.7.8](https://github.com/flutter/flutter/releases/tag/3.7.8) (Mar 22, 2023) This hotfix release addresses the following issues: * [flutter/119441](https://github.com/flutter/flutter/issues/119441) - Fixes an issue where the \Toolbar` widget is incorrectly positioned when inside of a textfield in the Appbar.` ### [3.7.7](https://github.com/flutter/flutter/releases/tag/3.7.7) (Mar 08, 2023) This hotfix release addresses the following issues: * [flutter/121256](https://github.com/flutter/flutter/issues/121256) - Fixes an issue where Android users can not use add2app because it can not locate build/host/apk/app-debug.apk. * [engine/120455](https://github.com/flutter/flutter/issues/120455) Cached DisplayList opacity inheritance fix. \* [dart/121270](https://github.com/flutter/flutter/issues/121270) \- Fixes mobile devices vm crashes caused by particular use of RegExp on mobile devices. ### [3.7.6](https://github.com/flutter/flutter/releases/tag/3.7.6) (Mar 01, 2023) This hotfix release addresses the following issues: * [dart/50981](https://github.com/dart-lang/sdk/issues/50981) - Improves the performance of the Dart Analysis Server by limiting the analysis context to 1. * [dart/51481](https://github.com/dart-lang/sdk/issues/51481) - Updates DDC test and builder configuration. * [flutter/114031](https://github.com/flutter/flutter/issues/114031) - Fixes a crash when using \flutter doctor --android-licenses` on macOS.` * [flutter/106674](https://github.com/flutter/flutter/issues/106674) - Fixes an issue where Flutter is unable to find the current JDK in specific versions of Android Studio. '@ $vObjs = $versionData -split '\n\r' | ForEach-Object { if ($_ -match '#+\s\[(?[0-9.]+)\]\((?.*?)\)\s\((?(?>\w|[, ])+)\)\r\n(?(?>.|\n)+)') { $ch = $Matches.Changes.Split("`n") [PSCustomObject]@{ Version = $Matches.Version Date = $Matches.Date GitHubUrl = $Matches.Url Changes = $ch[1..$ch.Length] } } } $vObjs | Format-Table
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support. Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
Related posts
- Easily use Firehose API on Bluesky Social with Dart and Flutter
- Patterns: Exhaustiveness, Unconditionality, and Remainder
- What programming language have you learned and stuck with and found it a joy to use?
- What is the best/recommended language/framework for desktop development as of 2023?
- Data Structures And Algorithms In Dart : Introduction