Skip to content

An example of how you can use Packages/Modules in your Flutter project πŸ“¦

Notifications You must be signed in to change notification settings

samuelematias/flutter_packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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 πŸ‘©πŸΎβ€πŸ’»