fluttercommunity.dev

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

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

3.48k
likes
160
points
4.58M
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.63k
likes
160
points
3.17M
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.87k
likes
160
points
2.72M
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.85k
likes
160
points
2.09M
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.77k
likes
160
points
1.97M
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.12.1" to clipboard
chewie: ^1.12.1 copied to clipboard

2.26k
likes
160
points
807k
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

538
likes
160
points
1.37M
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

946
likes
160
points
346k
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.64k
likes
160
points
173k
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

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