New post on /r/flutterdev subreddit:
Arduino and Flutter (Bluetooth)
Hi all! ☺️I want to create a bicycle computer, using an Arduino for the sensor on the bike and an Android phone as the display and ui. The Arduino and phone will communicate via Bluetooth.I've heard about Flutter Blue but I have no idea how to use it. But I think I have a general idea of how Flutter works; widgets and all that.Can anyone guide me on how to implement Bluetooth into the Android app? Thanks!😊
October 06, 2019 at 02:00PM by ningaman151
https://ift.tt/331Z2YW
Arduino and Flutter (Bluetooth)
Hi all! ☺️I want to create a bicycle computer, using an Arduino for the sensor on the bike and an Android phone as the display and ui. The Arduino and phone will communicate via Bluetooth.I've heard about Flutter Blue but I have no idea how to use it. But I think I have a general idea of how Flutter works; widgets and all that.Can anyone guide me on how to implement Bluetooth into the Android app? Thanks!😊
October 06, 2019 at 02:00PM by ningaman151
https://ift.tt/331Z2YW
reddit
Arduino and Flutter (Bluetooth)
Hi all! ☺️ I want to create a bicycle computer, using an Arduino for the sensor on the bike and an Android phone as the display and ui. The...
New post on /r/flutterdev subreddit:
drag_select_grid_view: A grid that supports both dragging and tapping to select its items.
Hey, folks.I've been working on this package for a while, and now I'm glad to share drag_select_grid_view with you. This grid allows a Google Photos style selection, and should be very easy to use, once you are familiar with GridView.builder.Despite being exhaustively tested and probably ready for production, this is the initial release, so it's not quite polished and lack some features. I'm counting on you to give me feedbacks, open issues, send PRs, and make this library a top-level one!Thanks 😄
October 06, 2019 at 05:02PM by hugocastelani
https://ift.tt/2OmQQ1h
drag_select_grid_view: A grid that supports both dragging and tapping to select its items.
Hey, folks.I've been working on this package for a while, and now I'm glad to share drag_select_grid_view with you. This grid allows a Google Photos style selection, and should be very easy to use, once you are familiar with GridView.builder.Despite being exhaustively tested and probably ready for production, this is the initial release, so it's not quite polished and lack some features. I'm counting on you to give me feedbacks, open issues, send PRs, and make this library a top-level one!Thanks 😄
October 06, 2019 at 05:02PM by hugocastelani
https://ift.tt/2OmQQ1h
Dart packages
drag_select_grid_view | Flutter package
Grid that supports both dragging and tapping to select its items.
New post on /r/flutterdev subreddit:
OPENING GRADLE Crashes the project
https://ift.tt/2nrIdYs
October 06, 2019 at 05:24PM by nblogist
https://ift.tt/2OoNcUQ
OPENING GRADLE Crashes the project
https://ift.tt/2nrIdYs
October 06, 2019 at 05:24PM by nblogist
https://ift.tt/2OoNcUQ
reddit
[Android] Gradle File error in Flutter crashing the project
So, I am doing the Uber clone tutorial on flutter and firebase on YouTube, while doing that it asks to open Gradle file and eddit there, but as...
New post on /r/flutterdev subreddit:
#8 FlatButton Widget Flutter
https://youtu.be/glnLzy9aHZg
October 06, 2019 at 06:46PM by systechdevelopers
https://ift.tt/35eKpTZ
#8 FlatButton Widget Flutter
https://youtu.be/glnLzy9aHZg
October 06, 2019 at 06:46PM by systechdevelopers
https://ift.tt/35eKpTZ
YouTube
#8 Widget FlatButton | Flutter Tutorial | Google
#8 flutter widget flatbutton.
New post on /r/flutterdev subreddit:
Create a Flutter app showing a 3d object which is moved by the external device.
https://youtu.be/FMZO4UTVZBk
October 06, 2019 at 07:09PM by XBriefer
https://ift.tt/31Rvtcv
Create a Flutter app showing a 3d object which is moved by the external device.
https://youtu.be/FMZO4UTVZBk
October 06, 2019 at 07:09PM by XBriefer
https://ift.tt/31Rvtcv
YouTube
ESP32 | FLUTTER | BLE - MPU6050, Rotate your 3d object in the app
In this video, I show you how to use the MPU6050 Accelerometer and Gyroscope sensor with the ESP32. First, I will explain how the MPU6050 works and how to read the data from it, and then we will make a flutter application for a 3D visualization of the sensor…
New post on /r/flutterdev subreddit:
Is there a way to get the physical screen border radius?
I'm creating a page transition animation which scales down the old route, on an iPhone or Pixel 3 the transition looks weird because the physical screen is round cornered but the page itself is rectangular.I tried
October 06, 2019 at 06:53PM by a9udn9u
https://ift.tt/333GJCA
Is there a way to get the physical screen border radius?
I'm creating a page transition animation which scales down the old route, on an iPhone or Pixel 3 the transition looks weird because the physical screen is round cornered but the page itself is rectangular.I tried
MediaQuery.of(context).viewPadding
, on iPhone using the bottom padding as border radius worked fine, but on the Pixel bottom padding is 0. The top padding didn't work on either devices because it's larger than the border radius.Is there a way to get the physical screen border radius in Flutter?October 06, 2019 at 06:53PM by a9udn9u
https://ift.tt/333GJCA
reddit
Is there a way to get the physical screen border radius?
I'm creating a page transition animation which scales down the old route, on an iPhone or Pixel 3 the transition looks weird because the physical...
New post on /r/flutterdev subreddit:
On-screen joystick/joypad game controller with Flame and Flutter — JapAlekhin
https://ift.tt/31R7Fpf
October 06, 2019 at 08:49PM by japalekhin
https://ift.tt/2MnI1lc
On-screen joystick/joypad game controller with Flame and Flutter — JapAlekhin
https://ift.tt/31R7Fpf
October 06, 2019 at 08:49PM by japalekhin
https://ift.tt/2MnI1lc
JapAlekhin
On-screen joystick/joypad game controller with Flame — JapAlekhin
Recently, I’ve posted a tutorial on how to make an on-screen gamepad controller. While it would be helpful, most modern consoles with controllers now support joystick as the main directional controls (or at least have a joystick beside the conventional arrows).…
New post on /r/flutterdev subreddit:
60 Days of Flutter :Building a Messenger from Scratch : Day 48–50 : Creating the Settings Page using Bloc
https://ift.tt/2nmmtgp
October 06, 2019 at 09:51PM by aditya_gurjar
https://ift.tt/31W71Xq
60 Days of Flutter :Building a Messenger from Scratch : Day 48–50 : Creating the Settings Page using Bloc
https://ift.tt/2nmmtgp
October 06, 2019 at 09:51PM by aditya_gurjar
https://ift.tt/31W71Xq
Medium
60 Days of Flutter :Building a Messenger : Day 48–50 : Creating the Settings Page using Bloc
In the last post we added Dark Mode to our app. We created the toggles for few other settings but didn’t implement them. Today we’ll go…
New post on /r/flutterdev subreddit:
FlutterForce — Week 47
https://ift.tt/30V5TBT
October 06, 2019 at 10:49AM by flutterist
https://ift.tt/2LP6GQK
FlutterForce — Week 47
https://ift.tt/30V5TBT
October 06, 2019 at 10:49AM by flutterist
https://ift.tt/2LP6GQK
Medium
FlutterForce — #Week 47
Weekly Flutter Resources
New post on /r/flutterdev subreddit:
Check out the 11th installment of #Flutter Discovery. This week's installment has Responsive UI, Permission Requests and Inner working of Flutter.
https://ift.tt/2oT8lvJ
October 05, 2019 at 02:53PM by DecimalSaxon
https://ift.tt/2MjN71V
Check out the 11th installment of #Flutter Discovery. This week's installment has Responsive UI, Permission Requests and Inner working of Flutter.
https://ift.tt/2oT8lvJ
October 05, 2019 at 02:53PM by DecimalSaxon
https://ift.tt/2MjN71V
mailchi.mp
Flutter Discovery #11
Weekly Newsletter of cool Flutter articles, plugins, tutorials and videos I find on the internet. This week's installment has Responsive UI, Permission Requests and Inner working of Flutter
New post on /r/flutterdev subreddit:
Verify that an asset (in a flutter plugin) is available in iOS
I have an app written in flutter and with native bindings on android (java) and iOS (objective-c).The app is build as a flutter plugin for the native layer bindings and this is then wrapped into a flutter app for UI etc.The flutter plugin requires a binary dynamic library, but I struggle to get it to load on iOS. I am however unsure if this is because the library asset (e.g. mylib.dylib) is included in the app or if the code for finding it is broken.Is there a way to verify that the library is actually included in the app when building it for iOS?Also is there a way to get it to list all assets with location so I can look through the list and verify that the location matches what I expect it to be?
October 07, 2019 at 08:37AM by kimusan
https://ift.tt/2Vkb5y8
Verify that an asset (in a flutter plugin) is available in iOS
I have an app written in flutter and with native bindings on android (java) and iOS (objective-c).The app is build as a flutter plugin for the native layer bindings and this is then wrapped into a flutter app for UI etc.The flutter plugin requires a binary dynamic library, but I struggle to get it to load on iOS. I am however unsure if this is because the library asset (e.g. mylib.dylib) is included in the app or if the code for finding it is broken.Is there a way to verify that the library is actually included in the app when building it for iOS?Also is there a way to get it to list all assets with location so I can look through the list and verify that the location matches what I expect it to be?
October 07, 2019 at 08:37AM by kimusan
https://ift.tt/2Vkb5y8
reddit
Verify that an asset (in a flutter plugin) is available in iOS
I have an app written in flutter and with native bindings on android (java) and iOS (objective-c). The app is build as a flutter plugin for the...
New post on /r/flutterdev subreddit:
Design, Develop, Deliver: My Favorite Tools for Building Flutter Apps
https://youtu.be/uF5rP2USP7A
October 07, 2019 at 10:50AM by bizz84
https://ift.tt/2oXZFEa
Design, Develop, Deliver: My Favorite Tools for Building Flutter Apps
https://youtu.be/uF5rP2USP7A
October 07, 2019 at 10:50AM by bizz84
https://ift.tt/2oXZFEa
YouTube
Design, Develop, Deliver: My Favorite Tools for Building Flutter Apps
Sign up here for more videos: 👇👇
https://codewithandrea.com
This is an overview of the tools I use to design, develop and deliver my Flutter apps.
These tools help you to get more stuff done, with less effort.
HIGHLIGHTS
00:00 - Intro
01:05 - Sketch…
https://codewithandrea.com
This is an overview of the tools I use to design, develop and deliver my Flutter apps.
These tools help you to get more stuff done, with less effort.
HIGHLIGHTS
00:00 - Intro
01:05 - Sketch…
New post on /r/flutterdev subreddit:
Flutter bitmap: bitmap manipulations package using the dart FFI
https://ift.tt/2obhBLK
October 07, 2019 at 11:20AM by renancaraujo
https://ift.tt/2nniqQX
Flutter bitmap: bitmap manipulations package using the dart FFI
https://ift.tt/2obhBLK
October 07, 2019 at 11:20AM by renancaraujo
https://ift.tt/2nniqQX
GitHub
renancaraujo/bitmap
A Flutter package for manipulating bitmaps. Contribute to renancaraujo/bitmap development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Using nested Scaffold, good/bad?
When having bottom navigation, the parent is a Scaffold. But almost always nested pages are Scaffold too.How good of a practice is it?
October 07, 2019 at 12:22PM by bananaofakind
https://ift.tt/2OtnBKm
Using nested Scaffold, good/bad?
When having bottom navigation, the parent is a Scaffold. But almost always nested pages are Scaffold too.How good of a practice is it?
October 07, 2019 at 12:22PM by bananaofakind
https://ift.tt/2OtnBKm
reddit
Using nested Scaffold, good/bad?
When having bottom navigation, the parent is a Scaffold. But almost always nested pages are Scaffold too. How good of a practice is it?
New post on /r/flutterdev subreddit:
I created a zsh plugin to start iOS simulators from terminal
Since I started working with Flutter, I don't always have Xcode open. The usual way for me to start simulators was to just run an app in XCode with the selected device. Another way is to start from terminal, calling
October 07, 2019 at 12:46PM by Schroefdop
https://ift.tt/35fEVIA
I created a zsh plugin to start iOS simulators from terminal
Since I started working with Flutter, I don't always have Xcode open. The usual way for me to start simulators was to just run an app in XCode with the selected device. Another way is to start from terminal, calling
xcrun simctl list
to get a device id from the list and do something like /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app/Contents/MacOS/Simulator -CurrentDeviceUDID <YOUR-DEVICE-ID>
. Well, I was not happy with both of these tedious ways to start an iOS simulator, so i created a little script.With this script you can just type bootSimulator
in terminal, and it will ask you which iOS version you want to run (if you have multiple iOS simulator versions installed). After selecting an iOS version you will get the list of available devices for that OS and you can select which device should boot!If you use plain bash, you can copy the code and probably just paste it in the ~/.bashrc
file, the script is made in bash after all.I hope some people would get the same satisfaction I get from using this time saving script. Any feedback is always welcome!October 07, 2019 at 12:46PM by Schroefdop
https://ift.tt/35fEVIA
reddit
I created a zsh plugin to start iOS simulators from terminal
Since I started working with Flutter, I don't always have Xcode open. The usual way for me to start simulators was to just run an app in XCode...
New post on /r/flutterdev subreddit:
Flutter Tap Newsletter - Week 7
https://ift.tt/2LQYOya
October 07, 2019 at 01:54PM by vensign
https://ift.tt/30Utt1V
Flutter Tap Newsletter - Week 7
https://ift.tt/2LQYOya
October 07, 2019 at 01:54PM by vensign
https://ift.tt/30Utt1V
Fluttertap
Newsletter Issue 7
Flutter tap newsletter with the latest of flutter - Issue 7
New post on Flutter Dev Google group:
Auto ML Vision Edge
Hi Team, What is the roadmap on supporting Auto ML Vision Edge? I am developing an app on Flutter and it will require to use a custom model. Firebase have already libraries for Android and IOS but not flutter. Is it close on the horizon? There is one wrapper someone did from the community but I
October 07, 2019 at 03:04PM by Arny
https://ift.tt/2opoo4r
Auto ML Vision Edge
Hi Team, What is the roadmap on supporting Auto ML Vision Edge? I am developing an app on Flutter and it will require to use a custom model. Firebase have already libraries for Android and IOS but not flutter. Is it close on the horizon? There is one wrapper someone did from the community but I
October 07, 2019 at 03:04PM by Arny
https://ift.tt/2opoo4r
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.
New post on /r/flutterdev subreddit:
Google Sign In cross-platform (web/mobile)
I created a package that wraps mobile and web implementation of Google Sign In.https://pub.dev/packages/google_sign_in_allNOTE: The package is still under development, but you can test it.
October 07, 2019 at 04:19PM by jarekb123
https://ift.tt/33kAxqj
Google Sign In cross-platform (web/mobile)
I created a package that wraps mobile and web implementation of Google Sign In.https://pub.dev/packages/google_sign_in_allNOTE: The package is still under development, but you can test it.
October 07, 2019 at 04:19PM by jarekb123
https://ift.tt/33kAxqj
Dart packages
google_sign_in_all | Flutter Package
Flutter Google Sign In wrapper on `googleapis_auth` (Web) and `google_sign_in` (Android/iOS)
New post on /r/flutterdev subreddit:
How can I always display the current date?
I can get the current date, but say it turns midnight, how do I make my date real-time? Do I have to poll some free date API for it?
October 07, 2019 at 03:28PM by purplegreencab
https://ift.tt/30V4XgU
How can I always display the current date?
I can get the current date, but say it turns midnight, how do I make my date real-time? Do I have to poll some free date API for it?
October 07, 2019 at 03:28PM by purplegreencab
https://ift.tt/30V4XgU
reddit
How can I always display the current date?
I can get the current date, but say it turns midnight, how do I make my date real-time? Do I have to poll some free date API for it?
New post on /r/flutterdev subreddit:
Podcast - Flutter Dev - Rody Davis
https://ift.tt/2MkyGKX
October 07, 2019 at 05:17PM by SoundDr
https://ift.tt/31UyI2V
Podcast - Flutter Dev - Rody Davis
https://ift.tt/2MkyGKX
October 07, 2019 at 05:17PM by SoundDr
https://ift.tt/31UyI2V
Inside iOS Dev
Alex interviews Rody Davis about Flutter, a cross platform framework for iOS and Android development. They also address cross platform development issues Dropbox experienced with their mobile apps.
New post on /r/flutterdev subreddit:
Sorting algorithms visualizer
https://ift.tt/2Orr3VO
October 07, 2019 at 05:52PM by bimsina
https://ift.tt/2OCivf5
Sorting algorithms visualizer
https://ift.tt/2Orr3VO
October 07, 2019 at 05:52PM by bimsina
https://ift.tt/2OCivf5
GitHub
bimsina/SortingAlgorithmsVisualizer
Sorting algorithms visualizer in Flutter. Contribute to bimsina/SortingAlgorithmsVisualizer development by creating an account on GitHub.