{"id":20664037,"url":"https://github.com/flutterando/iugu","last_synced_at":"2025-04-19T16:12:52.746Z","repository":{"id":53473013,"uuid":"291975149","full_name":"Flutterando/iugu","owner":"Flutterando","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-21T23:30:05.000Z","size":339,"stargazers_count":6,"open_issues_count":3,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-15T05:47:59.936Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/iugu","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Flutterando.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-01T11:08:31.000Z","updated_at":"2024-06-18T13:50:05.000Z","dependencies_parsed_at":"2024-11-16T21:15:55.500Z","dependency_job_id":null,"html_url":"https://github.com/Flutterando/iugu","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flutterando%2Fiugu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flutterando%2Fiugu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flutterando%2Fiugu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flutterando%2Fiugu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Flutterando","download_url":"https://codeload.github.com/Flutterando/iugu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249734715,"owners_count":21317879,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T19:21:47.500Z","updated_at":"2025-04-19T16:12:52.718Z","avatar_url":"https://github.com/Flutterando.png","language":"Dart","readme":"# iugu\nClient Flutter/Dart de acesso aos principais recursos da Api da **IUGU**\n\n\n\n### Configuração\n\n* Em algum *StartUp* de seu projeto, é necessário adicionar a apiKey encontrada no seu painel [administrativo da IUGU](https://iugu.com/a/administration), em *Administração* \u003e *Configuração de Contas*. Nesta tela você encontra seu *ID da Conta* \n\n```dart\nIuguClient(\n        properties: IuguProperties(\n          apiKey: \"SUA_APP_KEY_DA_IUGU\",\n          urlApi: \"https://api.iugu.com/v1/\",\n        ),\n      );\n```\n### Documentação completa da API\nA referência completa da Api pode ser encontrada em [IUGU Api](https://iugu.com/referencias/api)\n\n### Exemplo ([outros exemplos](https://github.com/Flutterando/iugu/tree/master/test/integrated_tests))\n\n* Lista Clientes\n\n```dart\n\nvar meuIuguClient = IuguClient(\n        properties: IuguProperties(\n          apiKey: \"SUA_APP_KEY_DA_IUGU\",\n          urlApi: \"https://api.iugu.com/v1/\",\n        ),\n      );\n\n var apiClient = Customer(meuIuguClient);\n\n      myCustomer = await apiClient.create(\n          request: CustomerRequestMessage(\n              email: \"bwolfnoob@gmail.com\",\n              name: \"Bwolf Teste 2 Flutter/Dart\",\n              notes: \"teste da api em Flutter/Dart\",\n              customVariables: custom));\n\n```\n\n### Informações Adicionais\n* Este projeto foi todo feito com base nas APIs da Iugu e no projeto com o mesmo proposito desenvolvido em  [.NET](https://github.com/iugu/iugu-net)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflutterando%2Fiugu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflutterando%2Fiugu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflutterando%2Fiugu/lists"}