samuelematias / flutter_packages

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Dart 86.9%Language:Swift 9.3%Language:Kotlin 3.0%Language:Objective-C 0.9%