Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fluttertoast
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
songyanzhi
fluttertoast
Commits
fc431199
Commit
fc431199
authored
Nov 11, 2023
by
Karthik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
8.2.4
parent
94f55490
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
6 deletions
+10
-6
CHANGELOG.md
+4
-0
README.md
+1
-1
android/build.gradle
+2
-2
example/android/app/build.gradle
+2
-2
pubspec.yaml
+1
-1
No files found.
CHANGELOG.md
View file @
fc431199
## [8.2.4]
-
Reverted the minSDK 22 which broke many apps - Sorry everyone
## [8.2.3]
## [8.2.3]
-
Merged PR #466 (fixes issue in android)
-
Merged PR #466 (fixes issue in android)
...
...
README.md
View file @
fc431199
...
@@ -34,7 +34,7 @@ This one has limited features and no control over UI
...
@@ -34,7 +34,7 @@ This one has limited features and no control over UI
```
yaml
```
yaml
# add this line to your dependencies
# add this line to your dependencies
fluttertoast
:
^8.2.
3
fluttertoast
:
^8.2.
4
```
```
```
dart
```
dart
...
...
android/build.gradle
View file @
fc431199
...
@@ -25,7 +25,7 @@ apply plugin: 'com.android.library'
...
@@ -25,7 +25,7 @@ apply plugin: 'com.android.library'
apply
plugin:
'kotlin-android'
apply
plugin:
'kotlin-android'
android
{
android
{
compileSdkVersion
3
4
compileSdkVersion
3
1
compileOptions
{
compileOptions
{
sourceCompatibility
JavaVersion
.
VERSION_1_8
sourceCompatibility
JavaVersion
.
VERSION_1_8
...
@@ -40,7 +40,7 @@ android {
...
@@ -40,7 +40,7 @@ android {
main
.
java
.
srcDirs
+=
'src/main/kotlin'
main
.
java
.
srcDirs
+=
'src/main/kotlin'
}
}
defaultConfig
{
defaultConfig
{
minSdkVersion
2
2
minSdkVersion
2
1
if
(
project
.
android
.
hasProperty
(
'namespace'
))
{
if
(
project
.
android
.
hasProperty
(
'namespace'
))
{
namespace
'io.github.ponnamkarthik.toast.fluttertoast'
namespace
'io.github.ponnamkarthik.toast.fluttertoast'
}
}
...
...
example/android/app/build.gradle
View file @
fc431199
...
@@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
...
@@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
apply
from:
"$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
apply
from:
"$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android
{
android
{
compileSdkVersion
3
4
compileSdkVersion
3
1
ndkVersion
flutter
.
ndkVersion
ndkVersion
flutter
.
ndkVersion
compileOptions
{
compileOptions
{
...
@@ -47,7 +47,7 @@ android {
...
@@ -47,7 +47,7 @@ android {
applicationId
"com.example.example"
applicationId
"com.example.example"
// You can update the following values to match your application needs.
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
minSdkVersion
2
2
minSdkVersion
2
1
targetSdkVersion
flutter
.
targetSdkVersion
targetSdkVersion
flutter
.
targetSdkVersion
versionCode
flutterVersionCode
.
toInteger
()
versionCode
flutterVersionCode
.
toInteger
()
versionName
flutterVersionName
versionName
flutterVersionName
...
...
pubspec.yaml
View file @
fc431199
name
:
fluttertoast
name
:
fluttertoast
description
:
Toast Library for Flutter, Easily create toast messages in single line of code
description
:
Toast Library for Flutter, Easily create toast messages in single line of code
version
:
8.2.
3
version
:
8.2.
4
homepage
:
https://github.com/PonnamKarthik/FlutterToast
homepage
:
https://github.com/PonnamKarthik/FlutterToast
issue_tracker
:
https://github.com/ponnamkarthik/FlutterToast/issues
issue_tracker
:
https://github.com/ponnamkarthik/FlutterToast/issues
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment