Skip to content

Latest commit

 

History

History
 
 

package_info_plus

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

package_info_plus_tizen

The Tizen implementation of package_info_plus.

Usage

This package is not an endorsed implementation of package_info_plus. Therefore, you have to include package_info_plus_tizen alongside package_info_plus as dependencies in your pubspec.yaml file.

dependencies:
  package_info_plus: ^1.0.1
  package_info_plus_tizen: ^1.0.0

Then you can import package_info_plus in your Dart code.

For detailed usage, see https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus/package_info_plus#usage.