rajapoorankumar

Results 3 comments of rajapoorankumar

I have implemented a pedometer but it os not showing result on debug and release APK kindly help import 'package:flutter/material.dart'; import 'dart:async'; import 'package:pedometer/pedometer.dart'; String formatDate(DateTime d) { return d.toString().substring(0,...

I have done all these but still it is not working from my side . Thanks for your response. Regards Raja Pooran kumar On Thu, 4 Nov 2021, 18:34 Emanuele...

@incorbador @omeremp I have resolve this issue by catching and handle various events using Widgets and callbacks provided by the Flutter framework. Step#01 Add class _MyWidgetState extends State with WidgetsBindingObserver...