device_market_name 0.0.6 copy "device_market_name: ^0.0.6" to clipboard
device_market_name: ^0.0.6 copied to clipboard

Small package which return market name for model code e.g. SM-G970F=>Galaxy s10e, iPhone13,2=>iPhone 12. Works for android with gms & iOS devices

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add device_market_name

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  device_market_name: ^0.0.6

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:device_market_name/device_market_name.dart';
2
likes
130
pub points
54%
popularity

Publisher

unverified uploader

Small package which return market name for model code e.g. SM-G970F=>Galaxy s10e, iPhone13,2=>iPhone 12. Works for android with gms & iOS devices

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, http, path, path_provider, sqflite

More

Packages that depend on device_market_name