Skip to content

Instantly share code, notes, and snippets.

View shashank-p's full-sized avatar

Shashank shashank-p

  • India
View GitHub Profile
dependencies:
geo_location_finder: ^1.0.7
***************************************************************************************************************************************
import 'package:flutter/material.dart';
import 'dart:async';
import 'package:flutter/services.dart';
import 'package:geo_location_finder/geo_location_finder.dart';
void main() => runApp(new MyApp());
dependencies:
google_maps_flutter: ^0.5.7
*****************************************************************************************************************************************
import 'dart:async';
import 'package:flutter/material.dart';
import 'package:google_maps_flutter/google_maps_flutter.dart';
void main() => runApp(MyMap());
@shashank-p
shashank-p / Create Multiple Types of Image Carousel in Flutter
Last active April 16, 2019 11:42
Create Multiple Types of Image Carousel in Flutter
Profile Scrren in Flutter
project: https://github.com/rajayogan/flutter-profilescreen/
sample: https://dribbble.com/shots/3466120
@shashank-p
shashank-p / PHP Multiple Image Upload
Created August 28, 2019 08:36
PHP Multiple Image Upload
<!doctype html>
<html>
<head>
<title>Test</title>
</head>
<body>
<form method="post" enctype="multipart/form-data">
<input type="file" name="my_file[]" multiple>
<input type="submit" value="Upload">
</form>
@shashank-p
shashank-p / firebase push notification in flutter
Created February 18, 2020 05:53
firebase push notification in flutter (Sample Code)
import 'dart:io';
import 'package:firebase_messaging/firebase_messaging.dart';
import 'package:flutter/material.dart';
import 'package:flutter_local_notifications/flutter_local_notifications.dart';
class MyAppsPage extends StatelessWidget {
return MaterialApp(
home: HomePage(title: 'Firebase'),
);
@shashank-p
shashank-p / Torrent Tracker List June 2020
Created June 20, 2020 06:15
Torrent Tracker List June 2020 (160+ Trackers)
udp://public.popcorn-tracker.org:6969/announce
http://104.28.1.30:8080/announce
http://104.28.16.69/announce
http://107.150.14.110:6969/announce
http://109.121.134.121:1337/announce
@shashank-p
shashank-p / crud.php
Created October 29, 2020 07:48
Prepared Statements in PHP for CRUD
<?php
$servername = "localhost";
$username = "root";
$password = " ";
$dbname = "demo";
// Create connection
$conn = new mysqli($servername, $username, $password, $dbname);
// Check connection
@shashank-p
shashank-p / tachiyomi-source-details.json
Created December 22, 2020 14:08
Tachiyomi Source (Extensions) Details
{
"extensions": [
{
"id": "10",
"lang": "de",
"source": "Wie Manga!"
},
{
"id": "100019686565354829",
"lang": "de",