kepelet / flo

an open source Navidrome client written in Swift
https://dub.sh/getflo
MIT License
0 stars 0 forks source link

Create a standalone package #1

Open faultables opened 1 week ago

faultables commented 1 week ago

I think there's a good reason to package some modules into a shared module so we can do something like this:

import FloKit

// from FloKit
AlbumService.fetchAlbums()

So we can use it anywhere across the project. Wdyt @alvinisasi

faultables commented 1 week ago

The module/package should be platform independent so anything that touches platform specific APIs like Keychain, User Preferences, etc should be excluded

alvinisasi commented 1 week ago

cool, wait till i grab about package manager

faultables commented 1 week ago

ok nice watashi assign ke alvinisasi