Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 366 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 366 Bytes

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