Flutter plugins created by Rody Davis

Overview

Flutter plugins by @rodydavis

Awesome Flutter Buy Me A Coffee Donate melos

This repo contains the source code for Flutter third-party plugins (i.e., plugins developed by Rody Davis). Check the packages directory for all plugins.

Flutter plugins enable access to platform-specific APIs. For more information about plugins, and how to use them, see https://flutter.io/platform-plugins/.

Published on pub.dev via rodydavis.com

Packages

Name Package Stars Issues Pull Requests Forks
fb_auth Pub
dynamic_tabs Pub
floating_search_bar Pub
flutter_midi Pub
mobile_popup Pub
mobile_sidebar Pub
sheet_music Pub
fb_firestore Pub
fb_storage Pub
persist_theme Pub
easy_web_view Pub
easy_google_maps Pub
flutter_whatsnew Pub
app_review Pub
get_version Pub
flutter_sms Pub
responsive_scaffold Pub
breakpoint Pub
data_tables Pub
cupertino_controllers Pub
dart_firebase Pub
native_widgets Pub
navigation_rail Pub
undo Pub
scaffold_tab_bar Pub
file_access Pub
storyboard Pub
golden_layout Pub
native_color_picker Pub
features Pub
image_resizer Pub
settings_manager Pub
project_gen Pub
flutter_cli Pub
flutter_wasm_interop Pub
flutter_dynamic_widget Pub
widget_gen Pub
flutter_ast Pub
flutter_multi_window Pub
flutter_data_view Pub
flutter_vibrate Pub

Issues

Please file any issues, bugs, or feature requests in the each individual repo.

Contributing

This repo uses sub modules to keep all the repos in one place as a mono repo but retaining the advantages of individual repos.

If you wish to contribute a change to any of the existing plugins in this repo, please review our contribution guide, and send a pull request for the specific repo.

Comments
  • flutter_sms: minSdkVersion, fix crash on Android, add canSendSMS

    flutter_sms: minSdkVersion, fix crash on Android, add canSendSMS

    • Reduce minSdkVersion to 16
    • Fix crash on android when recipients is empty (substring on empty string)
    • Add canSendSMS API
      • Checks if device is SMS capable (iOS and Android)
      • Checks if smsto: Intent is resolved and resulting activity exported (Android)
    • sendSMS: Return error when device is not SMS capable (Android)
    • Remove unused AndroidX dependency
    • Use Intent.ACTION_SENDTO and Intent.EXTRA_TEXT to increase message app support coverage
    opened by jnystad 4
  • Add support of nullItems to the ResponsiveScaffold constructor

    Add support of nullItems to the ResponsiveScaffold constructor

    I'm playing with ResponsiveScaffold constructor, where I can pass widgets directly to the children property, and it seems to lack support of handy nullItems helper property.

    This PR adds support for nullItems, and, additionally, provides default widget (CircularProgressIndicator() ) in case both children and nullItems are null.

    I'm not sure this is the best way to handle this null children case, and maybe it's a bad practice to provide own widget, so feel free to suggest any changes.

    Waiting On Customer 
    opened by divan 3
  • Fix compatibility issues with 2.1.0-dev.9.4.flutter-f9ebf21297 stable…

    Fix compatibility issues with 2.1.0-dev.9.4.flutter-f9ebf21297 stable…

    … flutter SDK

    Using the stable SDK branch and Android Studio for Flutter development, the app_review plugin would not build due to the following errors:

    Get packages failed due to pubspec.yaml:

    The current Dart SDK version is 2.1.0-dev.9.4.flutter-f9ebf21297.

    Because myApp depends on app_review from path which requires SDK version >=2.1.0 <3.0.0, version solving failed.

    After resolving that, build.gradle caused the following error when attempting issuing 'flutter run':

    • What went wrong: Execution failed for task ':app:preDebugBuild'.

    Android dependency 'com.android.support:support-media-compat' has different version for the compile (26.1.0) and runtime (27.1.0) classpath. You should manually set the same version via DependencyResolution

    The changes to pubspec.yaml and build.gradle in this PR resolve these issues.

    opened by Matcho0 3
  • Fix issue in flutter_midi where Android platform calls were not being fully resolved.

    Fix issue in flutter_midi where Android platform calls were not being fully resolved.

    Stumbled on an issue where my app was hanging whenever I would wait for the play_midi_note platform call to resolve.

    Following Flutter's guideline to writing platform code, the result argument is now being populated with success/error results.

    Waiting On Customer 
    opened by danpanaite 1
  • Latest simulators of iOS 13 are playing midi files

    Latest simulators of iOS 13 are playing midi files

    The conditional compilation is not required anymore as the latest version of the iOS13 simulators from Xcode 11 from Catalina 10.15 can play the midi files with no issue.

    opened by ekomisarenko 1
  • fix 2 bugs in flutter_whatsnew: CupertinoUI diaplayed on Android and MaterialUI on iOS and example didn't work

    fix 2 bugs in flutter_whatsnew: CupertinoUI diaplayed on Android and MaterialUI on iOS and example didn't work

    At my previous pull request I used the wrong if clause so the CupertinoUI was displayed on Android and the MaterialUI on iOS, with this request it will fixed. example didn't work because context does not contain Navigator. I move the Scaffold into it's own widget to fix this issue. Also I replaced if-null statements with ?? operator. I tested it and it works as before.

    opened by bierbaumtim 0
  • Fix CupertinoUI shown on Android and MaterialUI on iOS in flutter_whatsnew and fix 'context does not contain Navigator' in example

    Fix CupertinoUI shown on Android and MaterialUI on iOS in flutter_whatsnew and fix 'context does not contain Navigator' in example

    i move Scaffold into it's own widget with own context to fix the issues that context does not contain Navigator, so example works now. Also replace the if null statements with ?? operator. Tested it and works as before.

    opened by bierbaumtim 0
  • Android sms result

    Android sms result

    We can't guarantee if a user sends an SMS with a given intent on Android. I set a result with "finished" instead of setting a result with "SMS Sent" upon closing the activity.

    opened by njovy 0
Releases(1.0.0)
Owner
Rody Davis
Developer Advocate for @material-components at @Google
Rody Davis
A collection of Flutter plugins developed by CACHET

CACHET Flutter plugins This repo contains the source code for Flutter first-party plugins developed by developers at the Copenhagen Center for Health

Copenhagen Center for Health Technology (CACHET) 400 Jan 7, 2023
This repo contains a collection of permission related Flutter plugins which can be used to request permissions to access device resources in a cross-platform way.

Flutter Permission Plugins Deprecation Notice This repository has been replaced by the Flutter permission_handler plugin and will not longer be mainta

Baseflow 51 Dec 13, 2021
Starter project for Flutter plugins willing to access native and synchronous rust code using FFI

Flutter Rust FFI Template This project is a Flutter Plugin template. It provides out-of-the box support for cross-compiling native Rust code for all a

Jør∂¡ 561 Dec 7, 2022
This package helps developer to sort the flutter/dart packages and plugins alphabetically, This makes it easier when managing too many packages and when working with teams

Package helps to sort the flutter/dart packages and plugins alphabetically, This makes it easier when managing too many packages and when working with

DANCHE 7 Dec 21, 2022
A library for creating StreamDeck plugins in Dart.

package:streamdeck A Dart package for building plugins for the Elgato Stream Deck in Dart. Create actions that extend from StreamDeckPluginAction and

Danny Tuppeny 5 Jan 3, 2023
This repository contains Collection of UIs made using Flutter. Original Design of all the UIs were created by someone else. I tried to recreate those UIs using Flutter

Flutter-UIs-Collection This repository contains Collection of UIs made using Flutter. Original Design of all the UIs were created by someone else. I t

Mohak Gupta 45 Nov 26, 2022
Authentication + Splash Screen Flutter UI, UI created getting inspired from one share on dribble with flutter

Rest App, with Firebase Auth + SplashScreen UI created getting inspired from one share on dribble with flutter, after getting amazing responce, Added

Sanskar Tiwari 202 Dec 17, 2022
Flutter jobs borad app created using flutter

Flutter Jobs App note : the app is not working now because of some changes in the web site and i will work on it soon(∞∞) but you can still benfit fro

Raouf Rahiche 222 Dec 21, 2022
Flutter component concept created with Flutter using Dart programming language, inspired by Gooey Rab Bar.

Gooey Tab Bar Flutter Flutter component concept created with Flutter using Dart programming language, inspired by Gooey Tab Bar. About This component

Wilton Neto 216 Dec 14, 2022
Flutter table with dio and provider - A flutter Application created for Portfolio Page

My LinkedIn https://www.linkedin.com/in/marcelo-augusto-a60b6821a/ Intro This is

Marcelo Augusto 1 Jan 18, 2022
Flutter boilerplate - A boilerplate project created in flutter using MobX and Provider

Boilerplate Project A boilerplate project created in flutter using MobX and Prov

Wali Khan 0 Jan 22, 2022
Flutter todo - Simple To-do application created with Flutter and Hive

To-do app Simple To-do application created with Flutter and Hive. Description Fi

Gints V 0 Jan 24, 2022
Love-Calculator-Flutter - A Love Calculator Flutter app created for learning basic stuffs in Dart

Love Calculator The same old Love Calculator ,but in flutter NB A simple flutter

Adithya Krishnan 3 Nov 14, 2022
A slide puzzle game created with flutter for the flutter hack

Jungle puzzle A slide puzzle game created with flutter for the flutter hack https://flutter.dev/events/puzzle-hack Numeric Image Dark Mode How to run?

Roger Torres 13 Oct 26, 2022
We created Flappy Bird, a straightforward game based on flutter animation, from scratch using only Dart & Flutter and no third-party games or animation components.

Flappy-Bird Description A ridiculous game created by Flutter, all you have to do is touch the screen to make the bird leap as long as you avoid the ba

hab 15 Dec 25, 2022
Fendi Women's Lookbook created with Flutter

Fendi LookBook https://davies-k.github.io/fendi This is the widely known Fendi Collection or Lookbook, built with flutter. It is inspired by Fendi Sum

Davies Kwarteng 18 Nov 10, 2022
ui design for a habit app created in flutter

habit_app A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if thi

Antony David 27 Dec 13, 2022
A boilerplate project created in flutter using MobX and Provider

Boilerplate Project A boilerplate project created in flutter using MobX and Provider. Boilerplate supports both web and mobile, clone the appropriate

Mohamed Ziada 1 Jan 20, 2022
A project created in flutter using Android Studio, coded in Dart.

Pure Match App A project created in flutter using Android Studio, coded in Dart. Currently only Android and iOS is supported, but we want to enable we

null 4 Nov 18, 2021