I hereby claim:
- I am smashah on github.
- I am smashah (https://keybase.io/smashah) on keybase.
- I have a public key ASCVdt4GK-eUVoNMs9fXiQPBOw-6MilFbZoRXhmXQ_X9MQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
//add this to your package.json | |
// "audio-buffer-utils": "^5.1.2", | |
// "audio-decode": "^1.4.0", | |
// "audiobuffer-to-wav": "^1.0.0", | |
// "node-lame": "^1.2.0", | |
// "ogg.js": "^0.1.0", | |
// "opus.js": "^0.1.1", | |
const fs = require('fs'); |
import 'package:baby_names/my_list_tile.dart'; | |
import 'package:flutter/material.dart'; | |
import 'package:cloud_firestore/cloud_firestore.dart'; | |
void main() => runApp(MyApp()); | |
class MyApp extends StatelessWidget { | |
@override | |
Widget build(BuildContext context) { | |
return MaterialApp( |