Skip to content

Commit 499817c

Browse files
authored
chore(repo): Release clean up (#2347)
1 parent ab4a36f commit 499817c

File tree

9 files changed

+20
-4
lines changed

9 files changed

+20
-4
lines changed

example/lib/main.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
import 'package:amplify_analytics_pinpoint/amplify_analytics_pinpoint.dart';
1717
import 'package:amplify_auth_cognito/amplify_auth_cognito.dart';
1818
import 'package:amplify_flutter/amplify_flutter.dart';
19+
import 'package:amplify_storage_s3/amplify_storage_s3.dart';
1920
import 'package:flutter/material.dart';
2021
import 'package:sample_app/Pages/LoadingPage.dart';
2122

example/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ environment:
77
flutter: ">=3.0.0"
88

99
dependencies:
10-
amplify_flutter: 1.0.0-next.0
11-
amplify_analytics_pinpoint: 1.0.0-next.0
12-
amplify_auth_cognito: 1.0.0-next.0
13-
amplify_storage_s3: 1.0.0-next.0
10+
amplify_flutter: ^1.0.0-0
11+
amplify_analytics_pinpoint: ^1.0.0-0
12+
amplify_auth_cognito: ^1.0.0-0
13+
amplify_storage_s3: ^1.0.0-0
1414
file_picker: ^5.0.0
1515
flutter:
1616
sdk: flutter

packages/amplify/amplify_flutter/example/linux/flutter/generated_plugin_registrant.cc

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/amplify/amplify_flutter/example/linux/flutter/generated_plugins.cmake

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/amplify/amplify_flutter/example/windows/flutter/generated_plugin_registrant.cc

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/amplify/amplify_flutter/example/windows/flutter/generated_plugins.cmake

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/storage/amplify_storage_s3/example/macos/Flutter/GeneratedPluginRegistrant.swift

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/storage/amplify_storage_s3/example/windows/flutter/generated_plugin_registrant.cc

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/storage/amplify_storage_s3/example/windows/flutter/generated_plugins.cmake

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)