Skip to content
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

refactor(dynamic_links)!: rework as part of #6979 #7263

Merged
merged 132 commits into from
Dec 4, 2021
Merged
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
132 commits
Select commit Hold shift + click to select a range
20cbe52
refactor(dynamic_links): rework initial commit
russellwheatley Oct 27, 2021
7ba3e5a
refactor(dynamic_links): separate link builder from params
russellwheatley Oct 28, 2021
83510e0
refactor(dynamic_links, android): as part of rework
russellwheatley Oct 28, 2021
2e53ad0
chore(dynamic_links): updating directory structure
russellwheatley Oct 28, 2021
dbb6061
refactor(dynamic_links, android): rewire streamHandler
russellwheatley Nov 2, 2021
71adce8
chore: format run formatter
russellwheatley Nov 2, 2021
9d97169
chore: not in android util
russellwheatley Nov 3, 2021
644bd3c
refactor(dynamic_links, android): implement onLink stream handler
russellwheatley Nov 3, 2021
43fdda1
chore(dynamic_links, iOS): update folder structure
russellwheatley Nov 3, 2021
ab36616
refactor(dynamic_links): previewLink is nullable
russellwheatley Nov 3, 2021
6f22500
format: run formatter
russellwheatley Nov 3, 2021
118c769
chore: remove unused stream handler
russellwheatley Nov 3, 2021
3b639ac
chore(dynamic_links): miscellaneous xCode changes
russellwheatley Nov 3, 2021
53179a3
chore(dynamic_links, ios): make header file public
russellwheatley Nov 3, 2021
e15f561
refactor(dynamic_links, ios): rework plugin
russellwheatley Nov 3, 2021
2647009
chore: update note
russellwheatley Nov 3, 2021
e2b45ec
format: run formatter
russellwheatley Nov 3, 2021
b0acfe4
Merge branch 'master' into @russell/dynamiclink-rework
russellwheatley Nov 3, 2021
c2e1b56
refactor(dynamic_links): update error handling
russellwheatley Nov 4, 2021
ed2b44b
chore(dynamic_links): update paths post directory restructuring
russellwheatley Nov 4, 2021
5e436c3
chore(dynamic_links): update pubspec.yaml
russellwheatley Nov 4, 2021
9ecbb62
chore(dynamic_links): started update of example app
russellwheatley Nov 4, 2021
e884dff
refactor(dynamic_links): removed dynamic_link_builder.dart
russellwheatley Nov 9, 2021
c4a2e20
test(dynamic_links): update tests
russellwheatley Nov 9, 2021
9521ac1
tests(dynamic_links): update universal tests
russellwheatley Nov 10, 2021
8829264
format: run formatter
russellwheatley Nov 10, 2021
bf133f5
test(dynamic_links): refactor tests for universal & PI
russellwheatley Nov 10, 2021
c62e6a1
test(dynamic_links): more reworking of tests & PI classes
russellwheatley Nov 10, 2021
d3575c5
chore(dynamic_links): rename method channel instance
russellwheatley Nov 11, 2021
e667395
chore(dynamic_links): conditional mapping for params
russellwheatley Nov 11, 2021
343583c
chore(dynamic_links): todo note about multi app
russellwheatley Nov 11, 2021
1d7c37e
test(dynamic_links): update method channel tests
russellwheatley Nov 11, 2021
9761839
chore(dynamic_links): tidy up method channel
russellwheatley Nov 11, 2021
5598e22
chore(dynamic_links): update exports & example
russellwheatley Nov 11, 2021
fa9635b
tests(dynamic_links): update e2e
russellwheatley Nov 11, 2021
8e18fa9
Merge branch 'master' into @russell/dynamiclink-rework
russellwheatley Nov 11, 2021
7e1c476
chore(dynamic_links): update example pubspecs
russellwheatley Nov 11, 2021
90652b4
fix(dynamic_links, android): return Task
russellwheatley Nov 11, 2021
9270264
refactor(dynamic_links): remove google-services.json
russellwheatley Nov 16, 2021
fa4149a
fix(dynamic_links, android): nullable link
russellwheatley Nov 16, 2021
7f59009
fix(dynamic_links): always pass defaults
russellwheatley Nov 16, 2021
1135ed7
chore(dynamic_links): update example init
russellwheatley Nov 16, 2021
2f864fc
format: run formatter
russellwheatley Nov 16, 2021
704edd4
test(dynamic_links): update
russellwheatley Nov 16, 2021
bb33ff3
chore: update ios for testing
russellwheatley Nov 16, 2021
85fa49f
refactor(dynamic_links): convert platform errors
russellwheatley Nov 16, 2021
f638ae0
chore(dynamic_links): pass stack trace if available
russellwheatley Nov 16, 2021
d888c88
tests(dynamic_links): update e2e tests
russellwheatley Nov 16, 2021
8f1fa38
format
russellwheatley Nov 16, 2021
5e32ec0
revert package path
russellwheatley Nov 16, 2021
8a8ac8b
chore(functions):revert MinimumOSVersion change
russellwheatley Nov 16, 2021
f6775fd
chore(functions):reinstate ios config
russellwheatley Nov 16, 2021
9b592de
test(dynamiclinks):test platform exception
russellwheatley Nov 16, 2021
e134f41
chore(dynamiclinks):revert remote config change. wrong PR
russellwheatley Nov 16, 2021
229a90a
chore(dynamiclinks): rm code comment
russellwheatley Nov 16, 2021
ca0cda9
chore(dynamic-links): throw if different app on iOS platform
russellwheatley Nov 16, 2021
509d89e
chore(dynamic-links): analyze issues
russellwheatley Nov 16, 2021
490b493
test(dynamic-links): fix universal tests
russellwheatley Nov 16, 2021
c88e34a
test(dynamic-links): fix e2e tests
russellwheatley Nov 16, 2021
61a8ba9
test(dynamic-links, ios): nullable preview link
russellwheatley Nov 16, 2021
cb78517
chore: revert melos.yaml
russellwheatley Nov 16, 2021
c52c6c5
refactor(dynamic_links, android): packages
russellwheatley Nov 16, 2021
9e2f56c
refactor(dynamic_links, android): packages
russellwheatley Nov 16, 2021
8e26f05
refactor(dynamic_links, android): AndroidManifest.xml
russellwheatley Nov 16, 2021
95f10bf
chore(dynamic_links): fic CI issues
russellwheatley Nov 16, 2021
fd7134f
chore(dynamic_links, android): change package
russellwheatley Nov 16, 2021
5e8c71b
chore: CI update
russellwheatley Nov 17, 2021
353df06
chore: CI update
russellwheatley Nov 17, 2021
9e27941
chore: CHANGELOG.md fix for CI
russellwheatley Nov 17, 2021
c00ca6c
chore(dynamic_link): tweaks for android
russellwheatley Nov 17, 2021
e70b4fb
refactor(dynamic_link): update event handling
russellwheatley Nov 17, 2021
143aa0e
chore(dynamic_link): update example
russellwheatley Nov 17, 2021
9eef0fe
format
russellwheatley Nov 17, 2021
2eaf222
test(dynamic_links): update todo
russellwheatley Nov 17, 2021
28245bf
chore(dynamic_links, android): app manifest
russellwheatley Nov 17, 2021
0338494
Merge branch 'master' into @russell/dynamiclink-rework
russellwheatley Nov 17, 2021
c0c3044
chore: rm android warning
russellwheatley Nov 17, 2021
6e8ce08
chore(dynamic_links, ios): add GoogleService-Info.plist
russellwheatley Nov 18, 2021
16257a4
chore(dynamic_links): Update example app
russellwheatley Nov 18, 2021
ce4fc0c
formatting
russellwheatley Nov 18, 2021
edc156f
chore: analyze issue
russellwheatley Nov 18, 2021
de3af48
chore: name
russellwheatley Nov 18, 2021
9883272
chore(dynamic_links): update license headers
russellwheatley Nov 18, 2021
34e71ed
chore(dynamic_links): rm required necessity for params
russellwheatley Nov 18, 2021
fc30145
chore(dynamic_links): rename class
russellwheatley Nov 18, 2021
ff8bda1
chore(dynamic_links): setMethodCallHandler; set once
russellwheatley Nov 18, 2021
53a7ddb
chore(dynamic_links): _getPendingDynamicLinkDataFromMap; make private
russellwheatley Nov 18, 2021
900ac2f
chore(dynamic_links): update error handling
russellwheatley Nov 18, 2021
af7c223
chore(dynamic_links): update class name: PendingDynamicLinkDataiOS
russellwheatley Nov 18, 2021
82ddb2c
chore(dynamic_links): rm unnecessary prop
russellwheatley Nov 18, 2021
91e3983
chore(dynamic_links): switch back to PendingDynamicLinkDataIOS
russellwheatley Nov 18, 2021
e124aa9
chore(dynamic_links): method channel error handling
russellwheatley Nov 18, 2021
8307bfb
chore(dynamic_links): PI code comments
russellwheatley Nov 18, 2021
dc82059
chore(dynamic_links): analyse issues
russellwheatley Nov 18, 2021
a55da8a
refactor(dynamic_links): ISOParameters naming
russellwheatley Nov 24, 2021
8a7ed32
chore(dynamic_links): revert auth example pubspec.yaml
russellwheatley Nov 24, 2021
8fe4e26
chore(dynamic_links): setup headers for DL usage docs
russellwheatley Nov 24, 2021
2320b52
docs(dynamic_links): update universal code CHANGELOG.md for rework
russellwheatley Nov 29, 2021
1133837
refactor(dynamic_links): update onLink() to onLink
russellwheatley Nov 29, 2021
f3c0414
docs(dynamic_links): update CHANGELOG.md
russellwheatley Nov 29, 2021
2178919
refactor(dynamic_links): update buildUrl() to buildLink()
russellwheatley Nov 29, 2021
505f4ff
docs(dynamic_links): CHANGELOG.md update
russellwheatley Nov 29, 2021
51504cb
refactor(dynamic_links): remove shortenUrl()
russellwheatley Nov 29, 2021
f4d612c
docs(dynamic_links): remove shortenUrl() in CHANGELOG.md
russellwheatley Nov 29, 2021
08e80b3
docs(dynamic_links): made a start
russellwheatley Nov 30, 2021
a0d7216
chore(dynamic_links): update example
russellwheatley Nov 30, 2021
4720f05
chore(dynamic_links): update example
russellwheatley Nov 30, 2021
9e69929
docs(dynamic_links): how to use
russellwheatley Nov 30, 2021
e24509e
docs(dynamic_links): update
russellwheatley Nov 30, 2021
d78be1b
chore(DL): rm dead code
russellwheatley Dec 1, 2021
51aef0c
chore(DL): analyse issue
russellwheatley Dec 1, 2021
55be4b3
chore(DL): remove dead code & update refactored
russellwheatley Dec 1, 2021
397b8e3
consistent capitalisation in usage.mdx
russellwheatley Dec 2, 2021
c7b3059
docs(DL): update to double quotes to backticks
russellwheatley Dec 2, 2021
19c9b9b
docs(DL): update dictionary.js
russellwheatley Dec 2, 2021
0b1235a
docs(DL): update README.md
russellwheatley Dec 2, 2021
1a69295
chore: update docs
Ehesp Dec 2, 2021
cc7a9d9
chore: add prefix image example
Ehesp Dec 2, 2021
26eec28
refactore(DL): non nullable stream type
russellwheatley Dec 2, 2021
d74f39d
Merge branch '@russell/dynamiclink-rework' of github.com:FirebaseExte…
russellwheatley Dec 2, 2021
92bc1c2
chore: add docs images
Ehesp Dec 2, 2021
6698c0d
chore: update changelog
Ehesp Dec 2, 2021
fbef0e4
Merge branch 'dev' of https://github.com/FirebaseExtended/flutterfire…
Salakar Dec 3, 2021
b1a69ad
Merge branch 'dev' of https://github.com/FirebaseExtended/flutterfire…
Salakar Dec 3, 2021
6164afc
-
Salakar Dec 3, 2021
10e1843
-
Salakar Dec 3, 2021
e31dace
-
Salakar Dec 3, 2021
fea9875
-
Salakar Dec 4, 2021
4d7df54
-
Salakar Dec 4, 2021
cfaa418
-
Salakar Dec 4, 2021
c65d3aa
Merge branch 'dev' into @russell/dynamiclink-rework
Salakar Dec 4, 2021
29d1f13
Restore exception.dart
Salakar Dec 4, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import 'dart:async';
import 'dart:typed_data';

import 'package:cloud_firestore_platform_interface/cloud_firestore_platform_interface.dart';
import '../../cloud_firestore_platform_interface.dart';
russellwheatley marked this conversation as resolved.
Show resolved Hide resolved
import 'package:firebase_core/firebase_core.dart';
import 'package:meta/meta.dart';
import 'package:plugin_platform_interface/plugin_platform_interface.dart';
Expand Down

This file was deleted.

Loading