How To, Flutter Internal Packages

Fred Grott
ITNEXT
Published in
3 min readMay 18, 2021

--

This is a How-To on how to use internal packages as internal plugins. You may not want to make your internal libraries public. Well, there is a way to make internal packages mimic internal plugins and I show you how in this article.

Background

Due to the way Flutter pubspec and builds work any package, module, etc can be used that has an accessible URL. And, a relative URL…

--

--