wishfly_api_client 0.2.0 copy "wishfly_api_client: ^0.2.0" to clipboard
wishfly_api_client: ^0.2.0 copied to clipboard

outdated

Flutter API client for Wishfly. Feature requests and voting without leaving your app.

example/wishfly_api_client_example.dart

import 'package:wishfly_api_client/wishfly_api_client.dart';

void main() async {
  final apiClient = WishflyApiClient(apiKey: "your-api-key");
  final projects = await apiClient.getProjects();
  print(projects);
}
1
likes
0
points
21
downloads

Publisher

verified publisherwishfly.dev

Weekly Downloads

Flutter API client for Wishfly. Feature requests and voting without leaving your app.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

http, wishfly_shared

More

Packages that depend on wishfly_api_client