edge
December 13, 2024, 10:31pm
1
What are some popular services or tools that you use currently or would use and lack Dart support?
Most of the time I have found that a lack of support is merely due to developers not putting requests on a company’s radar.
Fern and Speakeasy (for example) did not have requests for Dart support until today.
opened 10:26PM - 13 Dec 24 UTC
feature
product/sdk-generator
### Feature Description
Requesting support for generating Dart SDKs. Flutter ha… s been at the top of cross-platform market share since 2021.
https://www.nomtek.com/blog/flutter-vs-react-native
https://www.statista.com/statistics/869224/worldwide-software-developer-working-hours
### Proposed Generated Code (Optional)
_No response_
opened 07:17PM - 13 Dec 24 UTC
Requesting support for generating Dart SDKs. Flutter has been at the top of cros… s-platform market share since 2021.
https://www.nomtek.com/blog/flutter-vs-react-native
https://www.statista.com/statistics/869224/worldwide-software-developer-working-hours
2 Likes
What’s so special about fern? There are already some OpenApi Dart generators?
edge
December 14, 2024, 4:21am
3
If we’re just doing a basic comparison of features, afaik you cannot describe event driven APIs such as websockets using OpenAPI
1 Like
Ah, thanks from the quick look at the fern repo I assumed it’s just another OpenApi generator
1 Like
@viktor maybe a spec format that Serverpods could support?
1 Like
dominik
December 14, 2024, 11:04pm
6
For me the reason why I use TS instead of Dart on the backend is lack of official SDKs for stripe, sendgrid, influxdb, and some other popular SaaS
3 Likes
Which means being able to create Dart code from their api spec would be really helpful.