dependabot[bot]
89f514612e
Bump cloud_firestore in /experimental/web_dashboard ( #1102 )
...
Bumps [cloud_firestore](https://github.com/FirebaseExtended/flutterfire ) from 3.1.11 to 3.1.12.
- [Release notes](https://github.com/FirebaseExtended/flutterfire/releases )
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md )
- [Commits](https://github.com/FirebaseExtended/flutterfire/compare/cloud_firestore-v3.1.11...cloud_firestore-v3.1.12 )
---
updated-dependencies:
- dependency-name: cloud_firestore
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
71da337dcf
Bump firebase_auth from 3.3.13 to 3.3.14 in /experimental/web_dashboard ( #1103 )
...
Bumps [firebase_auth](https://github.com/FirebaseExtended/flutterfire ) from 3.3.13 to 3.3.14.
- [Release notes](https://github.com/FirebaseExtended/flutterfire/releases )
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md )
- [Commits](https://github.com/FirebaseExtended/flutterfire/compare/firebase_auth-v3.3.13...firebase_auth-v3.3.14 )
---
updated-dependencies:
- dependency-name: firebase_auth
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
8463ec21fa
Bump google_sign_in from 5.2.4 to 5.3.0 in /experimental/web_dashboard ( #1104 )
...
Bumps [google_sign_in](https://github.com/flutter/plugins ) from 5.2.4 to 5.3.0.
- [Release notes](https://github.com/flutter/plugins/releases )
- [Commits](https://github.com/flutter/plugins/compare/google_sign_in-v5.2.4...google_sign_in-v5.3.0 )
---
updated-dependencies:
- dependency-name: google_sign_in
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
24a026527c
Bump json_serializable in /experimental/web_dashboard ( #1105 )
...
Bumps [json_serializable](https://github.com/google/json_serializable.dart ) from 6.1.5 to 6.1.6.
- [Release notes](https://github.com/google/json_serializable.dart/releases )
- [Commits](https://github.com/google/json_serializable.dart/compare/json_serializable-v6.1.5...json_serializable-v6.1.6 )
---
updated-dependencies:
- dependency-name: json_serializable
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
7dcd0f21ee
Bump firebase_auth from 3.3.12 to 3.3.13 in /experimental/web_dashboard ( #1069 )
...
Bumps [firebase_auth](https://github.com/FirebaseExtended/flutterfire ) from 3.3.12 to 3.3.13.
- [Release notes](https://github.com/FirebaseExtended/flutterfire/releases )
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md )
- [Commits](https://github.com/FirebaseExtended/flutterfire/compare/firebase_auth-v3.3.12...firebase_auth-v3.3.13 )
---
updated-dependencies:
- dependency-name: firebase_auth
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
f5c01afcdc
Bump grinder from 0.9.0 to 0.9.1 in /experimental/web_dashboard ( #1064 )
...
Bumps [grinder](https://github.com/google/grinder.dart ) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/google/grinder.dart/releases )
- [Changelog](https://github.com/google/grinder.dart/blob/master/CHANGELOG.md )
- [Commits](https://github.com/google/grinder.dart/commits/0.9.1 )
---
updated-dependencies:
- dependency-name: grinder
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Brett Morgan
3b46646306
`flutter pub upgrade --major-versions` ( #1061 )
3 years ago
Brett Morgan
a481c264cd
Remove git:// url, update deps, fix `destop_photo_search` ( #1052 )
3 years ago
Brett Morgan
9c02a0fa09
Migrate `desktop_photo_search` to top level ( #1002 )
3 years ago
Chris Bracken
0687245ebf
Photo search: Wrap tree node in Semantics widget ( #988 )
...
The results tree view nodes are each a Row widget containing an
IconButton (which in this case is blank) and an InkWell. In order to
expose this as a tappable widget in screen readers, we wrap the tree
nodes in a Semantics widget that performs the same function as the
InkWell would when tapped.
3 years ago
Chris Bracken
de9afb40e0
Photo search: update Linux window title ( #991 )
3 years ago
Chris Bracken
6f78a89a61
Photo search: Add image, download button semantics ( #989 )
...
Adds the Unsplash photo description, if available, as the image
semantics label in the photo detail view.
Adds a 'download' tooltip to the download IconButton, which also sets
the semantics label for screen readers.
3 years ago
Chris Bracken
8da15e2059
Photo search: Set window title on Windows ( #987 )
...
Updates the window title to "Desktop Photo Search" in the Windows
build of desktop_photo_search.
3 years ago
Brett Morgan
a5203b071c
`linting_tool`: Fix warnings and update dependencies ( #981 )
3 years ago
Brett Morgan
affbe89cee
`experimental/web_dashboard`: Drop Android and iOS runners ( #978 )
3 years ago
Brett Morgan
9102cb4653
Update `federated_plugin` runners ( #972 )
3 years ago
Brett Morgan
26d88f1799
Update `pubspec.yaml` files ( #971 )
3 years ago
Brett Morgan
5b0a6be873
Drop DEVELOPMENT_TEAM ( #975 )
3 years ago
Andrew Brogdon
664b63c03c
Updates for 2.8! ( #961 )
3 years ago
Brett Morgan
be34b0bf43
Centralize analysis options ( #957 )
3 years ago
Brett Morgan
bdf7ad36da
[CI]: `dart analyze --fatal-infos` ( #954 )
3 years ago
Brett Morgan
84e7057abe
Update `pubspec.yaml` files ( #958 )
3 years ago
Brett Morgan
ddd618f92e
Update charts_flutter to 0.12.0 ( #951 )
3 years ago
Ahmed Ashour
29339b8334
Remove unneeded types ( #949 )
3 years ago
Brett Morgan
eb74d3f380
Desktop Runner refresh ( #936 )
3 years ago
Brett Morgan
e2b77a4bf1
flutter pub upgrade ( #931 )
3 years ago
John Ryan
4893a24625
Migrate web dashboard to null safety ( #928 )
...
* update dependencies
* Update to cloud_firestore 2.x.x
* run dart migrate
* Fix analyzer warnings from null safety migration
* Fix errors resulting from null safety migration
* Fix info level warnings
* run flutter format
* fix tests
* remove unused import, format
3 years ago
Brett Morgan
994cdb4afa
flutter pub upgrade ( #926 )
...
* flutter pub upgrade
* `desktop_photo_search`: Remove unneeded `unawaited`
Co-authored-by: John Ryan <ryjohn@google.com>
3 years ago
Brett Morgan
e2e2713986
Enforce `use_key_in_widget_constructors` and `file_names` lints ( #913 )
...
* Start enforcing use_key_in_widget_constructors and file_names lints
* dart format
* analysis fixes
* analysis fixes, pt2
* analysis fixes, part 3
* Revert platform_design (test failure)
* More reverts
* Notate why we aren't enforcing a lint
3 years ago
Brett Morgan
e160f5261c
`experimental/linting_tool`: dart fix ( #915 )
3 years ago
Michael Thomsen
3de664f9e7
Link to dart.dev docs for lints ( #901 )
3 years ago
Brett Morgan
297f6b0b96
Upgrade deps, format, fix web/filipino_cuisine ( #898 )
...
fixes: https://github.com/flutter/samples/issues/897
3 years ago
Andrew Brogdon
4cac0e6661
Lands beta branch into master for 2.5 ( #895 )
3 years ago
Abdullah Deshmukh
410e43fbc1
[linting_tool] Prepare for release ( #880 )
3 years ago
Abdullah Deshmukh
0aad30fc5b
Add new DefaultRulesPage ( #875 )
3 years ago
Abdullah Deshmukh
1e00fd0bde
[linting_tool] Implement editing profile ( #874 )
3 years ago
Abdullah Deshmukh
bd4fa28584
Implements default lints page ( #871 )
3 years ago
Abdullah Deshmukh
a68f3f57d6
[linting_tool] Stop duplication of rules in the same profile ( #870 )
3 years ago
Abdullah Deshmukh
9986fe2f2c
[linting_tool] Implement exporting profiles ( #869 )
3 years ago
Abdullah Deshmukh
bbb8e342f1
[linting_tool] Implement saving rules to DB ( #860 )
3 years ago
Abdullah Deshmukh
6bac1b9694
[linting_tool] Add lint rules list ( #856 )
3 years ago
Abdullah Deshmukh
8e73c73f4b
[linting_tool] Add Adaptive Layout with Theming ( #852 )
3 years ago
Abdullah Deshmukh
8573269c03
Add Linting tool starter project ( #840 )
3 years ago
Brett Morgan
6acb879dfa
Add flutter_lints to experimental/federated_plugin/federated_plugin_macos ( #818 )
3 years ago
Brett Morgan
82c0e717ab
Update experimental/federated_plugin/federated_plugin_* ( #819 )
3 years ago
Brett Morgan
a405fc4a9d
Update the dependencies ( #815 )
3 years ago
Brett Morgan
40abd00a45
Adjust lint rules for experimental/web_dashboard ( #820 )
3 years ago
Brett Morgan
9ad1fae51c
Adjust desktop_photo_search's lint rules ( #816 )
3 years ago
Brett Morgan
4069bfbe9e
Adjust experimental/federated_plugin/federated_plugin lint rules ( #817 )
3 years ago
Brett Morgan
936d1fdaae
Upgrading samples to flutter_lints, part 1 of n ( #804 )
4 years ago
Andrew Brogdon
2809a7c89c
Sorting imports in federated_plugin and others ( #801 )
4 years ago
Andrew Brogdon
376c666f0a
Merge beta into master ( #799 )
4 years ago
Ayush Bherwani
beface247a
[federated_plugin] mirgrate to sound null safety ( #781 )
4 years ago
Brett Morgan
5cb6c39bd7
Update desktop_photo_search to use url_launcher's Link ( #780 )
4 years ago
Brett Morgan
873ff4306b
Update Flutter's desktop support ( #768 )
4 years ago
pcamp
751b340d68
Typo fix in README.md ( #774 )
4 years ago
Tushar Ojha
99c18b18d7
Moved veggieseasons out of experimental ( #752 )
4 years ago
Michael Thomsen
b0e8686fe9
Upgrade null safety example ( #748 )
4 years ago
Andrew Brogdon
8c1cd0b049
Landing beta changes in master for the new stable release ( #747 )
4 years ago
Ayush Bherwani
6c81510d6e
migrate e2e test to integration test ( #744 )
4 years ago
Michael Thomsen
a8a4128ff9
Adjust pubspecs ( #713 )
4 years ago
John Ryan
241e2c1b26
Fix cookbook scraper bugs and re-run ( #697 )
...
* fix path separator bug in cookbook scraper
* update lockfiles
* add category to image name to avoid conflicts
e.g.
testing/integration/introduction
testing/widget/introduction
* fix form_app symlink
* remove webimages directory
* remove vision_challenge
vision_challenge doesn't build on the dev channel
* update pubspec.yaml in _tool and form_app
4 years ago
Adarsh kumar singh
d4f4065a6e
Updated deprecated widgets with new one ( #689 )
4 years ago
Tushar Ojha
1fae13ef3a
[VeggieSeasons] added restore defaults feature ( #639 )
4 years ago
Adarsh kumar singh
d16d35e0ac
Updated Veggieseasons to use CupertinoSearchTextField ( #630 )
4 years ago
Tushar Ojha
2f6767f95e
[samples_index] updated source code url for form_app ( #688 )
4 years ago
Satyam Goyal
192dc62b93
[ Fixed Issue #667 ] Add Google and Unsplash terms links to experimental/desktop_photo_search ( #678 )
4 years ago
Brett Morgan
9b631a2184
Split CI testing based on flutter channels ( #651 )
4 years ago
Brett Morgan
622e8d55d3
Migrate to the New Material Buttons ( #668 )
4 years ago
Sashika Nawarathne
4ae90f3aa9
Fix minor warnings ( #673 )
4 years ago
Michael Goderbauer
a29af85657
Enable State Restoration for iOS ( #647 )
4 years ago
John Ryan
177efa2443
Fix web_dashboard analysis warnings on beta channel ( #663 )
...
fixes #660
4 years ago
Michael Goderbauer
f96272db20
Fix restoration of search details page ( #648 )
4 years ago
Brett Morgan
4d5b3a863e
Migrate to file_selector ( #645 )
4 years ago
Brett Morgan
39e435960c
typo fix ( #642 )
4 years ago
Brett Morgan
6e9824dc12
flutter pub update & various fixes ( #627 )
4 years ago
John Ryan
4a30a67a63
move experimental/form_app to root of project ( #623 )
...
This allows us to reference this sample from other places.
See https://github.com/flutter/flutter/pull/70321 for more context.
4 years ago
Brett Morgan
6b561158b1
Update macOS desktop sample ( #609 )
4 years ago
Alex Vavvas
7c5fecbceb
Styling revamp using CupertinoThemeData and CupertinoTextThemeData ( #593 )
4 years ago
Brett Morgan
1edac4ca35
Update MSIX config and documentation ( #602 )
4 years ago
Michael Thomsen
1091fb1f33
Update to Dart 2.12 ( #591 )
4 years ago
Ayush Bherwani
493b5cec2d
adds macOS implementation for battery plugin ( #589 )
4 years ago
Brett Morgan
689d7f2c8e
UTF-8 fix ( #590 )
4 years ago
Brett Morgan
dcbbc31119
Re-generate Linux, macOS and Windows runners ( #588 )
...
* Re-generate Linux, macOS and Windows runners
* Update MSIX
4 years ago
Brett Morgan
25bfc7846d
Re-generate built_value classes ( #587 )
4 years ago
Brett Morgan
98574d1844
MSIX Configuration ( #584 )
4 years ago
Brett Morgan
3e7ab36a94
Fixing desktop_photo_search ( #583 )
4 years ago
Ayush Bherwani
0c011574d0
add iOS implementation for battery plugin ( #579 )
4 years ago
Michael Goderbauer
ed1503143e
State Restoration support for Veggie Seasons app ( #433 )
4 years ago
Michael Thomsen
2165099fc9
Update null safety sample with new dev channel build ( #574 )
4 years ago
Michael Thomsen
91da9c072f
Add a new null safety example ( #562 )
4 years ago
Brett Morgan
a41cbf948b
Add windows support to desktop photo search. ( #548 )
4 years ago
Ayush Bherwani
358485d7fa
[federated_plugin] adds support for Windows ( #533 )
4 years ago
Brett Morgan
9b731e8556
flutter pub upgrade ( #547 )
4 years ago
Ayush Bherwani
60691d00c0
[federated_plugin_sample] modify the sample to expose battery API instead of geolocation API ( #526 )
4 years ago
Andrew Brogdon
0362a64ec5
Removing add_to_app redirect file ( #527 )
4 years ago
Brett Morgan
d88f131982
flutter pub upgrade ( #524 )
4 years ago
Ayush Bherwani
c5c2da9a4b
[federated_plugin] adds web implementation of federated_plugin ( #507 )
4 years ago
Ayush Bherwani
6d909874db
[federated_plugin] adds platform interface implementation and plugin implementation for Android ( #503 )
4 years ago
John Ryan
3bc860f5df
Default to mock version in web_dashboard ( #505 )
...
* use named constructors, set default app to mock version
* rename grind tasks
4 years ago
Ayush Bherwani
32d04ba635
[federated_plugin_sample] Initial commit ( #497 )
4 years ago
Brett Morgan
9140559040
Update linux compilation generated files ( #489 )
4 years ago
Brett Morgan
11cbd8b637
Update deps ( #488 )
4 years ago
Brett Morgan
5a83eb300e
Adding linux support ( #482 )
4 years ago
John Ryan
af5be70f34
add form_app ( #463 )
...
* add form_app
* revert unrelated changes
* use links in README
* remove unnecessary type annotation
* Remove GlobalKey for sign_in_http sample
* reword comment
* run package:copywriter
* use relative import
* fix quotes
* Add punctuation
* make sure setState() is used in form_widgets sample
* avoid first person pronoun
* store date state in parent widget in form_widgets.dart
4 years ago
Brett Morgan
47b8610ed9
Use flutter_simple_treeview ( #461 )
5 years ago
John Ryan
8a9bcfa113
[web_dashboard] add logout ( #447 )
...
* logout wip
* Use AnimatedSwitcher, change lingo from "login" to signIn"
* add automatic sign-in
* fix flashing sign in button
* sign out of FirebaseAuth and GoogleSignIn
* formatting
* change isSignedIn() to getter
* Add error handling for sign in
* improve error handling at login screen
5 years ago
John Ryan
395ae8c0bb
Add firebase support to web_dashboard ( #421 )
...
* add mock data, app state, model classes
* Set up app without ChangeNotifier
* refactor
* add experiments to experimental/
* Add project-agnostic Firebase authentication code
* add sign in button
* add stub firebase API
* add firestore
* refactor code for google_sign_in
* update pubspec.lock
* switch to mocks for non-firebase version
* Add firebase instructions to the README
* fix README
* sign in silently if the user is already signed in
* add json_serializable
* update README
* ignore 'id' field on types
* Implement FirebaseItemApi
* Add build_runner instructions to README
* remove experiments directory
* add EditItemForm
* move types.dart into api.dart
* move mock and firebase configuration into the constructor
* add main_mock entrypoint
* add copyright checks to grinder script
* fix fix-copyright task
* run grind fix-copyright
* add run and generate tasks
* add run tasks to grind script
* add fillWithMockData() fix delete() in mock API
* add edit / new form dialogs
* Add charts that display entries from Firebase
* Add Entries list without editing
* refactor home page
* format
* Add entries page functionality
* Show current day in charts
* cleanup: pubspec.lock, remove type annotation
* Remove _selectedItem from Home page
Add ItemsDropdown
Use ItemsDropdown in NewEntryDialog / NewEntryForm
* rename item-category
* don't wait to show snackbar on delete
* fix circular progress indicator
* Move dialogs into dialogs.dart
* run grind fix-copyright
* remove unused import
* Refactor entry total calculation, add chart_utils library
* fix bug in chart_utils.dart
* convert CategoryChart to a stateless widget
* use a const for number of days in chart
* code review updates
- rename stream -> subscribe
- timeStamp -> timestamp
- remove latest() from API
- use FutureBuilder and StreamBuilder instead of stateful widget
- rename variables in mock_service_test.dart
* use a single collection reference in firebase API
* remove reference to stream in mock API
* Use a new type, _EntriesEvent to improve filtering in mock API
* add analysis_options.yaml and fix (most) issues
* fix avoid_types_on_closure_parameters lint warnings
* use spread operator in dashboard.dart
* handle case where selected item in the category dropdown goes away
* use StreamBuilder + FutureBuilder on Entries page
* rename method
* use fake firebase configuration
* update pubspec.lock
* update README
* Change categories_dropdown to FutureBuilder + StreamBuilder
* Update minSdkVersion in build.gradle
SDK version 16 was failing: "The number of method references in a .dex
file cannot exceed 64K."
* update README
* Use a collection reference in FirebaseEntryApi
Already added to FirebaseCategoryApi
* Invoke onSelected in CategoriesDropdown when necessary
Also, avoid calling onSelected during a build.
* fix misnamed var
* remove unused import
* Use relative imports
* Use extension methods for DateTime utilities
* remove forms.dart
* Make Firebase instructions specific for this sample
* add copyright headers
* fix grammar
* dartfmt
* avoid setState() during build phase in CategoryDropdown
* add empty test to material_theme_builder
5 years ago
Brett Morgan
baa1f976b2
Samples maintenance ( #435 )
5 years ago
John Ryan
14b9a8c4c4
Flutter 1.17 updates ( #432 )
...
* Material text theme updates & flutter pub upgrade (#411 )
* Beta channel updates (#412 )
* fix deprecated usages in provider_shopper - beta channel
* fix deprecated usages in animations - beta channel
* fix deprecated usages in provider_counter - beta
* Updates additional samples for beta release (#416 )
* use headline6 instead of title
* fix another title -> headline6
Co-authored-by: Brett Morgan <brett.morgan@gmail.com>
Co-authored-by: Andrew Brogdon <RedBrogdon@users.noreply.github.com>
5 years ago
John Ryan
e6c7aaf8c6
Update README.md ( #422 )
5 years ago
John Ryan
5a5cc8a62f
remove navigation rail, update adaptive scaffold ( #404 )
5 years ago
Brett Morgan
28742ddeaf
Adding directives_ordering ( #396 )
5 years ago
John Ryan
e24fef3af5
[web_dashboard] Navigation rail update ( #356 )
...
* add new navigation_rail, update adaptive_scaffold
* add outdated routing_demo
* Add AdaptiveScaffold experiment
* clean up experimental/ directory
* remove web_dashboard from CI script
new NavigationRail widget requires the master channel
5 years ago
Andrew Brogdon
efab5b0644
Removing index from experimental README ( #362 )
5 years ago
John Ryan
edf219354e
add web_dashboard API ( #333 )
...
* add web_dashboard sample
* add docs
* address code review comments
* restructure web_dashboard
* set up provider and mock service
* add copyright headers, use relative imports
* add API class, add tests
* fmt
* rename services -> API, remove data library
* use new API in app
* add stream to items api
* convert from StreamBuilder to StreamProvider
* add subscription to Entry API
* rename API classes
* address comments
* Update README.md
* update README
* remove routing_demo
5 years ago
sanni prasad
0a88d4519e
Update cupertino_icons: from 0.1.2 to 0.1.3 ( #325 )
5 years ago
Brett Morgan
13125bc435
Scripting flutter pub upgrade ( #242 )
5 years ago
Brett Morgan
676698aa83
flutter pub upgrade ( #241 )
5 years ago
Brett Morgan
7b90d1cefc
desktop photo search migrate to dev.flutter ( #229 )
5 years ago
mirock
7c481b2d11
README:fix typo ( #189 )
5 years ago
Andrew Brogdon
66efe3b5ce
Adding redirect README for add_to_app ( #182 )
5 years ago
Andrew Brogdon
400f305ecd
Graduating add-to-app ( #180 )
5 years ago
Brett Morgan
428041b253
Drop build.yaml and simplify url_launcher usage ( #177 )
5 years ago
Brett Morgan
f07b4a90d5
Desktop photo search ( #174 )
5 years ago
Andrew Brogdon
8c27a25d50
Modifying readmes ( #175 )
5 years ago
Andrew Brogdon
9880ff0679
Adds new "prebuilt framework" add-to-app sample for iOS ( #171 )
5 years ago
Gonçalo Palma
e640c3182c
Add CocoaPods installation to the add-to-app README ( #162 )
5 years ago
Gonçalo Palma
49ae463045
Removes plugin registration from add-to-app's Android "using plugin" sample
5 years ago
Andrew Brogdon
8155d8a777
Tidying up add-to-app samples ( #160 )
5 years ago
xster
57759009aa
Some kotlin cosmetic tweaks ( #157 )
5 years ago
Andrew Brogdon
2af51a8222
Adds android_using_prebuilt_module to add-to-app samples ( #154 )
5 years ago
Andrew Brogdon
bfdc21841c
Add-to-app samples using plugin ( #152 )
5 years ago
Andrew Brogdon
64cfc2bdc7
Updated to latest embedding ( #153 )
5 years ago
Andrew Brogdon
947042d8df
Adds data transfer to Add2App samples, using caching on Android ( #146 )
5 years ago
Andrew Brogdon
22ca7f462b
Adds new flutter module, reconfigures Android/iOS sample ( #144 )
5 years ago
xster
fde7a0aefe
small random notes ( #137 )
5 years ago
Andrew Brogdon
16fa475ff8
Updates for 1.9 ( #139 )
5 years ago
Jenn Magder
f955976837
Remove bitcode=NO from add-to-app flows ( #140 )
5 years ago
Andrew Brogdon
6cda477f20
Adds an Android app to the add2app experimental sample ( #133 )
5 years ago
John Ryan
f28c525127
Update add_to_app README ( #129 )
...
* Update add_to_app README
* simplify README prerequisites
* Cocoapods -> CocoaPods
5 years ago
Andrew Brogdon
c68165e8a5
Adds add2app Flutter module and an iOS project to run it. ( #126 )
5 years ago
Andrew Brogdon
c2f50f31ff
Adding readme ( #125 )
5 years ago