Skip to content

alnitak/another_dart

 
 

Repository files navigation

Another World in Dart/Flutter

Building

You should be able to run as normal: flutter run

It'll run fine on MacOS but complain it cannot locate the SDL library files (used only for audio). You'll need to copy the .dylib files from the project directory into the output project directory.

Example. cp *.dylib build/macos/Build/Products/Debug/another_dart.app/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 65.3%
  • C++ 17.6%
  • CMake 15.3%
  • C 1.2%
  • Swift 0.6%