Det Line

Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

import 'package:flutter/material.

dart';

import 'package:nb_utils/nb_utils.dart';

import 'package:quiz/Screens/quiz_splash_screen.dart';

/*

MIT License

Copyright (c) 2024 Muhammad Fiaz

Permission is hereby granted, free of charge, to any person obtaining a copy

of this software and associated documentation files (the "Software"), to deal

in the Software without restriction, including without limitation the rights

to use, copy, modify, merge, publish, distribute, sublicense, and/or sell

copies of the Software, and to permit persons to whom the Software is

furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all

copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR

IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE

AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER

LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,

OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE

SOFTWARE.

*/

void main() async {

// await initialize();

runApp(const MyApp());

}
class MyApp extends StatelessWidget {

const MyApp({Key? key}) : super(key: key);

// This widget is the root of your application.

@override

Widget build(BuildContext context) {

return MaterialApp(

title: 'Quiz App',

home:const QuizSplashScreen(),

debugShowCheckedModeBanner: false,

navigatorKey: navigatorKey,

);

//

// Generated file. Do not edit.

//

// ignore_for_file: directives_ordering

// ignore_for_file: lines_longer_than_80_chars

import 'package:connectivity_plus_web/connectivity_plus_web.dart';

import 'package:fluttertoast/fluttertoast_web.dart';

import 'package:shared_preferences_web/shared_preferences_web.dart';

import 'package:url_launcher_web/url_launcher_web.dart';

import 'package:flutter_web_plugins/flutter_web_plugins.dart';

// ignore: public_member_api_docs

void registerPlugins(Registrar registrar) {

ConnectivityPlusPlugin.registerWith(registrar);
FluttertoastWebPlugin.registerWith(registrar);

SharedPreferencesPlugin.registerWith(registrar);

UrlLauncherPlugin.registerWith(registrar);

registrar.registerMessageHandler();

xulosa:

Siz fanlar bo'yicha onlayn test ishlash uchun sayt yaratgansiz. Bunday platformalar
foydalanuvchilarga bilimlarini mustaqil ravishda sinab ko'rish, bilim darajasini baholash va
tayyorgarlik jarayonini samarali tashkil etish imkonini beradi.

Masalan, abituriyentlar uchun mo'ljallangan abt.uz sayti orqali turli fanlardan mavzulashtirilgan
yoki aralash testlarni ishlash mumkin. Bu esa foydalanuvchilarga bilimlarini mustahkamlash va
test sinovlariga tayyorgarlik ko'rishda yordam beradi.

Shuningdek, abitur.ilm.uz sayti orqali ham fanlar bo'yicha testlar taqdim etiladi. Bu kabi
platformalar foydalanuvchilarga bilimlarini sinash va mustahkamlashda qo'shimcha imkoniyatlar
yaratadi.

You might also like