Nikita Puzankov
253cd3d0ab
Small typo fix. ( #542 )
4 years ago
Abdullah Deshmukh
e04f686eb2
Remove use of random numbers ( #539 )
4 years ago
Ayush Bherwani
60691d00c0
[federated_plugin_sample] modify the sample to expose battery API instead of geolocation API ( #526 )
4 years ago
Abdullah Deshmukh
033ae11733
Fix file names for the perf test timelines ( #525 )
4 years ago
John Ryan
d61d843f56
Update place_tracker README ( #530 )
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
Filip Hracek
c617da7e1e
Upgrade provider shopper ( #521 )
4 years ago
John Ryan
8767dadff0
Add smaller images, use AssetImage directory structure ( #522 )
...
https://api.flutter.dev/flutter/painting/AssetImage-class.html
4 years ago
John Ryan
955d8c4266
Make package:provider a direct dependency ( #523 )
4 years ago
Ming Lyu (CareF)
824aeb5a16
Add an e2e (host-independent) test demo to testing_app ( #515 )
4 years ago
John Ryan
437d1f620b
Place tracker/maintenance ( #519 )
...
* format place_tracker README
* update sentence in README
* sort Dart members, remove unnecessary type declarations
* Run place_tracker on Android and iOS, update project files
* add link to developer preview caveat
* grammar
* update MAINTENANCE
4 years ago
Filip Hracek
00d0cdf02c
Provider counter update ( #520 )
...
* Upgrade provider
* Update maintenance table
4 years ago
Filip Hracek
af0858b69d
Veggie seasons update ( #518 )
4 years ago
Andrew Brogdon
e73b132ce5
Removing gallery redirect ( #517 )
4 years ago
Andrew Brogdon
646fafe120
Updating maintenance log ( #516 )
4 years ago
Abdullah Deshmukh
879029a98f
Fix typos ( #511 )
4 years ago
Andrew Brogdon
0eb1233cb4
Updates samples for latest beta release of the Flutter SDK ( #492 )
...
* Updating for beta release
* Re-adding pub get to Flutter travis script
4 years ago
Ayush Bherwani
c5c2da9a4b
[federated_plugin] adds web implementation of federated_plugin ( #507 )
4 years ago
Brett Morgan
18758bf5af
Testing sample ( #500 )
4 years ago
John Ryan
34757d8aac
Add web_dashboard and form_app to sample index ( #506 )
...
* add web_dashboard and form_app to web/ via symlinks
* update samples.yaml, add images
* fix web/readme.md instructions
* remove dependency on package:resource
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
Ayush Bherwani
86fd809f72
[platform_channels] updates README ( #496 )
4 years ago
Ayush Bherwani
03008a5d19
[platform_channels] adds BasicMessageChannel Demo ( #484 )
4 years ago
Brett Morgan
9140559040
Update linux compilation generated files ( #489 )
4 years ago
Brett Morgan
11cbd8b637
Update deps ( #488 )
4 years ago
Andrew Brogdon
510164d00b
Removing unnecessary test file ( #485 )
4 years ago
Andrew Brogdon
119a3e4ce9
Removing index and unused testing files ( #486 )
4 years ago
Brett Morgan
5a83eb300e
Adding linux support ( #482 )
4 years ago
Rubens de Melo
09b26f89b4
fix ios install ( #479 )
...
To use this plugin on iOS you need to opt-in for the embedded views preview by adding a boolean property to the app's Info.plist file, with the key io.flutter.embedded_views_preview and the value YES.
<key>io.flutter.embedded_views_preview</key>
<true/>
4 years ago
Rubens de Melo
9c52aad538
fix ios install ( #480 )
...
fix ios install
4 years ago
Ayush Bherwani
ecb5aab94d
[platform_channels] adds Platform Image demo ( #475 )
4 years ago
xster
70976eeb28
Add a pigeon sample that demonstrates a "realistic" integration scenario with middleware and business logic ( #465 )
4 years ago
Ayush Bherwani
87c9cfa995
[platform_channels] adds EventChannel Demo ( #462 )
4 years ago
Tushar Ojha
084c532ac0
[place_tracker] ChangeNotifierProvider for state management ( #424 )
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
John Ryan
a94342d199
Fix filipino cuisine ( #468 )
...
* update filipino cuisine to match hosted JSON
https://filipino-cuisine-app.firebaseio.com/data.json must have
changed recently
* use local version of data.json in filipino_cuisine app
* remove unknown JSON keys
4 years ago
Brett Morgan
dad1de0a3d
Adding testing_sample as a tested branch ( #470 )
...
Setting up a long lived branch for development of a testing sample.
4 years ago
查理大叔
30ee7202e2
Code of other files depends on `headline1` ( #466 )
...
Code of other files depends on `headline1`, but there's only `headline2` defined in the **theme.dart** file.
This was a regression introduced with #432 .
4 years ago
Brett Morgan
47b8610ed9
Use flutter_simple_treeview ( #461 )
4 years ago
xster
2c6f2ddb1f
change link in add-to-app module readme ( #464 )
4 years ago
Ayush Bherwani
491c3f58aa
[animations] adds test for CarouselDemo ( #443 )
4 years ago
Ayush Bherwani
d500d15c0f
updates link for Flutter Gallery and Shrine ( #459 )
5 years ago
Ayush Bherwani
acf700c642
Initial Commit for PlaformChannel Sample App ( #453 )
5 years ago
John Ryan
8fbe1d6366
Run full sample index build when running peanut ( #456 )
...
The previous `build-release` task doesn't generate the index file.
5 years ago
Brett Morgan
84ba9feba2
Linking to a analysis_options.yaml that is present ( #450 )
...
fixes: https://github.com/flutter/samples/issues/449
5 years ago
mariamhas
c537c3b818
Add dice sample ( #454 )
...
* add dice sample image
* Update samples.yaml
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