GGroup: NoSQL offline database suggestions
Does anyone have any suggestions for NoSQL offline databases to use with flutter where there is a good Dart library? I can't use Firebase because its not HIPAA compliant. Thank you!
Submitted March 16, 2018 at 07:34PM by Jeremy Whiteley
via Flutter Dev http://ift.tt/2tTl7fB
Does anyone have any suggestions for NoSQL offline databases to use with flutter where there is a good Dart library? I can't use Firebase because its not HIPAA compliant. Thank you!
Submitted March 16, 2018 at 07:34PM by Jeremy Whiteley
via Flutter Dev http://ift.tt/2tTl7fB
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
GGroup: Are there any Modal alternatives to BottomSheet?
The only existing code example for Flutter modals that I've been able to find was this one: onTap: (){ showModalBottomSheet(context: context, builder: (BuildContext context) { return new Container( child: new Padding( padding: const EdgeInsets.all(32.0),
Submitted March 16, 2018 at 07:43PM by ez...@sightworks.com
via Flutter Dev http://ift.tt/2Iu3IgU
The only existing code example for Flutter modals that I've been able to find was this one: onTap: (){ showModalBottomSheet(context: context, builder: (BuildContext context) { return new Container( child: new Padding( padding: const EdgeInsets.all(32.0),
Submitted March 16, 2018 at 07:43PM by ez...@sightworks.com
via Flutter Dev http://ift.tt/2Iu3IgU
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
Reddit: Comparison between flutter_blue and flutter_ble_lib
Im leaning towards flutterble_lib, as it appears easier to connect to a single BLE device that has a predefined address (ability to flexibly connect to different BLE devices is not a part of this sprint ¯\(ツ)_/¯) Does anyone have experience with both, and could give any pros and cons between them?
Submitted March 16, 2018 at 07:07PM by zeldasandwitches
via reddit http://ift.tt/2FHfVRF
Im leaning towards flutterble_lib, as it appears easier to connect to a single BLE device that has a predefined address (ability to flexibly connect to different BLE devices is not a part of this sprint ¯\(ツ)_/¯) Does anyone have experience with both, and could give any pros and cons between them?
Submitted March 16, 2018 at 07:07PM by zeldasandwitches
via reddit http://ift.tt/2FHfVRF
reddit
Comparison between flutter_blue and flutter_ble_lib • r/FlutterDev
Im leaning towards flutter_ble_lib, as it appears easier to connect to a single BLE device that has a predefined address (ability to flexibly...
GGroup: How can invoke method between native(iOS/Android) and flutter side Synchronously?
Hi guys, Currently, we are refactoring a totally native written app into flutter one. As it can't be finished in a short time, a gradual approach are been taken. Henceforth, problems come. Question. Method invocation synchronously In this scenario, I embed a FlutterViewController in a
Submitted March 16, 2018 at 09:25PM by 王康
via Flutter Dev http://ift.tt/2phDBko
Hi guys, Currently, we are refactoring a totally native written app into flutter one. As it can't be finished in a short time, a gradual approach are been taken. Henceforth, problems come. Question. Method invocation synchronously In this scenario, I embed a FlutterViewController in a
Submitted March 16, 2018 at 09:25PM by 王康
via Flutter Dev http://ift.tt/2phDBko
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
GGroup: i try install flutter on mac
< https://lh3.googleusercontent.com/-nN6kcx2Q7z4/Wqtjpu9-W9I/AAAAAAAAAMA/PFAuH0aPLOsCTCaVi1YdHZa2HpaLg1g-ACLcBGAs/s1600/Screen%2BShot%2B2561-03-16%2Bat%2B13.26.23.png> How can i do next?
Submitted March 16, 2018 at 09:25PM by boxmob...@gmail.com
via Flutter Dev http://ift.tt/2Itw8aI
< https://lh3.googleusercontent.com/-nN6kcx2Q7z4/Wqtjpu9-W9I/AAAAAAAAAMA/PFAuH0aPLOsCTCaVi1YdHZa2HpaLg1g-ACLcBGAs/s1600/Screen%2BShot%2B2561-03-16%2Bat%2B13.26.23.png> How can i do next?
Submitted March 16, 2018 at 09:25PM by boxmob...@gmail.com
via Flutter Dev http://ift.tt/2Itw8aI
GGroup: Help needed
HI, I am an android app developer and already have android studio on my computer and vs code. I recently installed flutter and tried to run the demo app I got an error which asked me to run – $ flutter doctor –android-licenses When I ran that this is what I got – $ sdkmanager –version
Submitted March 16, 2018 at 09:25PM by chinmay k.h
via Flutter Dev http://ift.tt/2pjFnl8
HI, I am an android app developer and already have android studio on my computer and vs code. I recently installed flutter and tried to run the demo app I got an error which asked me to run – $ flutter doctor –android-licenses When I ran that this is what I got – $ sdkmanager –version
Submitted March 16, 2018 at 09:25PM by chinmay k.h
via Flutter Dev http://ift.tt/2pjFnl8
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
GGroup: PlatformOverlay RFC
I've made a small change to src/widgets/app.dart to allow libraries to overlay contents (like title bar buttons, or a debug overlay, etc.) inside of WidgetsApp. /// Allows external libraries to overlay crucial content inside of every /// [WidgetsApp]. /// /// For performance reasons, adding
Submitted March 16, 2018 at 09:25PM by Dwayne Slater
via Flutter Dev http://ift.tt/2IvwVYA
I've made a small change to src/widgets/app.dart to allow libraries to overlay contents (like title bar buttons, or a debug overlay, etc.) inside of WidgetsApp. /// Allows external libraries to overlay crucial content inside of every /// [WidgetsApp]. /// /// For performance reasons, adding
Submitted March 16, 2018 at 09:25PM by Dwayne Slater
via Flutter Dev http://ift.tt/2IvwVYA
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
GGroup: can't run flutter
It was all going so well following this article: http://ift.tt/2Bj32HQ Until I get to the part... Accept the Android SDK licenses (apologies, because, yes, apparently we have to do this now :) Go to Terminal, and type flutter doctor --android-l
Submitted March 16, 2018 at 09:25PM by Graham Hobson
via Flutter Dev http://ift.tt/2IvwYDK
It was all going so well following this article: http://ift.tt/2Bj32HQ Until I get to the part... Accept the Android SDK licenses (apologies, because, yes, apparently we have to do this now :) Go to Terminal, and type flutter doctor --android-l
Submitted March 16, 2018 at 09:25PM by Graham Hobson
via Flutter Dev http://ift.tt/2IvwYDK
Medium
Installing Flutter on a Mac
tldr: You can install Flutter on a new Mac, and run your first Flutter demo app, in under 10 minutes (not counting download times :)
GGroup: embed a Flutter view in our existing Android or iOS app
Hi Can I get some documentation regarding how to embed a Flutter view in our existing Android or iOS app. -- Thanks Ankit Chaudhary
Submitted March 16, 2018 at 09:25PM by Ankit Chaudhary
via Flutter Dev http://ift.tt/2plprP9
Hi Can I get some documentation regarding how to embed a Flutter view in our existing Android or iOS app. -- Thanks Ankit Chaudhary
Submitted March 16, 2018 at 09:25PM by Ankit Chaudhary
via Flutter Dev http://ift.tt/2plprP9
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
GGroup: Using flutter with existing app
Sir/Mam I want to use exoplayer with my flutter app how can i do that.Sir/Mam please respond.Thanking you in anticipation.
Submitted March 16, 2018 at 09:25PM by asd qwe
via Flutter Dev http://ift.tt/2IxkjAa
Sir/Mam I want to use exoplayer with my flutter app how can i do that.Sir/Mam please respond.Thanking you in anticipation.
Submitted March 16, 2018 at 09:25PM by asd qwe
via Flutter Dev http://ift.tt/2IxkjAa
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
GGroup: How to change compiled to implimentaion
hi, i am new to flutter. i have a doubt which is how to change compiled version to implemention. i am asking this because i recently installed a plugin by adding the plugin details on pubspec.yaml file then imported in my dart file when i run flutter i get this warning Configuration
Submitted March 16, 2018 at 09:25PM by shahi...@gmail.com
via Flutter Dev http://ift.tt/2pjPyWP
hi, i am new to flutter. i have a doubt which is how to change compiled version to implemention. i am asking this because i recently installed a plugin by adding the plugin details on pubspec.yaml file then imported in my dart file when i run flutter i get this warning Configuration
Submitted March 16, 2018 at 09:25PM by shahi...@gmail.com
via Flutter Dev http://ift.tt/2pjPyWP
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
GGroup: Email client?
Hi, I've search both flutter and dart sites for email plugins. I see a SMTP client, but nothing for retrieving via IMAP. Can you point me in a direction for a total email solution to import into a list? Thank you
Submitted March 16, 2018 at 09:25PM by izzyfanto
via Flutter Dev http://ift.tt/2Irsy0J
Hi, I've search both flutter and dart sites for email plugins. I see a SMTP client, but nothing for retrieving via IMAP. Can you point me in a direction for a total email solution to import into a list? Thank you
Submitted March 16, 2018 at 09:25PM by izzyfanto
via Flutter Dev http://ift.tt/2Irsy0J
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
GGroup: Incorporate flutter into our native app
Hello, We would like to understand how we can l incorporate flutterinto our native app. Thanks, Shmaya Reichman x2one Israel LTD Tel: +972-54-6670979 Sent from my Samsung Galaxy smartphone.
Submitted March 16, 2018 at 09:25PM by Shmaya Reichman
via Flutter Dev http://ift.tt/2pnrT87
Hello, We would like to understand how we can l incorporate flutterinto our native app. Thanks, Shmaya Reichman x2one Israel LTD Tel: +972-54-6670979 Sent from my Samsung Galaxy smartphone.
Submitted March 16, 2018 at 09:25PM by Shmaya Reichman
via Flutter Dev http://ift.tt/2pnrT87
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
Reddit: flutter_sparkline | Beautiful sparkline charts for Flutter
http://ift.tt/2G2JFHO
Submitted March 17, 2018 at 12:41AM by Purple_Pizzazz
via reddit http://ift.tt/2IvWXuV
http://ift.tt/2G2JFHO
Submitted March 17, 2018 at 12:41AM by Purple_Pizzazz
via reddit http://ift.tt/2IvWXuV
Dart Packages
flutter_sparkline | Flutter Package
flutter_sparkline 0.0.2 Flutter and Dart package - Beautiful sparkline charts for Flutter.
Reddit: Flutter From An Android Dev's Perspective
http://ift.tt/2tVpDKK
Submitted March 17, 2018 at 02:18AM by mvieck3
via reddit http://ift.tt/2FQuEWn
http://ift.tt/2tVpDKK
Submitted March 17, 2018 at 02:18AM by mvieck3
via reddit http://ift.tt/2FQuEWn
Medium
Flutter from an Android Developer’s Perspective
Flutter first came into my crosshairs in late February when I read the beta release article on Google Developers Blog.
Reddit: Using Gradients, Fractional Offsets, Page Views and Other Widgets in Flutter
https://m.youtube.com/watch?v=vgcv4Fn9ERo&feature=youtu.be
Submitted March 17, 2018 at 10:59AM by Purple_Pizzazz
via reddit http://ift.tt/2Dz99Yh
https://m.youtube.com/watch?v=vgcv4Fn9ERo&feature=youtu.be
Submitted March 17, 2018 at 10:59AM by Purple_Pizzazz
via reddit http://ift.tt/2Dz99Yh
YouTube
Using Gradients, Fractional Offsets, Page Views and Other Widgets in Dart's Flutter Framework
In this tutorial, we build a simple gallery/wallpaper application using Page View and various other widgets. Source Code: https://github.com/tensor-programmi...
Reddit: Flutter-Examples: Simple basic isolated apps, for budding flutter devs.
http://ift.tt/2vhFZgP
Submitted March 17, 2018 at 12:01PM by nisrulz
via reddit http://ift.tt/2G52meh
http://ift.tt/2vhFZgP
Submitted March 17, 2018 at 12:01PM by nisrulz
via reddit http://ift.tt/2G52meh
GitHub
nisrulz/flutter-examples
flutter-examples - [Examples] Simple basic isolated apps, for budding flutter devs.
Reddit: Flutter - MVP Architecture | Design Pattern | Dependency Injection | Flavors | Demo (Video Tutorial)
https://youtu.be/I2AgSDAEZSE
Submitted March 17, 2018 at 11:54AM by imthepk
via reddit http://ift.tt/2FQ7fV8
https://youtu.be/I2AgSDAEZSE
Submitted March 17, 2018 at 11:54AM by imthepk
via reddit http://ift.tt/2FQ7fV8
YouTube
Flutter - MVP Architecture | Design Pattern | Dependency Injection | Flavors | Demo
In this crash course for Flutter, I'll guide you through the creation of an app with MVP Architecture which is a Cryptocurrency App to track all the coins data in realtime. #MVP #Flutter #DesignPattern
We will talk about what is MVP (Model View Presenter)…
We will talk about what is MVP (Model View Presenter)…
Reddit: Flutter Routes and Navigation
http://ift.tt/2DAntzx
Submitted March 17, 2018 at 03:16PM by Ajaxml
via reddit http://ift.tt/2FP7kZ1
http://ift.tt/2DAntzx
Submitted March 17, 2018 at 03:16PM by Ajaxml
via reddit http://ift.tt/2FP7kZ1
Medium
Flutter: Routes and Navigation
Today we are going to learn about routes and navigation. In Flutter, navigation is built in. It is simple, quick and intuitive to use. By…
Reddit: Can we start doing automatic daily or weekly questions thread?
Similar to what /r/androiddev does. For instance here's the most recent "Weekly Questions" thread.I have a lot of little questions that I sometimes want to ask and it'd be a big help.
Submitted March 17, 2018 at 06:53PM by TranslucentPond
via reddit http://ift.tt/2DAy0eg
Similar to what /r/androiddev does. For instance here's the most recent "Weekly Questions" thread.I have a lot of little questions that I sometimes want to ask and it'd be a big help.
Submitted March 17, 2018 at 06:53PM by TranslucentPond
via reddit http://ift.tt/2DAy0eg
reddit
Weekly Questions Thread - March 12, 2018 • r/androiddev
This thread is for simple questions that don't warrant their own thread (although we suggest checking the sidebar, [the...