Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webte çalışmıyor #8

Open
Osmancn opened this issue Sep 29, 2022 · 6 comments
Open

webte çalışmıyor #8

Osmancn opened this issue Sep 29, 2022 · 6 comments

Comments

@Osmancn
Copy link

Osmancn commented Sep 29, 2022

Screen Shot 2022-09-29 at 09 11 56

Screen Shot 2022-09-29 at 09 12 07

İstanbul havalimanı
is
ile eşleşme sağlanamıyor farklı bir biçimde çeviriyor olabilir

@ahmetaa
Copy link
Owner

ahmetaa commented Sep 30, 2022

Web disinda calisiyor mu?

@Osmancn
Copy link
Author

Osmancn commented Sep 30, 2022

Web disinda calisiyor mu?

Console çıktısı altta

@ahmetaa
Copy link
Owner

ahmetaa commented Sep 30, 2022

Asagidaki test kodu konsolda calisiyor. Web icin su anda deneme sansim yok.

  test('toLowerCaseTrTest', () {
    var input = 'İstanbul havalimanı';
    var inputLowercase = input.toLowerCaseTr();
    var search = 'is';
    var searchLowercase = search.toLowerCaseTr();

    expect(inputLowercase.contains(searchLowercase), isTrue);
  });

@Osmancn
Copy link
Author

Osmancn commented Sep 30, 2022

Asagidaki test kodu konsolda calisiyor. Web icin su anda deneme sansim yok.

  test('toLowerCaseTrTest', () {
    var input = 'İstanbul havalimanı';
    var inputLowercase = input.toLowerCaseTr();
    var search = 'is';
    var searchLowercase = search.toLowerCaseTr();

    expect(inputLowercase.contains(searchLowercase), isTrue);
  });

Mobilde çalışıyor ama webte çalışmıyor

başka bi yöntem ile çözdüm ben ama size bildirmek istedim

@ozkayas
Copy link

ozkayas commented Mar 23, 2023

Mobilde ok, ama Flutter Web'deki uygulamada sorun var.
@Osmancn nasıl çözdün bu sorunu?

@Osmancn
Copy link
Author

Osmancn commented Mar 23, 2023

Mobilde ok, ama Flutter Web'deki uygulamada sorun var.
@Osmancn nasıl çözdün bu sorunu?

Replaceall yaparak kendim yazdım fonksiyonu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants