Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 722 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 722 Bytes

Flutter Leaf Kit

This package is created to be used as a common module in the project.

How to Install

Below is how to use the full package.

  flutter_leaf_kit:
    git:
      url: https://github.com/JosephNK/flutter_leaf_kit.git
      ref: main or 'v1.5.0' or 'b23ce51'
      path: packages/leaf/

Below is a partial guide to using the package.

  flutter_leaf_common:
    git:
      url: https://github.com/JosephNK/flutter_leaf_kit.git
      ref: main or 'v1.5.0' or 'b23ce51'
      path: ./packages/leaf_common
  
  flutter_leaf_component:
    git:
      url: https://github.com/JosephNK/flutter_leaf_kit.git
      ref: main or 'v1.5.0' or 'b23ce51'
      path: ./packages/leaf_component
  
  ...