URl_Luncher Add A Flutter plugin for launching a URL. Add this Plugin to your project i pubspec.yml file's dependency. Exapmles InkWell( onTap: () async { await launchUrl( Uri(scheme: 'tel', path: '1664-54-55151'), ); }, child: Row( children: [ Padding( padding: const EdgeInsets.only(right: 10), child: Image.asset( AppImages.dialCallImage, fit: BoxFit.fill, ), ), Text( '1664-54-55151', style: Get.textTheme.headline6!.copyWith( color: AppColors.appGreyTextcolor, fontSize: 14), ...
This is blog site where we learn about flutter from basic to advance level .It is only site which inform you all about flutter