Hi i want to use a package in flutterflow but i cant import it into flutterflow.
Error: Failed running flutter pub get...
Because markdown_editor_plus >=0.2.14 depends on font_awesome_flutter ^10.7.0 and custom_widget depends on font_awesome_flutter 10.6.0, markdown_editor_plus >=0.2.14 is forbidden.
So, because custom_widget depends on markdown_editor_plus ^0.2.15, version solving failed.
You can try one of the following suggestions to make the pubspec resolve:
* Try upgrading your constraint on font_awesome_flutter: flutter pub add font_awesome_flutter:^10.7.0
* Consider downgrading your constraint on markdown_editor_plus: flutter pub add markdown_editor_plus:^0.2.13
What would be the next steps to solve the problem?