https://github.com/lucasteles/fsharp-flutter
https://github.com/lucasteles/fsharp-flutter
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lucasteles/fsharp-flutter
- Owner: lucasteles
- Created: 2023-09-26T16:18:17.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-26T16:18:40.000Z (about 2 years ago)
- Last Synced: 2025-02-11T13:59:46.658Z (8 months ago)
- Language: CMake
- Size: 201 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# F# + Flutter
- Simple Todo app based on https://www.section.io/engineering-education/how-to-build-a-flutter-todo-app/
- run `./build.sh` (or just copy & paste the commands in the script to a terminal) to start Fable in watch mode. Use the IDE to start debugging the Flutter app, you'll have to trigger hot reload manually after changes in F# code (e.g. in VS Code with Flutter extension press Ctr+F5).