Skip to content

Instantly share code, notes, and snippets.

View littleironical's full-sized avatar
👻
keep your fingers sharp

Hardik Kumar littleironical

👻
keep your fingers sharp
View GitHub Profile
import 'dart:async';
import 'package:flutter/material.dart';
import 'package:orderac/screens/root.dart';
class SplashScreen extends StatefulWidget {
@override
_SplashScreenState createState() => _SplashScreenState();
}
class _SplashScreenState extends State<SplashScreen> {
// First add a custom icon in assets/icon folder
- assets/icon/icon.png
// In pubspec.yaml, add dependency
flutter_launcher_icons: ^0.8.1
// Then write these lines below them from extreme left
flutter_icons:
image_path: "assets/icon/icon.png"
android: true
#include<bits/stdc++.h>
appBar: AppBar(
title: Text('hack_ed'),
backgroundColor: Colors.indigo,
leading: Builder(
builder: (BuildContext context) {
return IconButton(
icon: const Icon(Icons.more_vert),
onPressed: () {
Scaffold.of(context).openDrawer();
### Problem 1. 'chromedriver.exe' executable needs to be in PATH.
# First install webdriver-manager
pip install webdriver-manager
# Then import ChromeDriverManager
from selenium import webdriver
from webdriver_manager.chrome import ChromeDriverManager
# This will automatically update the driver
# No need to specify the path in this case
lst = [int(i) for i in input().split()][:n]