Skip to content

Commit 1340b47

Browse files
Update sample codes for v2.20.2-beta.1
1 parent a78b516 commit 1340b47

File tree

720 files changed

+733
-719
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

720 files changed

+733
-719
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions

FireworkFlutterSDKSample/lib/screens/more/open_story_block_video_screen.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ class _OpenStoryBlockVideoScreenState extends State<OpenStoryBlockVideoScreen> {
140140
borderRadius: BorderRadius.circular(20),
141141
boxShadow: [
142142
BoxShadow(
143+
// ignore: deprecated_member_use
143144
color: Colors.black.withOpacity(0.1),
144145
blurRadius: 10,
145146
offset: const Offset(0, 5),

FireworkFlutterSDKSample/pubspec.lock

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,10 +321,10 @@ packages:
321321
dependency: "direct main"
322322
description:
323323
name: fw_flutter_sdk
324-
sha256: e455cf8aa0d8b1e82a8b6848f988b1381466b22ac7cd726bbc2b5a2487654360
324+
sha256: "1970a541dd9af2c3496e6b7cd7431062f9baa2147e449ee76f17f80bf4b1c4d4"
325325
url: "https://pub.dev"
326326
source: hosted
327-
version: "2.20.1"
327+
version: "2.20.2-beta.1"
328328
glob:
329329
dependency: transitive
330330
description:
@@ -637,6 +637,14 @@ packages:
637637
url: "https://pub.dev"
638638
source: hosted
639639
version: "1.4.0"
640+
responsive_framework:
641+
dependency: "direct main"
642+
description:
643+
name: responsive_framework
644+
sha256: a8e1c13d4ba980c60cbf6fa1e9907cd60662bf2585184d7c96ca46c43de91552
645+
url: "https://pub.dev"
646+
source: hosted
647+
version: "1.5.1"
640648
rxdart:
641649
dependency: transitive
642650
description:

FireworkFlutterSDKSample/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
sdk: flutter
2020

2121

22-
fw_flutter_sdk: 2.20.1
22+
fw_flutter_sdk: 2.20.2-beta.1
2323
# The following adds the Cupertino Icons font to your application.
2424
# Use with the CupertinoIcons class for iOS style icons.
2525
cupertino_icons: ^1.0.5
@@ -34,6 +34,7 @@ dependencies:
3434
flutter_localizations:
3535
sdk: flutter
3636
intl: any
37+
responsive_framework: ^1.5.1
3738

3839
dev_dependencies:
3940
flutter_test:

docs/__404error.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h5><span class="package-name">fw_flutter_sdk</span> <span class="package-kind">
7979
<footer>
8080
<span class="no-break">
8181
fw_flutter_sdk
82-
2.20.1
82+
2.20.2-beta.1
8383
</span>
8484

8585
</footer>

docs/fw_flutter_sdk/AdBadgeConfiguration-class.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ <h5>fw_flutter_sdk library</h5>
251251
<footer>
252252
<span class="no-break">
253253
fw_flutter_sdk
254-
2.20.1
254+
2.20.2-beta.1
255255
</span>
256256

257257
</footer>

docs/fw_flutter_sdk/AdBadgeConfiguration/AdBadgeConfiguration.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h5>AdBadgeConfiguration class</h5>
102102
<footer>
103103
<span class="no-break">
104104
fw_flutter_sdk
105-
2.20.1
105+
2.20.2-beta.1
106106
</span>
107107

108108
</footer>

docs/fw_flutter_sdk/AdBadgeConfiguration/androidFontInfo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h5>AdBadgeConfiguration class</h5>
102102
<footer>
103103
<span class="no-break">
104104
fw_flutter_sdk
105-
2.20.1
105+
2.20.2-beta.1
106106
</span>
107107

108108
</footer>

docs/fw_flutter_sdk/AdBadgeConfiguration/backgroundColor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h5>AdBadgeConfiguration class</h5>
101101
<footer>
102102
<span class="no-break">
103103
fw_flutter_sdk
104-
2.20.1
104+
2.20.2-beta.1
105105
</span>
106106

107107
</footer>

docs/fw_flutter_sdk/AdBadgeConfiguration/badgeTextType.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h5>AdBadgeConfiguration class</h5>
101101
<footer>
102102
<span class="no-break">
103103
fw_flutter_sdk
104-
2.20.1
104+
2.20.2-beta.1
105105
</span>
106106

107107
</footer>

0 commit comments

Comments
 (0)