how to create own api for flutter app code example
Example 1: flutter publish package command
flutter pub publish --dry-run /// run this before publishing the package
flutter pub publish /// when ready to publish
Example 2: flutter create
flutter create -i swift -a kotlin your_gibrid_project_name