Dart-Code
Flutter
Our great sponsors
Dart-Code | Flutter | |
---|---|---|
12 | 1067 | |
1,368 | 151,416 | |
1.5% | 1.7% | |
5.1 | 10.0 | |
5 days ago | 5 days ago | |
TypeScript | 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.
Dart-Code
-
VScode Extension Error - URI was not an absolute file path (missing drive letter)
It would probably be better if you file an issue here: https://github.com/Dart-Code/Dart-Code/issues
-
Custom Formatting in VS Code
I'm not aware of any other formatters for Dart. There's an open issue about more flexible formatting at https://github.com/Dart-Code/Dart-Code/issues/914 but it's not something being actively worked on. If someone was to create their own formatter I've offered in that thread to provide some pointers for wrapping it up into a VS Code extension (the Dart extension already supports disabling its own formatter, although VS Code now allows you to more easily select a different formatter).
-
Announcing the Flutter 2.5 stable release
This fix: https://github.com/Dart-Code/Dart-Code/issues/3332
- Anyone else seeing dartfmt hanging VSCode lately?
-
Generate 'Launch.json' for Vscode
Could you file an issue at https://github.com/Dart-Code/Dart-Code and attach a log captured with:
Creating it manually should also work. If that doesn't seem to be the case, please file an issue at https://github.com/Dart-Code/Dart-Code. Thanks!
Is this issue really resolved ?
Flutter
-
Connecting to AWS AppSync using Amplify for Flutter for our Football Match Center
Since last year Amplify Flutter includes support for Web and Desktop. As we are looking to reach users both on mobile as also on the desktop, choosing a cross-platform development tool like Flutter seemed to be an obvious choice. Christian and I are a small team, and we want to focus on building a simple UI quickly without the need to implement for multiple platforms and Flutter allows exactly that.
-
Creating an Ubuntu post install script
``` #!/bin/bash# Apps to Install Script# System Updatesudo apt update# Appssudo apt install software-properties-common apt-transport-https wget gpg -ysudo apt install -y htopsudo apt install -y curlsudo apt install -y gitsudo apt install -y nodejssudo apt install -y default-jresudo apt install -y gnome-tweakssudo apt install -y steamcd ~/Downloads# chromesudo wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.debsudo apt install ./google-chrome-stable_current_amd64.deb# vs codewget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > packages.microsoft.gpgsudo install -D -o root -g root -m 644 packages.microsoft.gpg /etc/apt/keyrings/packages.microsoft.gpgsudo sh -c 'echo "deb [arch=amd64,arm64,armhf signed-by=/etc/apt/keyrings/packages.microsoft.gpg] https://packages.microsoft.com/repos/code stable main" > /etc/apt/sources.list.d/vscode.list'sudo apt updatesudo apt install -y code# android studiosudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386sudo add-apt-repository ppa:maarten-fonville/android-studiosudo apt update -ysudo apt install android-studio -y# fluttercd ~mkdir Devcd Devgit clone https://github.com/flutter/flutter.gitecho 'export PATH="/home/cedvdb/Dev/flutter/bin"' >> ~/.bashrcsudo apt install -y clang cmake ninja-build pkg-config libgtk-3-dev# keepasssudo add-apt-repository ppa:phoerious/keepassxcsudo apt updatesudo apt installsudo apt install -y keepassxc# Finishing Things Up## System Update and Upgradesudo apt updatesudo apt install --fix-missing -ysudo apt upgrade --allow-downgrades -ysudo apt full-upgrade --allow-downgrades -y## System Clean Upsudo apt install -fsudo apt autoremove -ysudo apt autocleansudo apt clean
-
Flutter now supports non-uniform borders (similar to Figma)
But hey could be worse, the issue concerning Color.lerp not using premultiplied alpha has been open for three years and its again one of those issues where there was a PR with fix made but never merged with little explanation to the reasoning: https://github.com/flutter/flutter/issues/48534
Now if we could somehow get the corner smoothing/super-ellipse/squircle situation resolved aswell. ContinuousRectangleBorder implementation is just plain wrong: https://github.com/flutter/flutter/issues/91523
-
How to get an API for OSM?
If you are new to app development, consider Flutter. You will make a cross platform app, that means it compiles to Kotlin (Android) and Swift (IOS). The syntax is much simpler than Java. There is also a OSM package called flutter map.
-
11k issues + Screen flickering on iOS cause for concern?
[1] https://github.com/flutter/flutter/issues/119207
The reason for my question is mainly driven by the over 11,000 issues currently open. Sorting that list by "Most commented" I see there is still an issue with Screen flickering on iOS - the ticket has been open for a year with 319 comments. This issue is a concern for me - I don't want to get well into the project and find this type of issue is still a thing, as some are experiencing. Or issues like this one.
-
Starting a personal hobby project, could use some advice on the techstack
You mentioned you want the mobile app to be for Android only. You could consider using Flutter or React Native, which will allow your app to run on both, iOS and Android. However, this will probably take some extra time since you might need to learn a new language. So if you're set on using Android Studio and presumably Java or Kotlin, then go with that.
What are some alternatives?
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.
Uno Platform - Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.
WPF - WPF is a .NET Core UI framework for building Windows desktop applications.
svelte-capacitor - Build hybrid mobile apps using Svelte and CapacitorJS with live reloading on Android and iOS!
kivy - Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS
Quasar Framework - Quasar Framework - Build high-performance VueJS user interfaces in record time
Maui - The .NET MAUI Community Toolkit is a community-created library that contains .NET MAUI Extensions, Advanced UI/UX Controls, and Behaviors to help make your life as a .NET MAUI developer easier
flet - Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
capacitor - Build cross-platform Native Progressive Web Apps for iOS, Android, and the Web ⚡️
TypeScript - TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
fyne - Cross platform GUI toolkit in Go inspired by Material Design
Ionic Framework - A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.