Skip to content
This repository was archived by the owner on Sep 14, 2023. It is now read-only.

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

wrapper_example

A new Flutter plugin project.

Contributing

This package uses pigeon to generate the communication layer between Flutter and the host platform (e.g. Android). The communication interface is defined in the pigeons/example_library.dart file. After editing the communication interface regenerate the communication layer by running

flutter pub run pigeon --input pigeons/example_library.dart

Besides pigeon this package also uses mockito to generate mock objects for testing purposes. To generate the mock objects run the following command:

flutter pub run build_runner build --delete-conflicting-outputs

If you would like to contribute to the plugin, check out our contribution guide.