Skip to content

Commit 3061c2a

Browse files
committed
v1.0.3 fixed depricated android embedding warning, updated readme, bumped version
1 parent 940f2d9 commit 3061c2a

19 files changed

+7
-219
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.3
2+
* removed platform directories based on `https://github.com/flutter/flutter/pull/125292` (this fixes the depricated android embedding warning)
3+
* updated readme
4+
15
## 1.0.2
26
* Updated README
37
* Removed other platforms except ios and android (since the package is not tested yet on other platforms)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Flutter package for implementing infinite scroll pagination, with support for pu
2424

2525
## Installation
2626

27-
Add `gamma_smart_pagination: ^1.0.2` to your `pubspec.yaml` dependencies. And import it:
27+
Add `gamma_smart_pagination: ^1.0.3` to your `pubspec.yaml` dependencies. And import it:
2828

2929
```dart
3030
import 'package:gamma_smart_pagination/gamma_smart_pagination.dart';

android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java

Lines changed: 0 additions & 23 deletions
This file was deleted.

android/local.properties

Lines changed: 0 additions & 2 deletions
This file was deleted.

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ packages:
257257
path: ".."
258258
relative: true
259259
source: path
260-
version: "1.0.2"
260+
version: "1.0.3"
261261
glob:
262262
dependency: transitive
263263
description:

ios/Flutter/Generated.xcconfig

Lines changed: 0 additions & 14 deletions
This file was deleted.

ios/Flutter/flutter_export_environment.sh

Lines changed: 0 additions & 13 deletions
This file was deleted.

ios/Runner/GeneratedPluginRegistrant.h

Lines changed: 0 additions & 19 deletions
This file was deleted.

ios/Runner/GeneratedPluginRegistrant.m

Lines changed: 0 additions & 14 deletions
This file was deleted.

linux/flutter/generated_plugin_registrant.cc

Lines changed: 0 additions & 11 deletions
This file was deleted.

linux/flutter/generated_plugin_registrant.h

Lines changed: 0 additions & 15 deletions
This file was deleted.

linux/flutter/generated_plugins.cmake

Lines changed: 0 additions & 23 deletions
This file was deleted.

macos/Flutter/GeneratedPluginRegistrant.swift

Lines changed: 0 additions & 10 deletions
This file was deleted.

macos/Flutter/ephemeral/Flutter-Generated.xcconfig

Lines changed: 0 additions & 11 deletions
This file was deleted.

macos/Flutter/ephemeral/flutter_export_environment.sh

Lines changed: 0 additions & 12 deletions
This file was deleted.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: gamma_smart_pagination
22
description: Flutter package for infinite scrolling pagination, which supports pull down to refresh and pull up to load more.
3-
version: 1.0.2
3+
version: 1.0.3
44
repository: https://github.com/GammaTechMK/gamma_smart_pagination
55

66
environment:

windows/flutter/generated_plugin_registrant.cc

Lines changed: 0 additions & 11 deletions
This file was deleted.

windows/flutter/generated_plugin_registrant.h

Lines changed: 0 additions & 15 deletions
This file was deleted.

windows/flutter/generated_plugins.cmake

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)