Joaosilgo / flutter-app

🍪

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🍪flutter_app

🍪 Download App ⬇

echo "# flutter-app" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/Joaosilgo/flutter-app.git
git push -u origin main

A new Flutter project.

Icons App

myapp/ios/Runner/Assets.xcassets/AppIcon.appiconset for iOS

and myapp/android/app/src/main/res for Android.

How to Calculate Distance from the RSSI value of the BLE Beacon?

Formula Distance

Measured Power

RSSI

N (Constant depends on the Environmental factor. Range 2-4)


Distance = 10 ^ ((Measured Power – RSSI)/(10 * N))

Unsplash Api

Eg

<https://api.unsplash.com/collections/18366804/photos?&per_page=100&client_id=3hHcOZv49kdRv__cCxTxMr86y91cBB1fj3hmJovDcA8>

<https://api.unsplash.com/collections/<collection Id>/photos?&per_page=100&client_id=<Client Id>>

splashscreen

splashscreen 1.3.5

share

share

flutter_blue

flutter_blue

http

For Fetching Data

http

url_launcher

For Launching url http

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

About

🍪


Languages

Language:Dart 99.2%Language:Swift 0.6%Language:Kotlin 0.2%Language:Objective-C 0.1%