25.Translator Feature UI Design in Flutter & Dart | Ai Assistant

Поділитися
Вставка
  • Опубліковано 24 гру 2024

КОМЕНТАРІ • 13

  • @ankitpurohit18
    @ankitpurohit18 Рік тому +1

    👍👍

  • @Samu2403
    @Samu2403 Рік тому +1

    Sir bring tutorial of Ecommerce app with admin app 😊
    With live food delivery tracking &
    Payment gateway

  • @FlutterEveryday1
    @FlutterEveryday1 Рік тому

    don't forget add ads integration videos in the end of the playlist

  • @Mohit_00967
    @Mohit_00967 Рік тому

    Can you tell me how to create a auto clicker app

    • @harshRajpurohit
      @harshRajpurohit  Рік тому

      You can use Timer.Periodic to call a function (containing what you want to execute on button click), after the time interval you want to perform the click or Future.delayed is also a good option.

    • @Mohit_00967
      @Mohit_00967 Рік тому

      @@harshRajpurohit can you tell me what was the problem when i created a app using flutter in the app i used syncfusion pdf viewer to view pdf on pressed. When i clicked on the load pdf button the pdf size is also small but it shows me a circular progress indicator and takes so time to load the pdf. Can you suggest me any other package to view pdf from assets without taking much time to render the pdf pages. I also used the dark mode code for the pdf pages. Will this code will work on your recommended package. Code:- ColorFiltered(
      colorFilter: ColorFilter.mode(Colors.white, BlendMode.difference),
      //colorFilter: ColorFilter.mode(Colors.black54, BlendMode.darken),
      child: widget,
      ),