Commit f54b204a authored by Boteju W.J.M.'s avatar Boteju W.J.M.

11/01-3

parent 4d1b1b6b
Pipeline #2065 failed with stages
...@@ -19,6 +19,8 @@ class ProfilePage extends StatefulWidget { ...@@ -19,6 +19,8 @@ class ProfilePage extends StatefulWidget {
class _ProfilePageState extends State<ProfilePage> { class _ProfilePageState extends State<ProfilePage> {
FlutterLocalNotificationsPlugin fltrNotification; FlutterLocalNotificationsPlugin fltrNotification;
FlutterLocalNotificationsPlugin fltrNotification2;
FlutterLocalNotificationsPlugin fltrNotification3;
int sliderValue = 1; int sliderValue = 1;
static dynamic value = []; static dynamic value = [];
...@@ -314,7 +316,7 @@ class _ProfilePageState extends State<ProfilePage> { ...@@ -314,7 +316,7 @@ class _ProfilePageState extends State<ProfilePage> {
ProfileInfoBigCard( ProfileInfoBigCard(
firstText: "", firstText: "",
activity: 4, activity: 4,
secondText: "Barking", secondText: "$barkingStatus",
icon: Image.asset( icon: Image.asset(
"assets/icons/dogBark.jpg", "assets/icons/dogBark.jpg",
width: 32, width: 32,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment