Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
Fixed Flutter code lang
Browse files Browse the repository at this point in the history
  • Loading branch information
eldadfux committed Jan 4, 2022
1 parent 22648a0 commit 3040919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/docs/database.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ func main() {
</li>
<li>
<h3>Flutter</h3>
<div class="ide" data-lang="javascript" data-lang-label="Flutter SDK">
<div class="ide" data-lang="dart" data-lang-label="Flutter SDK">
<pre class="line-numbers"><code class="prism language-dart" data-prism>import 'package:appwrite/appwrite.dart';

void main() async {
Expand Down

0 comments on commit 3040919

Please sign in to comment.