WPF
Flutter
WPF | Flutter | |
---|---|---|
54 | 1,267 | |
7,416 | 172,180 | |
0.2% | 0.4% | |
9.7 | 10.0 | |
3 days ago | 4 days ago | |
C# | Dart | |
MIT License | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
WPF
-
History of C#: versions, .NET, Unity, Blazor, and MAUI
At Microsoft Connect in December 2018, Microsoft announced that WPF became an open-source solution and be hosted on GitHub. Since then, WPF has been available under the MIT license to all developers, making it more accessible and customizable. Even so, WPF remains focused on Windows development and isn't cross-platform.
- High memory consumption or memory leak on Intel integrated graphics
- Por onde anda o WPF?
-
The search for easier safe systems programming
WPF is not the best example of open source, as some components are still closed source. Though it only runs on Windows, a closed source operating system, so perhaps that is not so important.
https://github.com/dotnet/wpf/issues/2554
That said, there are cross platform, open source .NET UI frameworks out there, including one that is inspired by WPF:
https://avaloniaui.net/
-
.NET 8 is on the Way! 7 Features that will blow your mind 🤯
Gear up, folks, and test drive this fresh-off-the-lab feature. And should you stumble upon any glitches along the way, don’t hesitate to reach out. Got a bug to report or feedback to give? Send them directly to our dotnet/wpf repository. We’re eager to hear from you, because together, we’re only going to make the experience even better!
- What is the best for Develop Cross-platform Application ?
-
MAUI Part 2: A New Page And Basic Styling
I did some research and did not find any proof of the EOL on WPF. In fact, Microsoft just updated the roadmap on WPF 2 months ago.
-
Avalonia UI for .NET: Project Overview from Mike James
There’s still room for improvement though. I should add, WPF on .NET Core consumes a lot of memory, due to a memory leak. It was logged by our COO as one of our users was doing a comparison.
-
VS2022 Build Error: 'Could not load file or assembly 'PresentationFramework, Version=6.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
have you tried this?
-
Duda carrera: C#/.NET vs. Node/Express
WPF: Licencia MIT.
Flutter
-
GoogleSignIn Macos - Flutter
Flutter : Obviously 😂
-
What is the Most Effective AI Tool for App Development Today?
With the app market projected to reach over $500 billion by 2025, integrating AI isn't just advantageous—it's essential for staying competitive. Whether you're building a mobile app for education, a web platform for e-commerce, or an enterprise tool for data analysis, AI can accelerate development cycles, reduce costs, and enhance functionality. However, effectiveness depends on context: the app's purpose, your team's expertise, and scalability requirements. As we navigate this topic, remember that the "best" tool often involves combining several for optimal results.
-
The Complete Beginner’s Guide to Flutter’s Automated Testing
There are more than 10 built-in ways to find the widgets. On this article Only the most reliable and used will be shown, but, if you want to see all of them, check them here.
-
GSoC Week 6: Deep Diving into the Interactive Book Issue
To add to this mess, Flutter officially discontinued flutter_markdown due to limited resources. Here’s the issue: https://github.com/flutter/flutter/issues/162960
-
Flutter 💙 Cursor: setting up Background Agent
# Install Dart SDK (using apt, official Google repo) sudo apt-get update sudo apt-get install -y apt-transport-https wget wget -qO- https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo gpg --dearmor -o /etc/apt/keyrings/dart.gpg echo "deb [signed-by=/etc/apt/keyrings/dart.gpg] https://storage.googleapis.com/download.dartlang.org/linux/debian stable main" | sudo tee /etc/apt/sources.list.d/dart_stable.list sudo apt-get update sudo apt-get install -y dart # Add Dart to PATH export PATH="$PATH:/usr/lib/dart/bin" # Clone Flutter cd /opt && sudo git clone https://github.com/flutter/flutter.git -b stable sudo chown -R $USER:$USER /opt/flutter export PATH="$PATH:/opt/flutter/bin" && cd /workspace flutter pub get
-
Cross-Platform Development: Flutter vs. React Native – Which is the Right Choice for Your Project?
Cross-platform development means writing code once and running it on multiple platforms like iOS and Android. This reduces time, cost, and effort compared to developing separate apps for each platform. Developers use frameworks to simplify this process, and two of the most popular are Flutter and React Native.
- OpenHarmony Development with Flutter (Based on 5.0.0 Version)
- Flutter won't adopt Liquid Glass (also rethinking the UI strategy)
-
Flutter + AI: Building Intelligent Apps with ML & OpenAI APIs – The Ultimate Guide
Install Flutter SDK from flutter.dev.
-
Go router navigation observer
However, with the introduction of ShellRoute, observing the navigation flow in your app and having routes that are "aware" of navigation changes has become more difficult. As highlighted in this issue, when you add a ShellRoute, the app loses reactivity to route changes: the NavigationObserver is no longer triggered.
What are some alternatives?
Avalonia - Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
dioxus - Fullstack app framework for web, desktop, and mobile.
Introducing .NET Multi-platform App UI (MAUI) - .NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
flet - Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
Extended WPF Toolkit™ - All the controls missing in WPF. Over 1 million downloads.
tauri - Build smaller, faster, and more secure desktop and mobile applications with a web frontend.