Skip to content

Commit

Permalink
chore(version): 1.0.0-next.0
Browse files Browse the repository at this point in the history
Initial developer preview release.

### Developer Preview

The Amplify Flutter libraries are being rewritten in Dart. This version is part of our developer preview for all platforms and is **not** intended for production usage. Please follow our [Web](aws-amplify#234) and [Desktop](aws-amplify#133) support tickets to monitor the status of supported categories. We will be releasing support incrementally to all platforms.

For production use cases please use the latest, non-tagged versions of amplify-flutter packages from `pub.dev`. They offer a stable, production-ready experience for Android and iOS.

commit-id:2cbbba2b
  • Loading branch information
Dillon Nys committed Aug 1, 2022
1 parent afa26cf commit 9ca84cf
Show file tree
Hide file tree
Showing 92 changed files with 431 additions and 242 deletions.
67 changes: 7 additions & 60 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,79 +1,26 @@
name: sample_app
description: A new Flutter application.

# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: "none" # Remove this line if you wish to publish to pub.dev

# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.0+1
description: An example app which uses the Amplify Flutter libraries.
publish_to: none

environment:
sdk: ">=2.17.0 <3.0.0"
flutter: ">=3.0.0"

dependencies:
amplify_flutter: 1.0.0-next.0
amplify_analytics_pinpoint: 1.0.0-next.0
amplify_auth_cognito: 1.0.0-next.0
amplify_storage_s3: 1.0.0-next.0
file_picker: ^5.0.0
flutter:
sdk: flutter
file_picker: ^5.0.0
amplify_flutter: 0.5.0
amplify_analytics_pinpoint: 0.5.0
amplify_auth_cognito: 0.5.0
amplify_storage_s3: 0.5.0
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.3

dev_dependencies:
flutter_test:
sdk: flutter

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec

# The following section is specific to Flutter.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true

# To add assets to your application, add an assets section, like this:
assets:
- images/image.png
# - images/a_dot_ham.jpeg

# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.

# For details regarding adding assets from package dependencies, see
# https://flutter.dev/assets-and-images/#from-packages

# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages
2 changes: 1 addition & 1 deletion packages/aft/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:
dependencies:
args: ^2.3.0
async: ^2.9.0
aws_common: ^0.1.0
aws_common: ^0.2.0
checked_yaml: ^2.0.0
cli_util: ^0.3.5
collection: ^1.16.0
Expand Down
10 changes: 10 additions & 0 deletions packages/amplify/amplify_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.0.0-next.0 (2022-08-02)

Initial developer preview release.

### Developer Preview

The Amplify Flutter libraries are being rewritten in Dart. This version is part of our developer preview for all platforms and is **not** intended for production usage. Please follow our [Web](https://github.com/aws-amplify/amplify-flutter/issues/234) and [Desktop](https://github.com/aws-amplify/amplify-flutter/issues/133) support tickets to monitor the status of supported categories. We will be releasing Web and Desktop support for all Amplify categories incrementally.

For production use cases please use the latest, non-tagged versions of amplify-flutter packages from `pub.dev`. They offer a stable, production-ready experience for Android and iOS.

## 0.5.0 (2022-05-17)

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify/amplify_flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The top level module for Amplify Flutter.

## Developer Preview

This package version is part of our developer preview for mobile, web and desktop platforms. It is not intended for production usage.
The Amplify Flutter libraries are being rewritten in Dart. This version is part of our developer preview for all platforms and is **not** intended for production usage. Please follow our [Web](https://github.com/aws-amplify/amplify-flutter/issues/234) and [Desktop](https://github.com/aws-amplify/amplify-flutter/issues/133) support tickets to monitor the status of supported categories. We will be releasing Web and Desktop support for all Amplify categories incrementally.

For production use cases please use the latest, non-tagged versions of amplify-flutter packages from `pub.dev`. They offer a stable, production-ready experience for Android and iOS.

Expand Down
26 changes: 14 additions & 12 deletions packages/amplify/amplify_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,32 +1,34 @@
name: amplify_flutter
description: The top level Flutter package for the AWS Amplify libraries.
version: 0.5.0
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify/amplify_flutter
version: 1.0.0-next.0
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/next/packages/amplify/amplify_flutter
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

environment:
sdk: ">=2.17.0 <3.0.0"
flutter: ">=3.0.0"

dependencies:
amplify_core: 0.5.0
amplify_datastore_plugin_interface: 0.5.0
amplify_flutter_android: 0.5.0
amplify_flutter_ios: 0.5.0
amplify_core: 1.0.0-next.0
amplify_datastore_plugin_interface: 1.0.0-next.0
amplify_flutter_android: 1.0.0-next.0
amplify_flutter_ios: 1.0.0-next.0
amplify_secure_storage: 0.1.0
aws_common: ^0.1.0
aws_common: ^0.2.0
collection: ^1.15.0
flutter:
sdk: flutter
meta: ^1.7.0
plugin_platform_interface: ^2.0.0

dev_dependencies:
amplify_analytics_pinpoint: 0.5.0
amplify_api: 0.5.0
amplify_auth_cognito: 0.5.0
amplify_datastore: 0.5.0
amplify_analytics_pinpoint: 1.0.0-next.0
amplify_api: 1.0.0-next.0
amplify_auth_cognito: 1.0.0-next.0
amplify_datastore: 1.0.0-next.0
amplify_lints: ^2.0.0
amplify_storage_s3: 0.5.0
amplify_storage_s3: 1.0.0-next.0
amplify_test:
path: ../../amplify_test
build_runner: ^2.0.0
Expand Down
10 changes: 10 additions & 0 deletions packages/amplify/amplify_flutter_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.0.0-next.0 (2022-08-02)

Initial developer preview release.

### Developer Preview

The Amplify Flutter libraries are being rewritten in Dart. This version is part of our developer preview for all platforms and is **not** intended for production usage. Please follow our [Web](https://github.com/aws-amplify/amplify-flutter/issues/234) and [Desktop](https://github.com/aws-amplify/amplify-flutter/issues/133) support tickets to monitor the status of supported categories. We will be releasing Web and Desktop support for all Amplify categories incrementally.

For production use cases please use the latest, non-tagged versions of amplify-flutter packages from `pub.dev`. They offer a stable, production-ready experience for Android and iOS.

## 0.5.0 (2022-05-17)

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify/amplify_flutter_android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The method channel implementation for amplify_flutter on Android

## Developer Preview

This package version is part of our developer preview for mobile, web and desktop platforms. It is not intended for production usage.
The Amplify Flutter libraries are being rewritten in Dart. This version is part of our developer preview for all platforms and is **not** intended for production usage. Please follow our [Web](https://github.com/aws-amplify/amplify-flutter/issues/234) and [Desktop](https://github.com/aws-amplify/amplify-flutter/issues/133) support tickets to monitor the status of supported categories. We will be releasing Web and Desktop support for all Amplify categories incrementally.

For production use cases please use the latest, non-tagged versions of amplify-flutter packages from `pub.dev`. They offer a stable, production-ready experience for Android and iOS.

Expand Down
6 changes: 4 additions & 2 deletions packages/amplify/amplify_flutter_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: amplify_flutter_android
description: The method channel implementation for amplify_flutter on Android
version: 0.5.0
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify/amplify_flutter_android
version: 1.0.0-next.0
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/next/packages/amplify/amplify_flutter_android
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

environment:
sdk: ">=2.17.0 <3.0.0"
Expand Down
10 changes: 10 additions & 0 deletions packages/amplify/amplify_flutter_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.0.0-next.0 (2022-08-02)

Initial developer preview release.

### Developer Preview

The Amplify Flutter libraries are being rewritten in Dart. This version is part of our developer preview for all platforms and is **not** intended for production usage. Please follow our [Web](https://github.com/aws-amplify/amplify-flutter/issues/234) and [Desktop](https://github.com/aws-amplify/amplify-flutter/issues/133) support tickets to monitor the status of supported categories. We will be releasing Web and Desktop support for all Amplify categories incrementally.

For production use cases please use the latest, non-tagged versions of amplify-flutter packages from `pub.dev`. They offer a stable, production-ready experience for Android and iOS.

## 0.5.0 (2022-05-17)

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify/amplify_flutter_ios/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The method channel implementation for amplify_flutter on iOS

## Developer Preview

This package version is part of our developer preview for mobile, web and desktop platforms. It is not intended for production usage.
The Amplify Flutter libraries are being rewritten in Dart. This version is part of our developer preview for all platforms and is **not** intended for production usage. Please follow our [Web](https://github.com/aws-amplify/amplify-flutter/issues/234) and [Desktop](https://github.com/aws-amplify/amplify-flutter/issues/133) support tickets to monitor the status of supported categories. We will be releasing Web and Desktop support for all Amplify categories incrementally.

For production use cases please use the latest, non-tagged versions of amplify-flutter packages from `pub.dev`. They offer a stable, production-ready experience for Android and iOS.

Expand Down
14 changes: 7 additions & 7 deletions packages/amplify/amplify_flutter_ios/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ dependencies:
sdk: flutter

dev_dependencies:
amplify_analytics_pinpoint: 0.5.0
amplify_api: 0.5.0
amplify_auth_cognito: 0.5.0
amplify_core: 0.5.0
amplify_datastore: 0.5.0
amplify_flutter: 0.5.0
amplify_analytics_pinpoint: 1.0.0-next.0
amplify_api: 1.0.0-next.0
amplify_auth_cognito: 1.0.0-next.0
amplify_core: 1.0.0-next.0
amplify_datastore: 1.0.0-next.0
amplify_flutter: 1.0.0-next.0
amplify_lints: ^2.0.0
amplify_storage_s3: 0.5.0
amplify_storage_s3: 1.0.0-next.0
amplify_test:
path: ../../../amplify_test
flutter_test:
Expand Down
8 changes: 5 additions & 3 deletions packages/amplify/amplify_flutter_ios/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
name: amplify_flutter_ios
description: The method channel implementation for amplify_flutter on iOS
version: 0.5.0
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify/amplify_flutter_ios
version: 1.0.0-next.0
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/next/packages/amplify/amplify_flutter_ios
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

environment:
sdk: ">=2.17.0 <3.0.0"
flutter: ">=3.0.0"

dependencies:
amplify_core: 0.5.0
amplify_core: 1.0.0-next.0
flutter:
sdk: flutter

Expand Down
10 changes: 10 additions & 0 deletions packages/amplify_authenticator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.0.0-next.0 (2022-08-02)

Initial developer preview release.

### Developer Preview

The Amplify Flutter libraries are being rewritten in Dart. This version is part of our developer preview for all platforms and is **not** intended for production usage. Please follow our [Web](https://github.com/aws-amplify/amplify-flutter/issues/234) and [Desktop](https://github.com/aws-amplify/amplify-flutter/issues/133) support tickets to monitor the status of supported categories. We will be releasing Web and Desktop support for all Amplify categories incrementally.

For production use cases please use the latest, non-tagged versions of amplify-flutter packages from `pub.dev`. They offer a stable, production-ready experience for Android and iOS.

## 0.1.1 (2022-05-17)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify_authenticator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The Amplify Flutter Authenticator simplifies the process of authenticating users

## Developer Preview

This package version is part of our developer preview for mobile, web and desktop platforms. It is not intended for production usage.
The Amplify Flutter libraries are being rewritten in Dart. This version is part of our developer preview for all platforms and is **not** intended for production usage. Please follow our [Web](https://github.com/aws-amplify/amplify-flutter/issues/234) and [Desktop](https://github.com/aws-amplify/amplify-flutter/issues/133) support tickets to monitor the status of supported categories. We will be releasing Web and Desktop support for all Amplify categories incrementally.

For production use cases please use the latest, non-tagged versions of amplify-flutter packages from `pub.dev`. They offer a stable, production-ready experience for Android and iOS.

Expand Down
4 changes: 2 additions & 2 deletions packages/amplify_authenticator/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ environment:
flutter: ">=3.0.0"

dependencies:
amplify_auth_cognito: 0.5.0
amplify_auth_cognito: 1.0.0-next.0
amplify_authenticator:
path: ../
amplify_flutter: 0.5.0
amplify_flutter: 1.0.0-next.0

flutter:
sdk: flutter
Expand Down
11 changes: 6 additions & 5 deletions packages/amplify_authenticator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
name: amplify_authenticator
description: A prebuilt Sign In and Sign Up experience for the Amplify Auth category
version: 0.1.1
version: 1.0.0-next.0
homepage: https://ui.docs.amplify.aws/components/authenticator?platform=flutter
repository: https://github.com/aws-amplify/amplify-flutter/tree/next/packages/amplify_authenticator
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

environment:
sdk: ">=2.17.0 <3.0.0"
flutter: ">=3.0.0"

dependencies:
amplify_auth_cognito: ">=0.3.0 <0.6.0"
amplify_core: ">=0.3.0 <0.6.0"
amplify_flutter: ">=0.3.0 <0.6.0"
amplify_auth_cognito: 1.0.0-next.0
amplify_core: 1.0.0-next.0
amplify_flutter: 1.0.0-next.0
async: ^2.8.0
aws_common: ^0.1.0
aws_common: ^0.2.0
collection: ^1.15.0
flutter:
sdk: flutter
Expand Down
10 changes: 10 additions & 0 deletions packages/amplify_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.0.0-next.0 (2022-08-02)

Initial developer preview release.

### Developer Preview

The Amplify Flutter libraries are being rewritten in Dart. This version is part of our developer preview for all platforms and is **not** intended for production usage. Please follow our [Web](https://github.com/aws-amplify/amplify-flutter/issues/234) and [Desktop](https://github.com/aws-amplify/amplify-flutter/issues/133) support tickets to monitor the status of supported categories. We will be releasing Web and Desktop support for all Amplify categories incrementally.

For production use cases please use the latest, non-tagged versions of amplify-flutter packages from `pub.dev`. They offer a stable, production-ready experience for Android and iOS.

## 0.5.0 (2022-05-17)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify_core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ A core package containing base types, utilities shared across the amplify-flutte

## Developer Preview

This package version is part of our developer preview for mobile, web and desktop platforms. It is not intended for production usage.
The Amplify Flutter libraries are being rewritten in Dart. This version is part of our developer preview for all platforms and is **not** intended for production usage. Please follow our [Web](https://github.com/aws-amplify/amplify-flutter/issues/234) and [Desktop](https://github.com/aws-amplify/amplify-flutter/issues/133) support tickets to monitor the status of supported categories. We will be releasing Web and Desktop support for all Amplify categories incrementally.

For production use cases please use the latest, non-tagged versions of amplify-flutter packages from `pub.dev`. They offer a stable, production-ready experience for Android and iOS.
2 changes: 1 addition & 1 deletion packages/amplify_core/lib/src/amplify_class.dart
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ abstract class AmplifyClass {
static AmplifyClass? instance;

/// The library version.
String get version => '0.5.0';
String get version => '1.0.0-next.0';

/// Resets the Amplify implementation, removing all traces of Amplify from
/// the device.
Expand Down
10 changes: 6 additions & 4 deletions packages/amplify_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
name: amplify_core
description: The base package containing common types and utilities that are shared across the Amplify Flutter packages.
version: 0.5.0
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_core
version: 1.0.0-next.0
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/next/packages/amplify_core
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

environment:
sdk: ">=2.17.0 <3.0.0"

dependencies:
async: ^2.8.2
aws_common: ^0.1.0
aws_signature_v4: ^0.1.0
aws_common: ^0.2.0
aws_signature_v4: ^0.2.0
collection: ^1.15.0
http: ^0.13.0
intl: ^0.17.0
Expand Down
10 changes: 10 additions & 0 deletions packages/amplify_datastore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.0.0-next.0 (2022-08-02)

Initial developer preview release.

### Developer Preview

The Amplify Flutter libraries are being rewritten in Dart. This version is part of our developer preview for all platforms and is **not** intended for production usage. Please follow our [Web](https://github.com/aws-amplify/amplify-flutter/issues/234) and [Desktop](https://github.com/aws-amplify/amplify-flutter/issues/133) support tickets to monitor the status of supported categories. We will be releasing Web and Desktop support for all Amplify categories incrementally.

For production use cases please use the latest, non-tagged versions of amplify-flutter packages from `pub.dev`. They offer a stable, production-ready experience for Android and iOS.

## 0.5.0 (2022-05-17)

### Features
Expand Down
Loading

0 comments on commit 9ca84cf

Please sign in to comment.