Skip to content

Commit 0f0f1f6

Browse files
authored
chore: Version bump up (#35)
* chore: Version bump up * chore: Fix build * chore: removed unused import
1 parent 00575ba commit 0f0f1f6

File tree

55 files changed

+567
-524
lines changed

Some content is hidden

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

55 files changed

+567
-524
lines changed

CHANGELOG.md

+17-12
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,40 @@
11
## [0.0.1] - Jul 15,2021
22

3-
* Setup initial client sdk flow
3+
- Setup initial client sdk flow
44

55
## [0.0.2] - Jul 15,2021
66

7-
* Updated example
7+
- Updated example
88

99
## [0.0.3] - Jul 15,2021
1010

11-
* Fixed multiple Hive adapter registration issue
12-
* Fixed theme background issue
13-
* Resolved pub analysis issues
11+
- Fixed multiple Hive adapter registration issue
12+
- Fixed theme background issue
13+
- Resolved pub analysis issues
1414

1515
## [0.0.4] - Jul 15,2021
1616

17-
* Updated build_runner dependency to null safety version
17+
- Updated build_runner dependency to null safety version
1818

1919
## [0.0.5] - Jul 20,2021
2020

21-
* Added ChatwootChatModal
22-
* Updated README.md
21+
- Added ChatwootChatModal
22+
- Updated README.md
2323

2424
## [0.0.6] - Jul 20,2021
2525

26-
* Fixed received message widget overflow on mobile screens
26+
- Fixed received message widget overflow on mobile screens
2727

2828
## [0.0.7] - Jul 22,2021
2929

30-
* Fixed ChatwootChatDialog avatar color
31-
* Fixed ChatwootChatDialog chat bubble overflow
30+
- Fixed ChatwootChatDialog avatar color
31+
- Fixed ChatwootChatDialog chat bubble overflow
3232

3333
## [0.0.8] - Jul 22,2021
3434

35-
* Update dependencies
35+
- Update dependencies
36+
37+
## [0.0.9] - Jul 22,2021
38+
39+
- Fixed message sending issues
40+
- Adds development docs

README.md

+44-38
Large diffs are not rendered by default.

example/ios/Flutter/AppFrameworkInfo.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<key>CFBundleVersion</key>
2222
<string>1.0</string>
2323
<key>MinimumOSVersion</key>
24-
<string>9.0</string>
24+
<string>11.0</string>
2525
</dict>
2626
</plist>

example/ios/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment this line to define a global platform for your project
2-
# platform :ios, '9.0'
2+
# platform :ios, '11.0'
33

44
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
55
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

example/ios/Podfile.lock

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
PODS:
2+
- Flutter (1.0.0)
3+
- path_provider_ios (0.0.1):
4+
- Flutter
5+
- url_launcher_ios (0.0.1):
6+
- Flutter
7+
8+
DEPENDENCIES:
9+
- Flutter (from `Flutter`)
10+
- path_provider_ios (from `.symlinks/plugins/path_provider_ios/ios`)
11+
- url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
12+
13+
EXTERNAL SOURCES:
14+
Flutter:
15+
:path: Flutter
16+
path_provider_ios:
17+
:path: ".symlinks/plugins/path_provider_ios/ios"
18+
url_launcher_ios:
19+
:path: ".symlinks/plugins/url_launcher_ios/ios"
20+
21+
SPEC CHECKSUMS:
22+
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
23+
path_provider_ios: 14f3d2fd28c4fdb42f44e0f751d12861c43cee02
24+
url_launcher_ios: ae1517e5e344f5544fb090b079e11f399dfbe4d2
25+
26+
PODFILE CHECKSUM: ef19549a9bc3046e7bb7d2fab4d021637c0c58a3
27+
28+
COCOAPODS: 1.11.3

example/ios/Runner.xcodeproj/project.pbxproj

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 46;
6+
objectVersion = 50;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -156,7 +156,7 @@
156156
97C146E61CF9000F007C117D /* Project object */ = {
157157
isa = PBXProject;
158158
attributes = {
159-
LastUpgradeCheck = 1020;
159+
LastUpgradeCheck = 1300;
160160
ORGANIZATIONNAME = "";
161161
TargetAttributes = {
162162
97C146ED1CF9000F007C117D = {
@@ -340,7 +340,7 @@
340340
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
341341
GCC_WARN_UNUSED_FUNCTION = YES;
342342
GCC_WARN_UNUSED_VARIABLE = YES;
343-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
343+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
344344
MTL_ENABLE_DEBUG_INFO = NO;
345345
SDKROOT = iphoneos;
346346
SUPPORTED_PLATFORMS = iphoneos;
@@ -414,7 +414,7 @@
414414
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
415415
GCC_WARN_UNUSED_FUNCTION = YES;
416416
GCC_WARN_UNUSED_VARIABLE = YES;
417-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
417+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
418418
MTL_ENABLE_DEBUG_INFO = YES;
419419
ONLY_ACTIVE_ARCH = YES;
420420
SDKROOT = iphoneos;
@@ -463,7 +463,7 @@
463463
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
464464
GCC_WARN_UNUSED_FUNCTION = YES;
465465
GCC_WARN_UNUSED_VARIABLE = YES;
466-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
466+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
467467
MTL_ENABLE_DEBUG_INFO = NO;
468468
SDKROOT = iphoneos;
469469
SUPPORTED_PLATFORMS = iphoneos;

example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1020"
3+
LastUpgradeVersion = "1300"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

example/ios/Runner/Info.plist

+2
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,7 @@
4141
</array>
4242
<key>UIViewControllerBasedStatusBarAppearance</key>
4343
<false/>
44+
<key>CADisableMinimumFrameDurationOnPhone</key>
45+
<true/>
4446
</dict>
4547
</plist>

example/lib/main.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import 'package:chatwoot_client_sdk/chatwoot_client_sdk.dart';
1+
import 'package:chatwoot_sdk/chatwoot_sdk.dart';
22
import 'package:flutter/material.dart';
33

44
void main() {

0 commit comments

Comments
 (0)