{"id":21670631,"url":"https://github.com/devmuaz/oursms_flutter","last_synced_at":"2025-05-08T20:29:02.593Z","repository":{"id":56836218,"uuid":"375669605","full_name":"devmuaz/oursms_flutter","owner":"devmuaz","description":"A simple and lightweight package which uses OurSMS service APIs.","archived":false,"fork":false,"pushed_at":"2021-11-15T16:27:23.000Z","size":12,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-31T17:58:55.544Z","etag":null,"topics":["api-service","flutter","integration"],"latest_commit_sha":null,"homepage":"","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/devmuaz.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}},"created_at":"2021-06-10T11:11:31.000Z","updated_at":"2024-03-31T09:23:15.000Z","dependencies_parsed_at":"2022-09-24T06:01:45.055Z","dependency_job_id":null,"html_url":"https://github.com/devmuaz/oursms_flutter","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/devmuaz%2Foursms_flutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmuaz%2Foursms_flutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmuaz%2Foursms_flutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmuaz%2Foursms_flutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devmuaz","download_url":"https://codeload.github.com/devmuaz/oursms_flutter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253144033,"owners_count":21860987,"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":["api-service","flutter","integration"],"created_at":"2024-11-25T12:33:55.391Z","updated_at":"2025-05-08T20:29:02.538Z","avatar_url":"https://github.com/devmuaz.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OurSMS - Flutter\n\nFlutter API Integration\n\nThis package provides simple lightweight methods in which you can use to send meesages to a phone number.\n\nFor more info, visit [OurSMS](https://oursms.app/) service\n\n## Usage\n\nYou can simply use it like so:\n\n```dart\nfinal OursmsClient client = OursmsClient(key: API_KEY, userId: USER_ID);\n\n// OSM (One Single Message)\nfinal SentMessage sentMessage = await client.sendOneMessage(\n    PHONE_NUMBER,\n    MESSAGE,\n);\n\n// OTP (One Time Password)\nfinal SentMessage sentMessage = await client.sendOtpMessage(\n    PHONE_NUMBER,\n    OTP_NUMBER,\n);\n\n// Get a message status\nfinal MessageStatus messageStatus = await client.getMessageStatus(MESSAGE_ID);\n```\n\n## Medium articles by the author\n\nYou can always read the articles I write on my [Medium](https://devmuaz.medium.com/) account which I write pretty great Flutter content out there.\n\n## Contributions \u0026 Support\n\nIssues and pull requests are always welcome 😄\n\nIf you find this package useful for you and liked it, give it a like ❤️ and star the repo ⭐️ it would mean a lot!\n\n## License\n\n**MIT**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevmuaz%2Foursms_flutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevmuaz%2Foursms_flutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevmuaz%2Foursms_flutter/lists"}