Skip to content
nhancv's blog

nhancv's blog

i am who am i

  • Home
  • Resume
  • GitHub
  • Upwork
  • DApp
  • Contact

Category: Mobile

Flutter datetime format

December 13, 2020February 17, 2021nhancvLeave a Comment on Flutter datetime format
Read More

Flutter iOS: by pass permission pop-up on emulator — integration testing

July 17, 2020July 17, 2020nhancvLeave a Comment on Flutter iOS: by pass permission pop-up on emulator — integration testing

Install applesimutils (https://github.com/wix/AppleSimulatorUtils) Create new sh file called test_driver.sh and place in project root. Update “YOUR_APPS_BUNDLE_ID_HERE” to your bundle, update permission and iOS-13–6 version if needed. To get device list…

Read More

Flutter: run task after widget render

July 16, 2020July 16, 2020nhancvLeave a Comment on Flutter: run task after widget render

code output

Read More

Flutter web experiment

April 23, 2020April 23, 2020nhancvLeave a Comment on Flutter web experiment

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…

Read More

Flutter ios build error diagnose

April 16, 2020April 16, 2020nhancvLeave a Comment on Flutter ios build error diagnose

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…

Read More

Flutter Integrate OneSignale Push Notification

March 25, 2020March 25, 2020nhancvLeave a Comment on Flutter Integrate OneSignale Push Notification

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…

Read More

Flutter transparent iOS background keyboard when it open

December 18, 2019December 18, 2019nhancvLeave a Comment on Flutter transparent iOS background keyboard when it open

About keyboard issues:  Can scroll manually when keyboard opened Can scroll automatically by a focus on next input Avoid showing a background of the keyboard in a little second when it…

Read More

Flutter base model approach

December 6, 2019December 6, 2019nhancv1 Comment on Flutter base model approach

For fetch data from the internet https://flutter.dev/docs/cookbook/networking/fetch-data In the official docs, they guide to use factory fromJson but when use in a large project, I realize that way is not…

Read More

[Newbie] Chapter 5. Basic tickets

December 2, 2019December 6, 2019nhancvLeave a Comment on [Newbie] Chapter 5. Basic tickets

[Newbie] Chapter 1. Flutter overview [Newbie] Chapter 2. Flutter getting started [Newbie] Chapter 3. Flutter initial setup [Newbie] Chapter 4. Widget’s state Content Work with asset files (image, font, files)…

Read More

Flutter detect memory pressure

December 2, 2019December 2, 2019nhancvLeave a Comment on Flutter detect memory pressure

Using https://api.flutter.dev/flutter/widgets/WidgetsBindingObserver/didHaveMemoryPressure.html We need to extend WidgetsBindingObserver and override didHaveMemoryPressure method Use dev tool to investigate OOM deeply: https://flutter.dev/docs/development/tools/devtools/memory Some case related OOM by Image, you can clear cache in…

Read More

Posts pagination

Previous 1 2 3 4 5 Next

Subscribe for news

Check your inbox or spam folder to confirm your subscription.

PayPal PayPal.me: @nhancv

Bitcoin bc1qehlfcpdjjqzetaqld33cyw7gdgsnrrdnaxd5nn

Dogecoin DQ5bvoNfbXDUcqNQCHRwdPejRjsw6Yfi2n

Ethereum 0x588d48bA59E3d19f6E5145764059D3A606E67D36

Litecoin ltc1qud2aaz49psxk20yu0zf4duml3r793mk6gvuxvk

XRP rfhC9qf2KzhmJLu1jezDusuD9zJn5L71Lq

SOL DpNZ2CSzDEcX8pUg1Doi2grZzHhL5BHwukdUSk7z24Nm

Buy Me a Coffee

Recent Posts

  • Setup CometBFT PoS Ethereum Private Chain with Evmos on Docker
  • Setup IBFT 2.0 PoA Ethereum Private Chain with Besu on AWS Cloud via Terraform
  • libp2p Error: Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No “exports” main defined in …
  • Ensuring Contract Callers Implement a Custom Interface in Solidity Using ERC165 without @openzeppelin
  • Proof of Authority (PoA) and Proof of Stake (PoS)

Recent Comments

  • DbO on BITCOIN Convert private key to WIF
  • nhancv on Detect wifi format with regex in Kotlin
  • Manish Gautam on Detect wifi format with regex in Kotlin
  • John on Create TRC20 Token on TRON network with nodejs
  • Lakhan on Flutter printer and cash drawer

Archives

  • October 2024
  • January 2024
  • November 2023
  • July 2023
  • February 2023
  • October 2022
  • April 2022
  • March 2022
  • January 2022
  • December 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • September 2020
  • July 2020
  • June 2020
  • April 2020
  • March 2020
  • January 2020
  • December 2019
  • November 2019

Categories

  • Android
  • AWS
  • Blockchain
  • Flutter
  • iOS
  • Mobile
  • Tech
  • Trading
  • Web
  • Wordpress

Tags

android (12) aws (6) backup (1) bitcoin (4) blockchain (17) dart (1) dialog (1) env (2) firestore (1) flutter (43) flutter newbie (5) gesturedetector (1) gradle (1) gzip (1) heroku (1) hpz420 (1) javascript (1) keyboard (3) kotlin (2) macbook m1 (2) macos (2) md5 (1) mongoDB (2) nginx (5) nodejs (5) nscan (1) pancakeswap (2) permission (1) poa (2) regex (2) rounded textfield (1) screen touch test (1) sha256 (1) smartcontract (7) socket.io (1) solidity (2) splash (1) telegram bot (1) token (2) truffle (1) ubuntu (3) wifi qr (1) winston (1) wordpress (3) yuv420 (1)
© 2024 nhancv.com
Facebook Twitter Linkedin Instagram YouTube Pinterest Tumblr Reddit
  • Home
  • Resume
  • GitHub
  • Upwork
  • DApp
  • Contact