In my app, I have a button and I need it to share Facebook when this button is clicked?
Check out flutter share plugin
https://pub.dartlang.org/packages/share
Share.share('check out my website https://example.com');
Than use can choose to use facebook or any other service that supports share interface