global_settings_list

Flutter Plugin for getting List of Settings.Global on Android

How to install the plugin

edit pubspec.yaml

dependencies:
  flutter:
    sdk: flutter

  global_settings_list: ^0.0.2

run on terminal

> flutter pub get

and read the Example Links