Skip to content

Commit 6f248c1

Browse files
committed
nit
1 parent 0d4531a commit 6f248c1

File tree

4 files changed

+20
-7
lines changed

4 files changed

+20
-7
lines changed

android/app/proguard-rules.pro

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
-dontwarn com.google.errorprone.annotations.CanIgnoreReturnValue
2+
-dontwarn com.google.errorprone.annotations.CheckReturnValue
3+
-dontwarn com.google.errorprone.annotations.Immutable
4+
-dontwarn com.google.errorprone.annotations.RestrictedApi
5+
-dontwarn javax.annotation.Nullable
6+
-dontwarn javax.annotation.concurrent.GuardedBy

android/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ allprojects {
66
}
77

88
rootProject.buildDir = "../build"
9-
10-
11-
129
subprojects {
1310
project.buildDir = "${rootProject.buildDir}/${project.name}"
1411
}

android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pluginManagement {
1818

1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
21-
id "com.android.application" version '8.7.1' apply false
21+
id "com.android.application" version '8.7.2' apply false
2222
id "org.jetbrains.kotlin.android" version "2.0.20" apply false
2323
}
2424

playbooks/organization/WorkingWithNStack.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1-
# Working with NStack [![Nstack Status](https://img.shields.io/website-up-down-green-red/https/www.nstack.io.svg)](https://www.nstack.io)
1+
# Working with NStack
22

3-
> **Note:**
4-
> NStack might currently be down as the organization plans to sunset this service. However, this guide will assist future developers if they choose to work with it & NStack is up again.
3+
> [!IMPORTANT]
4+
> ⚠️ **Notes regarding the NStack**
5+
>
6+
> NStack might currently be down as the
7+
> organization plans to sunset this service.
8+
> However, this guide will assist future
9+
> developers if they choose to work with it &
10+
> NStack is up again.
11+
12+
_Please visit [Nstack website](https://www.nstack.io) to check if it's up._
13+
14+
The feature integration was removed in the [chore: Removed NStack feature integration](https://github.com/ml-opensource/flutter-template/pull/161) Pull Request.
515

616
**NStack** is a Backend-as-a-Service (BaaS) developed by Nodes/Monstarlab. It offers features such as localization, in-app messaging, and rate limiting.
717

0 commit comments

Comments
 (0)