September 2019
Beginner
512 pages
12h 52m
English
To create a plugin package in Flutter, we again use the Flutter create tool with the plugin template this time:
flutter create --template=plugin hands_on_platform_version -a kotlin -i swift
This will generate a project called hands_on_platform_version that contains a Flutter package project. The generated project structure is similar to a Flutter app package.
Read now
Unlock full access