Skip to content

Latest commit

 

History

History
executable file
·
14 lines (6 loc) · 506 Bytes

File metadata and controls

executable file
·
14 lines (6 loc) · 506 Bytes

Solitaire

Solitaire is a Flutter implementation of the card game. Mostly the same rules as I remember from Microsoft's version. 24 Oct 2021: Updated to Flutter 2.5.3, Dart 2.14.4 with Null Safety, etc. Also updated app to use Providers with ChangeNotifier and Consumer. No more SetState().

|Screenshot

License

Solitaire is licensed under the MIT License. See the LICENSE file for more information, but basically this is sample code and you can do whatever you want with it.