Skip to content

Instantly share code, notes, and snippets.

View dhanushe's full-sized avatar
🎯
Focusing

Dhanush Eashwar dhanushe

🎯
Focusing
  • Dhanush Eashwar
  • USA
View GitHub Profile
// File generated by FlutterFire CLI.
// ignore_for_file: lines_longer_than_80_chars
import 'package:firebase_core/firebase_core.dart' show FirebaseOptions;
import 'package:flutter/foundation.dart'
show defaultTargetPlatform, kIsWeb, TargetPlatform;
/// Default [FirebaseOptions] for use with your Firebase apps.
///
/// Example:
/// ```dart
@dhanushe
dhanushe / AppDelegate.swift
Last active July 5, 2022 17:06
How to intergrate Swift and Flutter. Version 2.0.
//
// AppDelegate.swift
// FlutterAndIOS
//
// Created by Dhanush Eashwar on 6/30/22.
//
import UIKit
import Flutter
import FlutterPluginRegistrant
@dhanushe
dhanushe / ContentView.swift
Created August 27, 2021 22:39
A simple roll a dice page in SwiftUI
//
// ContentView.swift
// SwiftUIExpriments
//
// Created by Dhanush Eashwar on 8/27/21.
//
import SwiftUI
struct ContentView: View {
name = input("What is your name? ")
print(f"I really like the name, {name}.")