Results 1 comments of LiuChien

Hi, sorry for late, following is some information for the exception. version: wordpress_client: ^8.4.1 main.dart ``` final baseUrl = Uri.parse('https://example.com/wp-json/wp/v2'); final client = WordpressClient( baseUrl: baseUrl, bootstrapper: (bootstrapper) => bootstrapper...