add flutter tutorial to build an ideas tracker app using appwrite#2888
Open
blueberry-adii wants to merge 17 commits intoappwrite:mainfrom
Open
add flutter tutorial to build an ideas tracker app using appwrite#2888blueberry-adii wants to merge 17 commits intoappwrite:mainfrom
blueberry-adii wants to merge 17 commits intoappwrite:mainfrom
Conversation
Contributor
Greptile SummaryThis PR replaces the Flutter tutorial placeholder with a complete 8-step guide for building an ideas tracker app using Appwrite and the Provider pattern. All previously identified concerns (password plaintext, fire-and-forget async calls, missing Confidence Score: 5/5
Important Files Changed
Reviews (10): Last reviewed commit: "replace Styles.disabledButton by adding ..." | Re-trigger Greptile |
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
…yles.button & remove appwrite version in appwrite flutter sdk installation
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
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.
What does this PR do?
This PR introduces flutter tutorial to create an ideas tracker app using appwrite in the Appwrite Docs
Test Plan
Build tests for Android and iOS runs and works well using flutter run
Related Issues
This PR closes #2882
Have you read the Contributing Guidelines on issues?
Yes.