Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

222
Views
<flutter> ¿flutter tiene alguna función que pueda cambiar el valor de los elementos HTML?

Quiero cambiar el valor del elemento web html.

por ejemplo, el elemento web HTML es así.

 <dd> <a nocr="" onclick="goOtherTCR(this, 'a=nco_x2v*4.day&amp;r=1&amp;i=1800009E_000000000000');return false;" href="#" class="_btn_time _text">00.00(Mon)Today</a> <--- point1 <ul> <li class '_i on' data-value='2022-00-00'> <a onclick="return goOtherCR(this,&quot;a=nco_x2v*4&amp;r=1&amp;i=&quot;+urlencode(&quot;1800009E_000000DA154F&quot;)+&quot;&amp;u=&quot;+urlencode(this.href));" href="#">00.00(mon)Today</a> </li> <li> class '_i' data-value = '2022-00-01'> <a onclick="return goOtherCR(this,&quot;a=nco_x2v*4&amp;r=1&amp;i=&quot;+urlencode(&quot;1800009E_000000DA154F&quot;)+&quot;&amp;u=&quot;+urlencode(this.href));" href="#">00.01(Tue)</a> </li> </ul> </dd>
 <my code> has nothing... Future<List<MvTime>> getData() async { try { final response = await http.get(Uri.parse(url), headers: { //"Accept": "application/json", //"Access-Control_Allow_Origin": "*" "Content-Type": "text/plain", }); final body = response.body; final hhtml = parse(body); <here is the point that i want to write code to change web html element value> } )

si hago clic en la fecha (04.28) en la web, punto 1 ( -> donde el valor de la clase es '_btn_time _text') el valor del texto cambia a la fecha de hoy a 04.28 y el valor de la clase de código que tiene la misma fecha (valor de datos) cambia a '_i' a '_i en'.

Quiero cambiar la fecha usando flutter.

Pero no puedo encontrar la función para cambiar el valor de HTML usando flutter. (En js, alguien me dice que si uso 'element.classList', puedo cambiar el valor de HTML).

¿Hay alguna forma de cambiar el valor del elemento HTML usando flutter?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!