Skip to content

Commit

Permalink
docs(README): add pub.dev limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyamahunt committed Mar 19, 2022
1 parent e9d4914 commit f42de7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ pub 'flutter_module', :git => 'https://github.com/gowalla/flutter_module.git', :

## Limitations

- Modules hosted in [pub.dev](https://pub.dev/) are not supported, only local modules and modules in remote sources like git are supported.
- You won't be able to add more than one flutter module to a single target. Currently flutter only supports one module per target.
- No caching is done for external sources, every time you run `pod install` flutter module will be downloaded each time.

Expand Down

0 comments on commit f42de7c

Please sign in to comment.