From 9ab74f6584add528b0e101eb92f3b9b00188547f Mon Sep 17 00:00:00 2001 From: mike Date: Sat, 18 Jan 2020 11:42:56 -0600 Subject: [PATCH] Update readme. --- README.md | 2 ++ lib/main.dart | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cec790..9f08d09 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,6 @@ An unofficial app for BabyBudy on Android and IOS +This project is on indefinite hold due to Baby Buddy naming on IOS being taken, and usefulness of this is questionable considering the webapp works very well on ios and android. + See the official webapp here: https://github.com/cdubz/babybuddy diff --git a/lib/main.dart b/lib/main.dart index 5a7af45..349d1ef 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -18,7 +18,7 @@ class MyApp extends StatelessWidget { // or simply save your changes to "hot reload" in a Flutter IDE). // Notice that the counter didn't reset back to zero; the application // is not restarted. - primarySwatch: Colors.blue, + primarySwatch: Colors.lightBlue[700], ), home: MyHomePage(title: 'Flutter Demo Home Page'), );