A companion app for Satisfactory. Browse items, look up recipes and their alternates, and sketch out production chains.
Fan project, not affiliated with Coffee Stain Studios.
Item browser, recipe browser, and a rough production graph work. Factory planning and optimization are the reason I started this, but they aren't built yet.
You'll need the Flutter SDK (Dart ^3.9.2).
flutter pub get
flutter runBuilds to iOS, Android, web, macOS, Windows, and Linux via flutter build <platform>. I mostly develop against the iOS simulator, so the other platforms may have rough edges.
flutter analyze
flutter test
dart format .All item/building/recipe data in assets/data/ and icons in assets/images/ come from Satisfactory and belong to Coffee Stain Studios. I don't own any of it — it's here so the app is useful. If anyone from Coffee Stain wants something removed, open an issue and I'll take it down.
Code is MIT (see LICENSE). That license covers the source only, not the game assets under assets/.
