This Flutter application presents a quiz page where users are asked multiplication questions. The page dynamically changes its background with random images fetched from the assets folder.
- The user is presented with a multiplication question, e.g., "5 x 7 = ?".
- They select an answer from a set of options.
- If the answer is correct, a success dialog appears, congratulating the user.
- After each question, a new random image is displayed in the background.
- The quiz continues until the user completes all questions.
- Clone the repository to your local machine.
- Ensure you have Flutter installed and set up on your machine.
- Open the project in your preferred code editor.
- Run
flutter pub get
to install dependencies. - Run the app using
flutter run
.
Contributions are welcome! Please feel free to fork the repository and submit pull requests to contribute to this project.
Bu Flutter uygulaması, kullanıcılara çarpma işlemleri sorulan bir quiz sayfasını sunar. Sayfa, varlık klasöründen alınan rastgele resimlerle arka planını dinamik olarak değiştirir.
- Kullanıcıya çarpma işlemi sorulur, örneğin "5 x 7 = ?".
- Kullanıcı, bir dizi seçenek arasından bir cevap seçer.
- Cevap doğru ise, başarı iletileri görüntülenir ve kullanıcı tebrik edilir.
- Her sorudan sonra, arka planda yeni bir rastgele resim gösterilir.
- Quiz, kullanıcının tüm soruları yanıtlamasıyla sona erer.
- Depoyu yerel makinenize klonlayın.
- Flutter'ın makinenizde yüklü ve yapılandırılmış olduğundan emin olun.
- Projeyi tercih ettiğiniz kod düzenleyicide açın.
- Bağımlılıkları yüklemek için
flutter pub get
komutunu çalıştırın. - Uygulamayı
flutter run
komutunu kullanarak çalıştırın.
Katkılarınızı bekliyoruz! Lütfen depoyu çekin ve bu projeye katkıda bulunmak için pull requestler göndermekten çekinmeyin.