flutter/examples/hello_world
Greg Spencer a04df5bc6b
Updates the package dependencies by running flutter update-packages --force-upgrade (#13906)
This simply updates the package dependencies by running flutter update-packages --force-upgrade.

I'm doing this with no other changes, because the last time I tried that, redness occurred. I want to isolate the problem to a "clean" update of the packages.

It looks like the plugins device_info, connectivity, and url_launcher haven't yet had their gradle configurations updated, so they fail when trying to build with the new gradle. I did not upgrade for those three packages only (in flutter_gallery) until we are ready to fix them (fixing them for master will break them for alpha users, so we need to do an alpha roll to do that).
2018-01-04 10:44:37 -08:00
..
android Revert "Update Android template instances - retake (#13901)" (#13903) 2018-01-04 15:20:30 +01:00
ios Remove app.flx and add flutter_assets to project.pbxproj of all example apps (#13649) 2017-12-18 20:08:30 +01:00
lib TextPainter RTL (#11888) 2017-09-07 16:57:38 -07:00
test enable lint prefer_single_quotes (#12665) 2017-10-22 18:11:36 +02:00
pubspec.yaml Updates the package dependencies by running flutter update-packages --force-upgrade (#13906) 2018-01-04 10:44:37 -08:00
README.md TextPainter RTL (#11888) 2017-09-07 16:57:38 -07:00

# To run the Hello World demo:
flutter run

# To run the Hello World demo showing Arabic:
flutter run lib/arabic.dart