GGroup: Sentry reported issue
Hi, team Since My App published with the sentry, There are some issues may be caused by Flutter Library. How can I share them with the team? like this, stack below: NoSuchMethodError: NoSuchMethodError: The method 'visitAncestorElements' was called on null. Receiver: null Tried calling:
Submitted February 24, 2018 at 11:12AM by Ken Shao
via Flutter Dev http://ift.tt/2CFQo4Y
Hi, team Since My App published with the sentry, There are some issues may be caused by Flutter Library. How can I share them with the team? like this, stack below: NoSuchMethodError: NoSuchMethodError: The method 'visitAncestorElements' was called on null. Receiver: null Tried calling:
Submitted February 24, 2018 at 11:12AM by Ken Shao
via Flutter Dev http://ift.tt/2CFQo4Y
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: Bookshelf App Part 2, Personal Notes and Database Integration
http://ift.tt/2GJA59z
Submitted February 24, 2018 at 03:44PM by Brudigem
via reddit http://ift.tt/2HKKbs3
http://ift.tt/2GJA59z
Submitted February 24, 2018 at 03:44PM by Brudigem
via reddit http://ift.tt/2HKKbs3
Medium
Flutter: Bookshelf App Part 2, Personal Notes and Database Integration
Adding the database and some nice animations.
Reddit: What's best approach to clean architecture in Flutter?
I'm coming, probably like most here, from Android, where I use a clean approach with separate modules, interactors, repositories, Dagger, architecture components and whatnot to structure the code into testable, single-responsibility components.Obviously, Flutter is different with all its reactive approach, and I'm wondering if there's some widely-accepted as pretty nice approach to structuring Flutter apps? What I miss from Android is e.g. Dagger -- I see that here InheritedWidget is used to hold data, but there's no DI per se, is there? For passing data in general I'd love to use streams and have
Submitted February 24, 2018 at 07:15PM by la__bruja
via reddit http://ift.tt/2ouJgDj
I'm coming, probably like most here, from Android, where I use a clean approach with separate modules, interactors, repositories, Dagger, architecture components and whatnot to structure the code into testable, single-responsibility components.Obviously, Flutter is different with all its reactive approach, and I'm wondering if there's some widely-accepted as pretty nice approach to structuring Flutter apps? What I miss from Android is e.g. Dagger -- I see that here InheritedWidget is used to hold data, but there's no DI per se, is there? For passing data in general I'd love to use streams and have
setState
called on stream emissions, does that make sense? What's the best approach to separate view, drawing and animations from actual presentation logic?Overall I spent lots of time designing clean Android apps, and I'd love to see clean Flutter examples. I see there's Flux (not updated heavily, and also is almost a direct port of Redux with single state for the entire app), and single architecture samples repo.So, Flutter community, what's your preferred way to write a non-trivial, maintainable, testable, and overall clean app?Submitted February 24, 2018 at 07:15PM by la__bruja
via reddit http://ift.tt/2ouJgDj
GitHub
GitHub - google/flutter_flux: Implementation of the Flux framework for Flutter
Implementation of the Flux framework for Flutter. Contribute to google/flutter_flux development by creating an account on GitHub.
Reddit: Flutter not detecting iOS simulator
Could someone help me to get flutter recognize iOS simulator or point me a forum where such a things are discussed? I've tried reporting on the flutter git, but no response unfortunately.I run simulator with:
sudo open -a Simulator.appand
sudo flutter devices gives me
No devices detectedsudo flutter doctor output is here
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (on Mac OS X 10.12.6 16G29, locale pl, channel dev)
[✓] Android toolchain - develop for Android devices (Android SDK 27.0.3)
[!] iOS toolchain - develop for iOS devices (Xcode 9.2)
✗ CocoaPods not installed
CocoaPods is used to retrieve the iOS platform side's plugin code that responds to your plugin usage on the . Dart side
Without resolving iOS dependencies with CocoaPods, plugins will not work on iOS
For more info, see https://flutter.io/platform-plugins
To install:
brew install cocoapods
pod setup .
[✓] Android Studio (version 3.0)
[!] Connected devices
! No devices availableAlthough brew install cocoapods states that:
Warning: cocoapods 1.4.0 is already installed
and I've run pod setup multiple times.Any ideas guys?
Submitted February 24, 2018 at 08:56PM by KOala888
via reddit http://ift.tt/2EPKXlL
Could someone help me to get flutter recognize iOS simulator or point me a forum where such a things are discussed? I've tried reporting on the flutter git, but no response unfortunately.I run simulator with:
sudo open -a Simulator.appand
sudo flutter devices gives me
No devices detectedsudo flutter doctor output is here
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (on Mac OS X 10.12.6 16G29, locale pl, channel dev)
[✓] Android toolchain - develop for Android devices (Android SDK 27.0.3)
[!] iOS toolchain - develop for iOS devices (Xcode 9.2)
✗ CocoaPods not installed
CocoaPods is used to retrieve the iOS platform side's plugin code that responds to your plugin usage on the . Dart side
Without resolving iOS dependencies with CocoaPods, plugins will not work on iOS
For more info, see https://flutter.io/platform-plugins
To install:
brew install cocoapods
pod setup .
[✓] Android Studio (version 3.0)
[!] Connected devices
! No devices availableAlthough brew install cocoapods states that:
Warning: cocoapods 1.4.0 is already installed
and I've run pod setup multiple times.Any ideas guys?
Submitted February 24, 2018 at 08:56PM by KOala888
via reddit http://ift.tt/2EPKXlL
docs.flutter.dev
Using packages
How to use packages in your Flutter app.
GGroup: Adding a bulk number of Assets to Flutter
Is there a way to include a bulk number of assets as including them one by one, as is currently done, will a lot of work. So is there a way for eg: just include the folder containing the assets rather than the individual files
Submitted February 24, 2018 at 11:31PM by Michael Tawiah Sowah
via Flutter Dev http://ift.tt/2BNsSWJ
Is there a way to include a bulk number of assets as including them one by one, as is currently done, will a lot of work. So is there a way for eg: just include the folder containing the assets rather than the individual files
Submitted February 24, 2018 at 11:31PM by Michael Tawiah Sowah
via Flutter Dev http://ift.tt/2BNsSWJ
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: Write Your First Flutter App
http://ift.tt/2F596be
Submitted February 25, 2018 at 10:04AM by Elixane
via reddit http://ift.tt/2CH2hrm
http://ift.tt/2F596be
Submitted February 25, 2018 at 10:04AM by Elixane
via reddit http://ift.tt/2CH2hrm
flutter.io
Write Your First Flutter App, part 1
This is a guide to creating your first Flutter app. If youare familiar with object-oriented code and basic programmingconcepts such as variables, loops, and conditionals,you can complete this tutorial. You don’t needprevious experience with Dart or mobile…
GGroup: Re: Adding a large Assets to Flutter
Hi Michael. It is on our list, tracking in http://ift.tt/2EUiRWz. On Sat, Feb 24, 2018 at 11:29 PM, Michael Tawiah Sowah < michael...@gmail.com> wrote: > Is there a way to include a bulk number of assets as including them one by > one, as is currently done, will a
Submitted February 25, 2018 at 10:26AM by Mikkel Ravn
via Flutter Dev http://ift.tt/2FyyGn7
Hi Michael. It is on our list, tracking in http://ift.tt/2EUiRWz. On Sat, Feb 24, 2018 at 11:29 PM, Michael Tawiah Sowah < michael...@gmail.com> wrote: > Is there a way to include a bulk number of assets as including them one by > one, as is currently done, will a
Submitted February 25, 2018 at 10:26AM by Mikkel Ravn
via Flutter Dev http://ift.tt/2FyyGn7
GitHub
Wildcarding assets in pubspec.yaml (or allow an entire directory to be included) #4890
I'd like to be able to add an entire folder of assets without having to enumerate each one in my flutter.yaml.
GGroup: Flutter_sprites build
Hi, Flutter Dev I am very interested in flutter_sprites. After 4 hours hard work, I run it with the newest flutter(0.1.4-pre.5). [image: 内嵌图片 2] Why is this project out of maintenance? Is there any new 2D Game Engine? My fork below: http://ift.tt/2CHigWi https://github.
Submitted February 25, 2018 at 11:36AM by Ken Shao
via Flutter Dev http://ift.tt/2F5M7wW
Hi, Flutter Dev I am very interested in flutter_sprites. After 4 hours hard work, I run it with the newest flutter(0.1.4-pre.5). [image: 内嵌图片 2] Why is this project out of maintenance? Is there any new 2D Game Engine? My fork below: http://ift.tt/2CHigWi https://github.
Submitted February 25, 2018 at 11:36AM by Ken Shao
via Flutter Dev http://ift.tt/2F5M7wW
GitHub
pedia/flutter_sprites
Contribute to flutter_sprites development by creating an account on GitHub.
Reddit: Flutter doesn’t need Kotlin (or anything else)
http://ift.tt/2FwOZR9
Submitted February 25, 2018 at 09:35PM by Lukeaf
via reddit http://ift.tt/2oqcYtN
http://ift.tt/2FwOZR9
Submitted February 25, 2018 at 09:35PM by Lukeaf
via reddit http://ift.tt/2oqcYtN
Medium
Flutter doesn’t need Kotlin (or anything else)
It’s not an exaggeration to say that I was super impressed by Flutter the first time I picked it up. Hot Reload, the declarative UI syntax…
GGroup: Multi target support in one code base
I have published the first app. Right now the second app is starting. Two apps share most code and different with UI. Regard to the answer < https://stackoverflow.com/questions/17232279/multiple-apps-from-one-code-base-multiple-projects-or-targets-in-xcode> in StackOverflow, We have 3 option
Submitted February 26, 2018 at 04:50AM by Ken Shao
via Flutter Dev http://ift.tt/2FvmnHR
I have published the first app. Right now the second app is starting. Two apps share most code and different with UI. Regard to the answer < https://stackoverflow.com/questions/17232279/multiple-apps-from-one-code-base-multiple-projects-or-targets-in-xcode> in StackOverflow, We have 3 option
Submitted February 26, 2018 at 04:50AM by Ken Shao
via Flutter Dev http://ift.tt/2FvmnHR
Stack Overflow
Multiple apps from one code base - multiple projects or targets in Xcode?
I am developing an iOS app. Right now it is one app and two targets (app and tests).
Getting closer to publishing I want to split this app into three apps with lots of shared code and shared tests. (
Getting closer to publishing I want to split this app into three apps with lots of shared code and shared tests. (
Reddit: Flutter Studio
I came across this Flutter Studio and i was wondering it would be brilliant if Flutter would come with a dedicated Flutter Studio. Does anybody have any info if that is going to happen anytime?
Submitted February 26, 2018 at 11:58AM by frankcohe
via reddit http://ift.tt/2ouNKL1
I came across this Flutter Studio and i was wondering it would be brilliant if Flutter would come with a dedicated Flutter Studio. Does anybody have any info if that is going to happen anytime?
Submitted February 26, 2018 at 11:58AM by frankcohe
via reddit http://ift.tt/2ouNKL1
reddit
Flutter Studio • r/FlutterDev
I came across this [Flutter Studio](http://mutisya.com) and i was wondering it would be brilliant if Flutter would come with a dedicated Flutter...
Reddit: Why Flutter Uses Dart
http://ift.tt/2EVmN9E
Submitted February 26, 2018 at 03:26PM by KingBaal
via reddit http://ift.tt/2BS51oX
http://ift.tt/2EVmN9E
Submitted February 26, 2018 at 03:26PM by KingBaal
via reddit http://ift.tt/2BS51oX
Hacker Noon
Why Flutter Uses Dart
Many linguists believe that the natural language a person speaks affects how they think. Does the same concept apply to computer languages…
Reddit: More resources behind Official Plugins?
Now that Flutter is gaining some more traction, is the Flutter team putting more resources behind finishing some of the much requested plugins, like Firebase Auth?Much love to @collinjackson and the few others making this happen, let's hope they get some more help!
Submitted February 26, 2018 at 04:41PM by arc_phasor
via reddit http://ift.tt/2EUD9iI
Now that Flutter is gaining some more traction, is the Flutter team putting more resources behind finishing some of the much requested plugins, like Firebase Auth?Much love to @collinjackson and the few others making this happen, let's hope they get some more help!
Submitted February 26, 2018 at 04:41PM by arc_phasor
via reddit http://ift.tt/2EUD9iI
reddit
More resources behind Official Plugins? • r/FlutterDev
Now that Flutter is gaining some more traction, is the Flutter team putting more resources behind finishing some of the much requested plugins,...
Reddit: Flutter Crash Course - Building a Complete App From Scratch
https://www.youtube.com/watch?v=jBBl1tYkUnE&feature=youtu.be
Submitted February 26, 2018 at 08:34PM by Purple_Pizzazz
via reddit http://ift.tt/2GLeldl
https://www.youtube.com/watch?v=jBBl1tYkUnE&feature=youtu.be
Submitted February 26, 2018 at 08:34PM by Purple_Pizzazz
via reddit http://ift.tt/2GLeldl
YouTube
Flutter Crash Course - Building a Complete App From Scratch
In this crash course for Flutter, I'll guide you through the creation of a complete quiz app. You can follow along on both Windows and Mac and you'll be able to run the code written in this tutorial on both Android and iOS.
We will discuss topics such as:…
We will discuss topics such as:…
Reddit: CardIO for Flutter: A plugin for scanning credit cards using the camera.
http://ift.tt/2F7m08B
Submitted February 26, 2018 at 09:48PM by KingBaal
via reddit http://ift.tt/2BVEHtU
http://ift.tt/2F7m08B
Submitted February 26, 2018 at 09:48PM by KingBaal
via reddit http://ift.tt/2BVEHtU
Dart packages
flutter_card_io | Flutter Package
CardIO plugin for flutter
GGroup: New text renderer
Flutter has migrated from its original text rendering engine (based on Chromium's Blink renderer) to a new implementation based on Android's Minikin text library. The new renderer is intended to be functionally equivalent to the old renderer, and Flutter application developers should not
Submitted February 27, 2018 at 12:19AM by Jason Simmons
via Flutter Dev http://ift.tt/2CITPb3
Flutter has migrated from its original text rendering engine (based on Chromium's Blink renderer) to a new implementation based on Android's Minikin text library. The new renderer is intended to be functionally equivalent to the old renderer, and Flutter application developers should not
Submitted February 27, 2018 at 12:19AM by Jason Simmons
via Flutter Dev http://ift.tt/2CITPb3
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: Building WhatsApp Ui with Flutter Part 2 : The Chat List
http://ift.tt/2CKXwwE
Submitted February 27, 2018 at 04:22AM by Ajaxml
via reddit http://ift.tt/2F52LwF
http://ift.tt/2CKXwwE
Submitted February 27, 2018 at 04:22AM by Ajaxml
via reddit http://ift.tt/2F52LwF
Medium
Building WhatsApp Ui with Flutter Part 2 : The Chat List
Previously on Building WhatsApp with Flutter, we created a basic appbar with tabs and navigation. Today, we are going to create the…
Reddit: "Ok Google, use my Flutter app!"
http://ift.tt/2CmAgtf
Submitted February 27, 2018 at 06:38AM by Marcinus
via reddit http://ift.tt/2oqvMcD
http://ift.tt/2CmAgtf
Submitted February 27, 2018 at 06:38AM by Marcinus
via reddit http://ift.tt/2oqvMcD
Szałko-Blog
"Ok Google, use my Flutter app!" | Szałko-Blog
In this post I would like to show you how I integrated Google Assistant/Google Now with my WeightTracker app written in Flutter (works only on Android).
GGroup: How to show rotated container only within it's parent?
I want to make rectangle that is rotated about 45 degrees but it escapes it's parent container so I am stuck with this: < https://lh3.googleusercontent.com/-GJ-cFjcMgtI/WpVA9ocNWOI/AAAAAAAAAAM/ecIzRhUSbEwkEg3QIyW7RiS8sKL8mee_gCLcBGAs/s1600/Screenshot_1519730928.png > What I want : <<br>
Submitted February 27, 2018 at 12:31PM by barbaric...@gmail.com
via Flutter Dev http://ift.tt/2FBZymc
I want to make rectangle that is rotated about 45 degrees but it escapes it's parent container so I am stuck with this: < https://lh3.googleusercontent.com/-GJ-cFjcMgtI/WpVA9ocNWOI/AAAAAAAAAAM/ecIzRhUSbEwkEg3QIyW7RiS8sKL8mee_gCLcBGAs/s1600/Screenshot_1519730928.png > What I want : <<br>
Submitted February 27, 2018 at 12:31PM by barbaric...@gmail.com
via Flutter Dev http://ift.tt/2FBZymc
GGroup: Cookbook: What would you like to see?
Hey all, posted this on Twitter and Reddit, and it was suggested I post this here as well! I'm working on Recipes for the Cookbook. We're trying to create a bunch of "Recipes" with solutions to common tasks that people need to complete when creating apps. What would you like to see included?
Submitted February 27, 2018 at 01:45PM by Brian Egan
via Flutter Dev http://ift.tt/2FB75l7
Hey all, posted this on Twitter and Reddit, and it was suggested I post this here as well! I'm working on Recipes for the Cookbook. We're trying to create a bunch of "Recipes" with solutions to common tasks that people need to complete when creating apps. What would you like to see included?
Submitted February 27, 2018 at 01:45PM by Brian Egan
via Flutter Dev http://ift.tt/2FB75l7
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: Announcing Flutter beta 1: Build beautiful native apps
http://ift.tt/2otw3f0
Submitted February 27, 2018 at 03:03PM by KingBaal
via reddit http://ift.tt/2CMPdAt
http://ift.tt/2otw3f0
Submitted February 27, 2018 at 03:03PM by KingBaal
via reddit http://ift.tt/2CMPdAt
Medium
Announcing Flutter beta 1: Build beautiful native apps
Today, as part of Mobile World Congress 2018, we are excited to announce the first beta release of Flutter. Flutter is Google’s new mobile…