Flutter: create a Firebase project
Create a Firebase project Login to https://console.firebase.google.com/ Create a new project: In the Firebase console, click Add project -> Fill project name and Continue Keep the rest with a default setting for…
i am who am i
Create a Firebase project Login to https://console.firebase.google.com/ Create a new project: In the Firebase console, click Add project -> Fill project name and Continue Keep the rest with a default setting for…
Step 1: Static UI home_screen.dart slideup_widget.dart Step 2: Add action I use Flutter provider (https://pub.dev/packages/provider) to handle the action. slideup_widget.dart I create a new simple controller to control the widget. the _SlideUpWidgetState…
For Flutter newbie, who confuses about the template, libraries should use for an initial project The repo here https://github.com/nhancv/nft I use this template to set up the initial project. It…
Tiny sample about socket io. pubspec.yaml websocket.dart Nhan Cao nhancv.com upwork.com/fl/nhancv
Install https://flutter.dev/docs/get-started/web Use Android Studio, create a new Flutter Application Put the source to lib/main.dart Run-on Chrome and Android Change width of the browser and the layout will change appropriately Try to…
Error: https://github.com/flutter/flutter/issues/50568 [App.framework] Linked and embedded framework ‘App.framework’ was built for iOS/iOS Simulator Could not build the application for the simulator. Error launching application on iPhone 11 Pro Max. Solve…
Global git config at ~/.gitconfig Create a config file if it does not exist. To assume you need all commit in the specific folder tree use another author. Create a…
Source: https://github.com/meetecho/janus-gateway Ubuntu 18.04.4 Error => Fix Install script Config at Start API start at Websocket at Setup ssl To run demo Clone: https://github.com/meetecho/janus-gateway Install local webserver: https://www.npmjs.com/package/local-web-server Start local demo:
First step: Get iOS cert (mobileprovision + .p12) NOTE: iOS emulator can NOT get push notification Config on website Login to https://console.firebase.google.com/ Create new project At Project Overview -> Go to…
Limitation Can not stream payload Stream content to function response body on netlify: https://community.netlify.com/t/stream-content-to-function-response-body/3558 Use for build api set Approach use default location Mean the functions folder placed at root location…