New post on Flutter Dev Google group:
Flutter builder interface
Hi, Exist some plugin for android studio or VS that enable some interface for design the interface, like "android studio" or Builder iNterface in Xcode?
March 18, 2019 at 01:50PM by Gunther Votteler
https://ift.tt/2Hrhljx
Flutter builder interface
Hi, Exist some plugin for android studio or VS that enable some interface for design the interface, like "android studio" or Builder iNterface in Xcode?
March 18, 2019 at 01:50PM by Gunther Votteler
https://ift.tt/2Hrhljx
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:
Flutter Studio... any updates?
I want to get our designer creating Flutter layouts and https://flutterstudio.app/ seems like a great start but it isn't quite ready for that job. Does anyone know what happened to that project? Any updates on the way?
March 18, 2019 at 02:38PM by utilitycoder
https://ift.tt/2Coxm5O
Flutter Studio... any updates?
I want to get our designer creating Flutter layouts and https://flutterstudio.app/ seems like a great start but it isn't quite ready for that job. Does anyone know what happened to that project? Any updates on the way?
March 18, 2019 at 02:38PM by utilitycoder
https://ift.tt/2Coxm5O
reddit
r/FlutterDev - Flutter Studio... any updates?
0 votes and 0 comments so far on Reddit
New post on Flutter Dev Google group:
Flutter automation
i want to start write automation test cases but unfortunately click button or send keys crashing the App is there any suggested solutions
March 18, 2019 at 03:51PM by Faten Alnajjar
https://ift.tt/2WdWhk5
Flutter automation
i want to start write automation test cases but unfortunately click button or send keys crashing the App is there any suggested solutions
March 18, 2019 at 03:51PM by Faten Alnajjar
https://ift.tt/2WdWhk5
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 Flutter Dev Google group:
Flutter Firebase weird glitch?
I believe all the local or test builds that I have for my applications are showing up in the Firebase Dashboard for my Flutter app. E.g. I go to send a push notification and it says it is pushing to 286 users when I know I have 160. Is someone else running with this problem and how can I remove
March 18, 2019 at 06:08PM by Brennan Altringer
https://ift.tt/2FgkyiB
Flutter Firebase weird glitch?
I believe all the local or test builds that I have for my applications are showing up in the Firebase Dashboard for my Flutter app. E.g. I go to send a push notification and it says it is pushing to 286 users when I know I have 160. Is someone else running with this problem and how can I remove
March 18, 2019 at 06:08PM by Brennan Altringer
https://ift.tt/2FgkyiB
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:
Migrating a mobile database in flutter (sqlite)
https://ift.tt/2HFg2gm
March 18, 2019 at 06:08PM by Purple_Pizzazz
https://ift.tt/2FaapE2
Migrating a mobile database in flutter (sqlite)
https://ift.tt/2HFg2gm
March 18, 2019 at 06:08PM by Purple_Pizzazz
https://ift.tt/2FaapE2
Medium
Migrating a mobile database in flutter (SQLite)
Database migration is a headache for any developer working in an application with a non-trivial state. Whenever the state structure…
New post on Flutter Dev Google group:
Web-view with url launcher
Hi , i am trying to add Web-view using url launcher but i am faild please check my main. dart code , thank you import 'package:flutter/material.dart'; import 'package:flutter_webview_plugin/flutter_webview_plugin.dart'; //add flutter_webview_plugin: ^0.3.1 import 'package:url_launcher/url_launch
March 18, 2019 at 06:50PM by Deepjyoti Baishya
https://ift.tt/2CsQfEK
Web-view with url launcher
Hi , i am trying to add Web-view using url launcher but i am faild please check my main. dart code , thank you import 'package:flutter/material.dart'; import 'package:flutter_webview_plugin/flutter_webview_plugin.dart'; //add flutter_webview_plugin: ^0.3.1 import 'package:url_launcher/url_launch
March 18, 2019 at 06:50PM by Deepjyoti Baishya
https://ift.tt/2CsQfEK
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 Flutter Dev Google group:
flutter desde android studio
Buenas comunidad: instalé flutter desde el android studio y a la hora de pedir los paquetes o actualizar flutter me da este error Running "flutter packages get" in flutter_app... Got TLS error trying to find package cupertino_icons at https://ift.tt/1mvd6ms. Alguna idea?
March 18, 2019 at 08:23PM by David Hernandez
https://ift.tt/2ObbbEI
flutter desde android studio
Buenas comunidad: instalé flutter desde el android studio y a la hora de pedir los paquetes o actualizar flutter me da este error Running "flutter packages get" in flutter_app... Got TLS error trying to find package cupertino_icons at https://ift.tt/1mvd6ms. Alguna idea?
March 18, 2019 at 08:23PM by David Hernandez
https://ift.tt/2ObbbEI
Dart packages
Pub is the package manager for the Dart programming language, containing reusable libraries & packages for Flutter, AngularDart, and general Dart programs.
New tweet from flutterio:
In this post, Amir Harden, a Flutter engineer shares his lessons learned and tips for designing Flutter APIs.
Read the post here ↓https://t.co/14LV1l9dcH— Flutter (@flutterio) March 18, 2019
March 18, 2019 at 10:24PM
http://twitter.com/flutterio/status/1107754779697180674
In this post, Amir Harden, a Flutter engineer shares his lessons learned and tips for designing Flutter APIs.
Read the post here ↓https://t.co/14LV1l9dcH— Flutter (@flutterio) March 18, 2019
March 18, 2019 at 10:24PM
http://twitter.com/flutterio/status/1107754779697180674
Medium
API design tip for complex Flutter Widgets
Asking a widget to be something vs. do something
New post on Flutter Dev Google group:
Fat Binaries (arm64-v8a, armeabi-v7a, x86, & x86_64 )
With our current android app we ship arm64-v8a, armeabi-v7a, x86, & x86_64 binaries in a Fat APK. The Flutter build system only seems to include armeabi-v7a flutter binaries by default and doesn’t seem to support x86 at all. As such, a Flutter app will fail to start on a non-matching device.
March 18, 2019 at 10:25PM by Darcy Schultz
https://ift.tt/2TY397u
Fat Binaries (arm64-v8a, armeabi-v7a, x86, & x86_64 )
With our current android app we ship arm64-v8a, armeabi-v7a, x86, & x86_64 binaries in a Fat APK. The Flutter build system only seems to include armeabi-v7a flutter binaries by default and doesn’t seem to support x86 at all. As such, a Flutter app will fail to start on a non-matching device.
March 18, 2019 at 10:25PM by Darcy Schultz
https://ift.tt/2TY397u
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:
How is flutter different from React Native?
https://ift.tt/2TcGcco
March 19, 2019 at 06:30AM by technewsninja
https://ift.tt/2YfyLoC
How is flutter different from React Native?
https://ift.tt/2TcGcco
March 19, 2019 at 06:30AM by technewsninja
https://ift.tt/2YfyLoC
Quora
How is flutter different from React Native? - Quora
Flutter is quite different from React Native React native is a js framework that is used for building native mobile apps. It uses the react framework and offers a huge amount of inbuilt APIs and components. With React native you don’t build a mobi...
New post on /r/flutterdev subreddit:
Preview Google I/O 2019 has a Flutter and Dart session
https://ift.tt/2lyFZBf
March 19, 2019 at 09:21AM by sebe42
https://ift.tt/2HuTyz4
Preview Google I/O 2019 has a Flutter and Dart session
https://ift.tt/2lyFZBf
March 19, 2019 at 09:21AM by sebe42
https://ift.tt/2HuTyz4
Google I/O 2019
Schedule - Google I/O 2019
Google I/O 2019 returns to the Shoreline Amphitheatre May 7-9. Join us for a hands-on experience with Google’s latest product and platform innovations.
New post on /r/flutterdev subreddit:
Looking for a BLoC tutorial for dummies that doesn't need prior knowledge of Rx
Most of the tutorials assume that you have experience with Rx Java and similar..
March 19, 2019 at 08:09AM by kmarima
https://ift.tt/2HMw9ZF
Looking for a BLoC tutorial for dummies that doesn't need prior knowledge of Rx
Most of the tutorials assume that you have experience with Rx Java and similar..
March 19, 2019 at 08:09AM by kmarima
https://ift.tt/2HMw9ZF
reddit
r/FlutterDev - Looking for a BLoC tutorial for dummies that doesn't need prior knowledge of Rx
0 votes and 7 comments so far on Reddit
New post on /r/flutterdev subreddit:
The Toolbox - Charts for Flutter
https://ift.tt/2FkYWCS
March 19, 2019 at 07:26AM by Elixane
https://ift.tt/2WaJ1MK
The Toolbox - Charts for Flutter
https://ift.tt/2FkYWCS
March 19, 2019 at 07:26AM by Elixane
https://ift.tt/2WaJ1MK
New post on Flutter Dev Google group:
Adding text recognition API to Flutter API
Hi everyone can anyone please help me on adding image recognition cloud api to flutter App.
March 19, 2019 at 11:15AM by examp...@gmail.com
https://ift.tt/2TeJAna
Adding text recognition API to Flutter API
Hi everyone can anyone please help me on adding image recognition cloud api to flutter App.
March 19, 2019 at 11:15AM by examp...@gmail.com
https://ift.tt/2TeJAna
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 Flutter Dev Google group:
Flutter App crashes after some changes
Flutter APP crashes in some mobiles after adding MLkit plugin in pubspec.yaml file
March 19, 2019 at 11:17AM by examp...@gmail.com
https://ift.tt/2JjGEWn
Flutter App crashes after some changes
Flutter APP crashes in some mobiles after adding MLkit plugin in pubspec.yaml file
March 19, 2019 at 11:17AM by examp...@gmail.com
https://ift.tt/2JjGEWn
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:
Talks from Flutter London Meetup: Meaningful Motion & Scoped Model
https://ift.tt/2FlWGuT
March 19, 2019 at 03:09PM by Purple_Pizzazz
https://ift.tt/2HvFuWi
Talks from Flutter London Meetup: Meaningful Motion & Scoped Model
https://ift.tt/2FlWGuT
March 19, 2019 at 03:09PM by Purple_Pizzazz
https://ift.tt/2HvFuWi
Meaningful Motion & Scoped Model | Skills Matter Meetup
Meetup organised by FlutterLDN, 18th March 2019, London. In this meetup we have two talks on Scoped Model and Animations in Flutter.
New post on Flutter Dev Google group:
Join
I like to join the mailing list
March 19, 2019 at 04:00PM by Olawale Alabi
https://ift.tt/2U3hrE9
Join
I like to join the mailing list
March 19, 2019 at 04:00PM by Olawale Alabi
https://ift.tt/2U3hrE9
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:
Flutter - Scroll Effects
https://youtu.be/2RPl7rwYjnQ
March 19, 2019 at 05:08PM by rajayogan27
https://ift.tt/2ugbaGp
Flutter - Scroll Effects
https://youtu.be/2RPl7rwYjnQ
March 19, 2019 at 05:08PM by rajayogan27
https://ift.tt/2ugbaGp
YouTube
Flutter - Scroll Effects
Need an app ? - http://rajayogan.comBuy my course - https://www.udemy.com/learn-flutter-from-scratch/?couponCode=SPECOFFFollow me on twitter - https://twitte...
New post on /r/flutterdev subreddit:
Raw audio stream support in Flutter! Any constructive criticism?
https://ift.tt/2FiDDR9
March 19, 2019 at 05:42PM by NikzadK
https://ift.tt/2uh5rQN
Raw audio stream support in Flutter! Any constructive criticism?
https://ift.tt/2FiDDR9
March 19, 2019 at 05:42PM by NikzadK
https://ift.tt/2uh5rQN
Dart Packages
audio_streams | Flutter Package
audio_streams Flutter and Dart package - Support for Audio Streams in Flutter. Capable of streaming Linear PCM format with a bit depth of 16 bits and 32 bits. Streams microphone audio data as Stream>.
New post on /r/flutterdev subreddit:
A study in Hero Animations
https://ift.tt/2Jy54vo
March 19, 2019 at 06:47PM by lacronicus
https://ift.tt/2OgCNZ5
A study in Hero Animations
https://ift.tt/2Jy54vo
March 19, 2019 at 06:47PM by lacronicus
https://ift.tt/2OgCNZ5
Imgur
A study in Hero Animations
Post with 5 views. A study in Hero Animations
New tweet from flutterio:
In this post, Amir Hardon, a Flutter engineer shares his lessons learned and tips for designing Flutter APIs.
Read the post here ↓https://t.co/JNAD3Pp3E8— Flutter (@flutterio) March 19, 2019
March 19, 2019 at 07:29PM
http://twitter.com/flutterio/status/1108073136262692864
In this post, Amir Hardon, a Flutter engineer shares his lessons learned and tips for designing Flutter APIs.
Read the post here ↓https://t.co/JNAD3Pp3E8— Flutter (@flutterio) March 19, 2019
March 19, 2019 at 07:29PM
http://twitter.com/flutterio/status/1108073136262692864
Medium
API design tip for complex Flutter Widgets
Asking a widget to be something vs. do something