/taminations-flutter

Primary LanguageDartGNU General Public License v3.0GPL-3.0

Taminations

Taminations for Android, iOS, MacOS, Windows, Web coded in Flutter

To compile and run this code

  • Install git and flutter
  • Create a directory for your project and cd into it.
  • Get this code with git clone https://github.com/bradchristie/taminations-flutter.git .
  • Then you can fetch the extra packages Taminations uses.
flutter pub get
  • For most platforms, you can now just enter flutter run and choose the appropriate platform from those listed.

  • For iOS, build and run with these commands

cd ios
pod install
cd ..
flutter build ios
flutter run

Check out this link if you have a security problem with the Mac Gatekeeper refusing to run flutter utility programs.