Skip to content

Commit

Permalink
chore: update example files
Browse files Browse the repository at this point in the history
  • Loading branch information
oscb committed May 3, 2024
1 parent 4330ab9 commit 7ffb78e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'package:segment_analytics/config.dart';
import 'package:analytics_example/config.dart';
import 'package:segment_analytics/event.dart';
import 'package:segment_analytics/state.dart';
import 'package:flutter/material.dart';
Expand Down
2 changes: 1 addition & 1 deletion example/macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7

COCOAPODS: 1.14.3
COCOAPODS: 1.15.2
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,10 @@ packages:
dependency: "direct main"
description:
name: segment_analytics
sha256: "13e5c0ff0071638d947bbf0f0d8664eeb1d0e7b20274313e60cb1c589dbf6f92"
sha256: fa6e2df7c5703d0d4830c0629ff6af7e2d1a7fd88c051636c5b82f3a8fc88f55
url: "https://pub.dev"
source: hosted
version: "1.0.1"
version: "1.0.2"
shared_preferences:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
flutter:
sdk: flutter

segment_analytics: ^1.0.1
segment_analytics: ^1.0.2
# When depending on this package from a real application you should use:
# analytics: ^x.y.z
# See https://dart.dev/tools/pub/dependencies#version-constraints
Expand Down
2 changes: 1 addition & 1 deletion packages/core/test/mocks/mocks.mocks.dart
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ class MockHTTPClient extends _i1.Mock implements _i9.HTTPClient {
_i4.Future<bool> startBatchUpload(
String? writeKey,
List<_i10.RawEvent>? batch, {
String? host = null,
String? host,
}) =>
(super.noSuchMethod(
Invocation.method(
Expand Down

0 comments on commit 7ffb78e

Please sign in to comment.