Skip to content

Commit

Permalink
Fix/flutter version (#886)
Browse files Browse the repository at this point in the history
* Removes acl option (#882)

Signed-off-by: Hector Custódio <hector.custodio@zup.com.br>

* Fixes flutter reference version

Signed-off-by: Hector Custódio <hector.custodio@zup.com.br>
  • Loading branch information
hectorcustodiozup committed Mar 28, 2022
1 parent 11439b7 commit 0242f2e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion config/_default/config.toml
Expand Up @@ -110,7 +110,7 @@ current_version = ""
react_current_version = "2.0.0"
angular_current_version = "2.0.0"
android_current_version = "2.0.0"
flutter_current_version = "2.0.0"
flutter_current_version = "1.0.0"
ios_current_version = "2.0.0"
backend_current_version = "2.0.0"

Expand Down
9 changes: 5 additions & 4 deletions content/en/flutter/overview.md
@@ -1,15 +1,16 @@
---
title: Overview
weight: 1
weight: -1
description: In this section, you will learn how to create a project with Flutter and configure it to use Beagle
---

---
Latest version:

[![badge](https://img.shields.io/pub/v/beagle)](https://pub.dev/packages/beagle)

## Introduction
This is the library responsible for rendering a Beagle JSON (payload) in Flutter.

## Versioning
The versioning of Beagle Flutter follows the entire Beagle platform. i.e. Even though this is the first major release, we're calling it v2.0.

👉 Go to
[**First steps** ]({{< ref path="/flutter/getting-started.md" lang="en" >}}) to install Beagle in your Flutter application.
9 changes: 5 additions & 4 deletions content/pt/flutter/overview.md
@@ -1,15 +1,16 @@
---
title: Overview
weight: 1
weight: -1
description: Aprenda como criar e configurar um projeto Beagle Flutter
---

---
Versão mais atual:

[![badge](https://img.shields.io/pub/v/beagle)](https://pub.dev/packages/beagle)

## Introdução
Esta é a biblioteca responsável por renderizar um JSON Beagle (payload) em Flutter

## Versionamento
O versionamento do Beagle Flutter segue toda a plataforma Beagle. Mesmo sendo a primeira release, chamamos de v2.0 para igualar todas as versões.

👉 Veja
[**Primeiros Passos** ]({{< ref path="/flutter/getting-started.md" lang="en" >}}) como instalar Beagle em sua aplicação flutter.

0 comments on commit 0242f2e

Please sign in to comment.