fluttercommunity.dev

  • Packages
Results 46 packages owned by fluttercommunity.dev
Sort by

equatablecopy "equatable: ^2.0.7" to clipboard
equatable: ^2.0.7 copied to clipboard

3.45k
likes
160
points
4.64M
downloads
A Dart package that helps to implement value based equality without needing to explicitly override == and hashCode.#equality#equals
screenshot

package_info_pluscopy "package_info_plus: ^8.3.0" to clipboard
package_info_plus: ^8.3.0 copied to clipboard

2.6k
likes
160
points
3.05M
downloads
Flutter plugin for querying information about the application package, such as CFBundleVersion on iOS or versionCode on Android.#information#identifier#utils

device_info_pluscopy "device_info_plus: ^11.5.0" to clipboard
device_info_plus: ^11.5.0 copied to clipboard

2.84k
likes
160
points
2.59M
downloads
Flutter plugin providing detailed information about the device (make, model, etc.), and Android or iOS version the app is running on.#device#information#utils

connectivity_pluscopy "connectivity_plus: ^6.1.4" to clipboard
connectivity_plus: ^6.1.4 copied to clipboard

3.82k
likes
160
points
2.01M
downloads
Flutter plugin for discovering the state of the network (WiFi & mobile/cellular) connectivity on Android and iOS.#connectivity#utils

share_pluscopy "share_plus: ^11.0.0" to clipboard
share_plus: ^11.0.0 copied to clipboard

3.73k
likes
160
points
1.9M
downloads
Flutter plugin for sharing content via the platform share UI, using the ACTION_SEND intent on Android and UIActivityViewController on iOS.#share#utils

chewiecopy "chewie: ^1.11.3" to clipboard
chewie: ^1.11.3 copied to clipboard

2.24k
likes
160
points
735k
downloads
A video player for Flutter with Cupertino and Material play controls

wakelock_pluscopy "wakelock_plus: ^1.3.2" to clipboard
wakelock_plus: ^1.3.2 copied to clipboard

521
likes
160
points
1.29M
downloads
Plugin that allows you to keep the device screen awake, i.e. prevent the screen from sleeping on Android, iOS, macOS, Windows, Linux, and web.

sensors_pluscopy "sensors_plus: ^6.1.1" to clipboard
sensors_plus: ^6.1.1 copied to clipboard

939
likes
160
points
327k
downloads
Flutter plugin for accessing accelerometer, gyroscope, and magnetometer sensors.#sensor#sensors#utils

flutter_blurhashcopy "flutter_blurhash: ^0.9.1" to clipboard
flutter_blurhash: ^0.9.1 copied to clipboard

1.63k
likes
160
points
193k
downloads
Compact representation of placeholder for an image. Encode a blurry image under 30 characters for instant display like used by Medium
screenshot

after_layoutcopy "after_layout: ^1.2.0" to clipboard
after_layout: ^1.2.0 copied to clipboard

763
likes
160
points
254k
downloads
Execute code after the first layout of your widget has been performed, i.e. after the first frame has been displayed.