Skip to content

Latest commit

 

History

History
66 lines (42 loc) · 1001 Bytes

README.md

File metadata and controls

66 lines (42 loc) · 1001 Bytes

Flutter - Packages 📦



About this app 🗣

This app is an example of how you can use Packages/Modules in your Flutter project.

Creating the project structure 𝌤

  • Creating our repository

    mkdir flutter_packages
  • Entering our newly created directory

    cd flutter_packages
  • Creating our package folder

    mkdir packages

Creating our packages

  • Entering the packages folder

    cd packages
  • Creating our app package

    flutter create root_package
  • Creating our first package

    flutter create -t package other_package

Tech Stack 👩🏾‍💻