{"id":20892683,"url":"https://github.com/aweiloveandroid/flutter_device_information","last_synced_at":"2025-08-22T11:08:54.424Z","repository":{"id":56829331,"uuid":"168292947","full_name":"AweiLoveAndroid/flutter_device_information","owner":"AweiLoveAndroid","description":"A plugin for using Android devices information in Flutter. ","archived":false,"fork":false,"pushed_at":"2019-02-22T11:37:34.000Z","size":324,"stargazers_count":8,"open_issues_count":0,"forks_count":8,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-04T00:32:46.336Z","etag":null,"topics":["flutter","flutter-demo","flutter-plugin"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AweiLoveAndroid.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":"2019-01-30T06:42:25.000Z","updated_at":"2023-09-28T01:56:43.000Z","dependencies_parsed_at":"2022-08-26T14:11:25.095Z","dependency_job_id":null,"html_url":"https://github.com/AweiLoveAndroid/flutter_device_information","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AweiLoveAndroid%2Fflutter_device_information","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AweiLoveAndroid%2Fflutter_device_information/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AweiLoveAndroid%2Fflutter_device_information/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AweiLoveAndroid%2Fflutter_device_information/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AweiLoveAndroid","download_url":"https://codeload.github.com/AweiLoveAndroid/flutter_device_information/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225156991,"owners_count":17429701,"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":["flutter","flutter-demo","flutter-plugin"],"created_at":"2024-11-18T10:13:36.546Z","updated_at":"2024-11-18T10:13:37.271Z","avatar_url":"https://github.com/AweiLoveAndroid.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flutter_device_information\n\n## Introduction\n\nA plugin for using Android devices information in Flutter.\nYou can use it to get Android release version,Android API version,board name,brand name,model name, cpu ABI etc.\n\n## Features\n\n   Supports in Android now.\n\n   * get release version.\n   * get API version(SDKINT).\n   * get board name.\n   * get brand name.\n   * get model name.\n   * get CPUABI.\n\n## Getting Started\n\nFor help getting started with Flutter, view the online [Flutter Documentation](https://flutter.io/).\n\n#### 1.In your flutter project add the dependency:\n\n```\ndependencies:\n  ...\n  flutter_devices_information: any\n```\n\n#### 2.import `flutter_device_information.dart`\n\n```\nimport 'package:flutter_device_information/flutter_device_information.dart';\n///\nYour code here.\n///\n```\n\n#### 3.Use methods in library.\n\n```\nFuture\u003cvoid\u003e getInfos() async {\n  String platformVersion = await FlutterDeviceInformation.platformVersion;\n  String sdkInt = await FlutterDeviceInformation.sdkInt;\n  String board = await FlutterDeviceInformation.board;\n  String brand = await FlutterDeviceInformation.brand;\n  String model = await FlutterDeviceInformation.model;\n  String cpuABI = await FlutterDeviceInformation.cpuAbi;\n}\n```\n\n## Examples\n\nHere is [Examples](https://github.com/AweiLoveAndroid/flutter_device_information/tree/master/example). You can find the sample codes and  the screenshot in it.\n\n## More documentations\n\nFor help getting started with the library, view the online\n[documentation](https://pub.dartlang.org/documentation/flutter_device_information/latest/).\n\n## Request issues\n\nPlease request bugs at the [issue tracker](https://github.com/AweiLoveAndroid/flutter_device_information/issues).\n\n## License\n\nMore infomation here: [License](https://github.com/AweiLoveAndroid/flutter_device_information/blob/master/LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faweiloveandroid%2Fflutter_device_information","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faweiloveandroid%2Fflutter_device_information","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faweiloveandroid%2Fflutter_device_information/lists"}