Popular services or tools lacking Dart support

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.

2 Likes

What’s so special about fern? There are already some OpenApi Dart generators?

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

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.