-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[Android][iOS] Native pages staging #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mlabieniec
pushed a commit
that referenced
this pull request
Sep 24, 2018
|
Please close this PR. @desokroshan will create a separate PR. |
sammartinez
pushed a commit
that referenced
this pull request
Aug 19, 2020
* chore: begin adding flutter docs
* Prepare basic Flutter Docs Framework
* Basic Flutter Analytics Module Docs
Incomplete, some parts are unclear and need to wait further clarification
* Minor Doc Feedback Changes
# Conflicts:
# client/src/components.d.ts
* initial docs for signIn, signUp and confirmSignUp
* add dart language support
* spelling issues
* feat(flutter): password management, hubEvents, confirmation, signOut and signIn
* add try catches
* added credential page
* cr suggestions
* user attributes section for flutter
* param name correction
* fix(amplify-flutter) interface changes and credential clarification
* Initial SampleApp Docs PR
This is the guide that goes along with the SampleApp PR on the main amplify-flutter branch.
Please note that we are still waiting for Storage to be completed to finalize the sample app and the docs.
This initial commit is meant to give you a general idea of how the sample apps docs will be constructed and to give you the opportunity to give feedback before we finalize more.
# Conflicts:
# client/src/components.d.ts
# cspell.json
* Add Flutter Disclaimer
* Finalize Docs for Sample App
Sample App
- update Auth API
- add Analytics API
- Unresolved Docs Issues:
- Storage API usage in Sample App
- Final Storage API?
- Final name of package for Pubspec?
- Amplify CLI instructions not tested
- Where is amplifyconfiguration.dart file placed?
- Asking Harry how to remove API (GraphQL) and Datastore
- READ THROUGH
* EscapeHatch + ExistingResources
* SDK -> Library
* Fix dependency
* Simplify GettingStarted Docs
- Support basic starter app for Android
* Minor Fixes
* Remove GraphQL - DataStore Flutter Sections
* feat(amplify-flutter) storage docs (#2)
* storage flutter docs
* content updates
* feat(amplify-flutter) project setup section (#6)
* getting started section for flutter
Co-authored-by: Sam Martinez <sammartinez19@gmail.com>
* Minor Fixes Docs
- Update dependencies to amplify_core: '<1.0.0'
- Remove New keyword in category getting started
- Add Amplify Init instructions
# Conflicts:
# docs/lib/analytics/fragments/flutter/getting-started/30_initAnalytics.md
# docs/lib/auth/fragments/flutter/getting_started/30_initAuth.md
* PR comment fixes
* adding jest snapshots (#7)
* remove commented out md (#8)
Co-authored-by: Solovay <hsolova@3c22fbbe0c1f.ant.amazon.com>
Co-authored-by: Kyle <kylcheng@gmail.com>
Co-authored-by: Noyes <dnnoyes@3c22fb0f428c.ant.amazon.com>
Co-authored-by: mlabieniec <michaellabieniec@gmail.com>
mlabieniec
added a commit
that referenced
this pull request
Feb 13, 2021
``` E/flutter (30435): [ERROR:flutter/lib/ui/ui_dart_state.cc(177)] Unhandled Exception: type '_InternalLinkedHashMap<String, dynamic>' is not a subtype of type 'Map<String, String>' E/flutter (30435): #0 new CognitoSignUpOptions (package:amplify_auth_cognito/src/CognitoSignUp/CognitoSignUpOptions.dart:20:87) E/flutter (30435): #1 SignUpState._signUp (package:AwsAmplifySample/components/signUp.dart:29:20) E/flutter (30435): #2 SignUpState.build.<anonymous closure> (package:AwsAmplifySample/components/signUp.dart:190:35) E/flutter (30435): #3 _InkResponseState._handleTap (package:flutter/src/material/ink_well.dart:993:19) E/flutter (30435): #4 _InkResponseState.build.<anonymous closure> (package:flutter/src/material/ink_well.dart:1111:38) E/flutter (30435): #5 GestureRecognizer.invokeCallback (package:flutter/src/gestures/recognizer.dart:183:24) E/flutter (30435): #6 TapGestureRecognizer.handleTapUp (package:flutter/src/gestures/tap.dart:598:11) E/flutter (30435): #7 BaseTapGestureRecognizer._checkUp (package:flutter/src/gestures/tap.dart:287:5) E/flutter (30435): #8 BaseTapGestureRecognizer.acceptGesture (package:flutter/src/gestures/tap.dart:259:7) E/flutter (30435): #9 GestureArenaManager.sweep (package:flutter/src/gestures/arena.dart:157:27) E/flutter (30435): #10 GestureBinding.handleEvent (package:flutter/src/gestures/binding.dart:362:20) E/flutter (30435): #11 GestureBinding.dispatchEvent (package:flutter/src/gestures/binding.dart:338:22) E/flutter (30435): #12 RendererBinding.dispatchEvent (package:flutter/src/rendering/binding.dart:267:11) E/flutter (30435): #13 GestureBinding._handlePointerEvent (package:flutter/src/gestures/binding.dart:295:7) E/flutter (30435): #14 GestureBinding._flushPointerEventQueue (package:flutter/src/gestures/binding.dart:240:7) E/flutter (30435): #15 GestureBinding._handlePointerDataPacket (package:flutter/src/gestures/binding.dart:213:7) E/flutter (30435): #16 _rootRunUnary (dart:async/zone.dart:1206:13) E/flutter (30435): #17 _CustomZone.runUnary (dart:async/zone.dart:1100:19) E/flutter (30435): #18 _CustomZone.runUnaryGuarded (dart:async/zone.dart:1005:7) E/flutter (30435): #19 _invoke1 (dart:ui/hooks.dart:265:10) E/flutter (30435): #20 _dispatchPointerDataPacket (dart:ui/hooks.dart:174:5) E/flutter (30435): ``` If `dynamic` is used
swaminator
pushed a commit
that referenced
this pull request
Jul 6, 2021
Adding import auth documentation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adding a few pages to see if the directory structure is correct.