Skip to content

Commit

Permalink
document the need for java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
dupuchba committed Apr 19, 2022
1 parent c2fe42e commit ffcdb85
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/flutter-quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

> Even if Flutter bundles its own Dart it's better to first try [ClojureDart](quick-start.md) alone first.
## System requirements

ClojureDart needs at least Java 11.

## 1. [Install the latest stable Flutter](https://flutter.dev/docs/get-started/install)

It's a tad laborious as you have to install dependencies.
Expand Down
3 changes: 3 additions & 0 deletions doc/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

> This document is about creating a CLI app written in Dart; for a mobile app follow our [Flutter Quick Start](flutter-quick-start.md). However it's recommended to first give a try to the current document.
## System requirements

ClojureDart needs at least Java 11.

## 1. [Install the Dart SDK](https://dart.dev/get-dart#install)

Expand Down

0 comments on commit ffcdb85

Please sign in to comment.