This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // AppDelegate.swift | |
| // FlutterAndIOS | |
| // | |
| // Created by Dhanush Eashwar on 6/30/22. | |
| // | |
| import UIKit | |
| import Flutter | |
| import FlutterPluginRegistrant |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // ContentView.swift | |
| // SwiftUIExpriments | |
| // | |
| // Created by Dhanush Eashwar on 8/27/21. | |
| // | |
| import SwiftUI | |
| struct ContentView: View { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name = input("What is your name? ") | |
| print(f"I really like the name, {name}.") |