Reddit: Easiest way to port game from dart?
I am working on a small simple dart game, but I would like to eventually also release it on iOS/android using flutter. The game is currently using dart:html and canvas for all graphics.Are there any good tutorials for posting a dart html game to iOS/android? Do you have any advice for the development process? I know I've read somewhere that keeping the graphics rendering separate from the business logic will help, but is there anything else I need to know?Thanks!
Submitted January 16, 2018 at 09:58PM by maquis_00
via reddit http://ift.tt/2DFLoPE
I am working on a small simple dart game, but I would like to eventually also release it on iOS/android using flutter. The game is currently using dart:html and canvas for all graphics.Are there any good tutorials for posting a dart html game to iOS/android? Do you have any advice for the development process? I know I've read somewhere that keeping the graphics rendering separate from the business logic will help, but is there anything else I need to know?Thanks!
Submitted January 16, 2018 at 09:58PM by maquis_00
via reddit http://ift.tt/2DFLoPE
reddit
Easiest way to port game from dart? • r/FlutterDev
I am working on a small simple dart game, but I would like to eventually also release it on iOS/android using flutter. The game is currently using...
Reddit: Windy City DevFest 2018 - First Flutter, then Fly: Build Reactive & Performant Cross-Platform Apps
https://www.youtube.com/watch?v=OpdXLXdYXhU
Submitted January 16, 2018 at 11:53PM by Purple_Pizzazz
via reddit http://ift.tt/2mLkK0M
https://www.youtube.com/watch?v=OpdXLXdYXhU
Submitted January 16, 2018 at 11:53PM by Purple_Pizzazz
via reddit http://ift.tt/2mLkK0M
YouTube
Windy City DevFest 2018 - First Flutter, then Fly: Build Reactive & Performant Cross-Platform Apps
Speaker: Nitya Narasimhan As mobile and web developers we face growing challenges in delivering user experiences that are not only performant across diverse ...
GGroup: overlapped native widget
Hey guys, is there any way I can: 1) render a native platform widgets on the top of a flutter app, and 2) pass click events on native widgets to that flutter app Thanks!
Submitted January 17, 2018 at 10:20AM by Nami WANG
via Flutter Dev http://ift.tt/2EOtz0a
Hey guys, is there any way I can: 1) render a native platform widgets on the top of a flutter app, and 2) pass click events on native widgets to that flutter app Thanks!
Submitted January 17, 2018 at 10:20AM by Nami WANG
via Flutter Dev http://ift.tt/2EOtz0a
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: Can you make an Android widget with Flutter?
I wanted to make a widget that shows the price for a specific crypto currency.
Submitted January 17, 2018 at 11:41AM by IronBrotherz
via reddit http://ift.tt/2B8pqSM
I wanted to make a widget that shows the price for a specific crypto currency.
Submitted January 17, 2018 at 11:41AM by IronBrotherz
via reddit http://ift.tt/2B8pqSM
reddit
Can you make an Android widget with Flutter? • r/FlutterDev
I wanted to make a widget that shows the price for a specific crypto currency.
GGroup: Golang exposed via flutter method channels
I need to use golang as my DB and logic layer with a flutter GUI. This is because I need the same logic and DB running on other devices where flutter does not run. 1. Has anyone seen any examples yet of doing this with golang ? I know it pretty easy using the gomobile bind command and then
Submitted January 17, 2018 at 09:57PM by ged...@gmail.com
via Flutter Dev http://ift.tt/2mPFAMx
I need to use golang as my DB and logic layer with a flutter GUI. This is because I need the same logic and DB running on other devices where flutter does not run. 1. Has anyone seen any examples yet of doing this with golang ? I know it pretty easy using the gomobile bind command and then
Submitted January 17, 2018 at 09:57PM by ged...@gmail.com
via Flutter Dev http://ift.tt/2mPFAMx
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: Run async operation on widget creation
http://ift.tt/2mH5p0n
Submitted January 17, 2018 at 11:09PM by Purple_Pizzazz
via reddit http://ift.tt/2Dt1yOT
http://ift.tt/2mH5p0n
Submitted January 17, 2018 at 11:09PM by Purple_Pizzazz
via reddit http://ift.tt/2Dt1yOT
Flutter Institute
Run async operation on widget creation
I often see people trying to execute an asyncronous operation in the render method of a widget. This doesn't work, but is also bad because it gets called every time the state or properties get updated. It can lead to a lot of unneccessary work. A StatefulWidget…
Reddit: New Void Realms video out (on the drawer)
https://www.youtube.com/watch?v=g8_Wv5f1lcg
Submitted January 18, 2018 at 08:22PM by Ajaxml
via reddit http://ift.tt/2mO0GKd
https://www.youtube.com/watch?v=g8_Wv5f1lcg
Submitted January 18, 2018 at 08:22PM by Ajaxml
via reddit http://ift.tt/2mO0GKd
YouTube
Flutter 36 - Drawer
Check out my Dart and Flutter courses on Udemy: https://www.udemy.com/user/bryan-cairns/
GGroup: Flutter plugin v21 now available -- Introducing the NEW Flutter Inspector
Flutter Inspector We’re very excited to be able to announce the first version of the Flutter Inspector for IntelliJ and Android Studio! It will be featured in a talk at DartConf in LA (Wednesday, Jan. 24, 10am Pacific time) and will be live streamed on the DartConf website
Submitted January 19, 2018 at 09:22PM by Wm Leler
via Flutter Dev http://ift.tt/2DRQ6tI
Flutter Inspector We’re very excited to be able to announce the first version of the Flutter Inspector for IntelliJ and Android Studio! It will be featured in a talk at DartConf in LA (Wednesday, Jan. 24, 10am Pacific time) and will be live streamed on the DartConf website
Submitted January 19, 2018 at 09:22PM by Wm Leler
via Flutter Dev http://ift.tt/2DRQ6tI
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 plugin v21 now available -- Introducing the NEW Flutter Inspector
http://ift.tt/2mSz0nH
Submitted January 19, 2018 at 09:34PM by KingBaal
via reddit http://ift.tt/2DrbHfK
http://ift.tt/2mSz0nH
Submitted January 19, 2018 at 09:34PM by KingBaal
via reddit http://ift.tt/2DrbHfK
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: ios/Flutter/flutter_assets/snapshot_blob.bin and version control
I know that generated files should generally be .gitignore'd, but I don't know the role of this file and it is not included in the default ios .gitignore file, so I'm a little uncertain. Help?
Submitted January 19, 2018 at 10:11PM by Michael Dresser
via Flutter Dev http://ift.tt/2Dmbl5U
I know that generated files should generally be .gitignore'd, but I don't know the role of this file and it is not included in the default ios .gitignore file, so I'm a little uncertain. Help?
Submitted January 19, 2018 at 10:11PM by Michael Dresser
via Flutter Dev http://ift.tt/2Dmbl5U
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: Animation Management with Flutter and Flux/Redux
http://ift.tt/2DSjU9M
Submitted January 20, 2018 at 01:08AM by Purple_Pizzazz
via reddit http://ift.tt/2DjxcuY
http://ift.tt/2DSjU9M
Submitted January 20, 2018 at 01:08AM by Purple_Pizzazz
via reddit http://ift.tt/2DjxcuY
Medium
Animation Management with Flutter and Flux/Redux
The Flux and Redux application architectures work well with reactive view frameworks like Flutter. Both architectures share two powerful…
Reddit: Fluvies: A movie browsing and saving app
http://ift.tt/2DtN4ye
Submitted January 20, 2018 at 12:26PM by dilpreet2028
via reddit http://ift.tt/2EVz4KL
http://ift.tt/2DtN4ye
Submitted January 20, 2018 at 12:26PM by dilpreet2028
via reddit http://ift.tt/2EVz4KL
GitHub
dilpreet96/Fluvies
Fluvies - A flutter app with MVP + Database implementation
Reddit: Handwritten keyboard in Flutter
I need to implement a handwritten keyboard in flutter mainly for entering mathematical related stuffs. How can actually implement it.I like to know Flutter's interoperability with native iOS and Android code.In android the MobileVision library has a TextRecognition part. Am I going in the write direction? Is there any API for iOS (Text Recognition)?.
Submitted January 21, 2018 at 01:32PM by ambareeshb
via reddit http://ift.tt/2BgmALA
I need to implement a handwritten keyboard in flutter mainly for entering mathematical related stuffs. How can actually implement it.I like to know Flutter's interoperability with native iOS and Android code.In android the MobileVision library has a TextRecognition part. Am I going in the write direction? Is there any API for iOS (Text Recognition)?.
Submitted January 21, 2018 at 01:32PM by ambareeshb
via reddit http://ift.tt/2BgmALA
reddit
Handwritten keyboard in Flutter • r/FlutterDev
I need to implement a handwritten keyboard in flutter mainly for entering mathematical related stuffs. How can actually implement it. I like to...
GGroup: GestureDetector on Tile not working after new Tile added
Hello, I'm beginning with Flutter and to learn, I try to reproduce other app I created. I can't understand why I have a bug with a customised ListView. Try the code below, after I add a dog, the added dog's tile work well (the tile slide well right to left) but the others tiles (added before)
Submitted January 21, 2018 at 07:46PM by Grégoire Berclaz
via Flutter Dev http://ift.tt/2BgC5Tv
Hello, I'm beginning with Flutter and to learn, I try to reproduce other app I created. I can't understand why I have a bug with a customised ListView. Try the code below, after I add a dog, the added dog's tile work well (the tile slide well right to left) but the others tiles (added before)
Submitted January 21, 2018 at 07:46PM by Grégoire Berclaz
via Flutter Dev http://ift.tt/2BgC5Tv
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: GLFW scrolling with FlutterEmbedder
I can run Flutter apps on OSX and GLFW, but I'm having trouble integrating the GLFW scroll events (for touch-pad scrolling). I tried sending Flutter pointer events (FlutterEngineSendPointerEvent), but couldn't get any combination of event parameters to work. void scrollCallback(GLFWwindow*
Submitted January 22, 2018 at 07:32AM by Mark Craig
via Flutter Dev http://ift.tt/2mZGhCV
I can run Flutter apps on OSX and GLFW, but I'm having trouble integrating the GLFW scroll events (for touch-pad scrolling). I tried sending Flutter pointer events (FlutterEngineSendPointerEvent), but couldn't get any combination of event parameters to work. void scrollCallback(GLFWwindow*
Submitted January 22, 2018 at 07:32AM by Mark Craig
via Flutter Dev http://ift.tt/2mZGhCV
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 Weekly #3
http://ift.tt/2G3Rp9P
Submitted January 22, 2018 at 07:17AM by KingBaal
via reddit http://ift.tt/2rsLFTJ
http://ift.tt/2G3Rp9P
Submitted January 22, 2018 at 07:17AM by KingBaal
via reddit http://ift.tt/2rsLFTJ
mailchi.mp
Flutter Weekly #3
A newsletter for Flutter fans by Flutter fans
GGroup: 'flutter channel alpha' gives This channel is obsolete
I recently had to reinstall flutter, after which I switched to the master channel because there are some features am working with that are yet to land on the alpha. After a while, I wanted to switch back to the alpha yesterday, but when I run 'flutter channel' I noticed the new channel list from
Submitted January 22, 2018 at 09:58AM by Michael Tawiah Sowah
via Flutter Dev http://ift.tt/2mYx4dq
I recently had to reinstall flutter, after which I switched to the master channel because there are some features am working with that are yet to land on the alpha. After a while, I wanted to switch back to the alpha yesterday, but when I run 'flutter channel' I noticed the new channel list from
Submitted January 22, 2018 at 09:58AM by Michael Tawiah Sowah
via Flutter Dev http://ift.tt/2mYx4dq
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: VoidRealms - Flutter App Life Cycle
https://www.youtube.com/watch?v=rXOh2Pg1Exk
Submitted January 22, 2018 at 02:03PM by KingBaal
via reddit http://ift.tt/2DqYHCM
https://www.youtube.com/watch?v=rXOh2Pg1Exk
Submitted January 22, 2018 at 02:03PM by KingBaal
via reddit http://ift.tt/2DqYHCM
YouTube
Flutter 38 - App Life Cycle
Check out my courses on Udemy
Dart Beginners
https://www.udemy.com/course/dart-beginners-course/?referralCode=8AE914D81F7E307C866C
Dart Intermediate
https://www.udemy.com/course/dart-intermediate-course/?referralCode=318BC98B456FDD4B2204
Dart Advanced…
Dart Beginners
https://www.udemy.com/course/dart-beginners-course/?referralCode=8AE914D81F7E307C866C
Dart Intermediate
https://www.udemy.com/course/dart-intermediate-course/?referralCode=318BC98B456FDD4B2204
Dart Advanced…
Reddit: Flutter introduction from a Xamarin developer
http://ift.tt/2Dvivce
Submitted January 22, 2018 at 05:36PM by sethladd
via reddit http://ift.tt/2n297Sp
http://ift.tt/2Dvivce
Submitted January 22, 2018 at 05:36PM by sethladd
via reddit http://ift.tt/2n297Sp
Aloïs Deniel
Flutter introduction from a Xamarin developer
Maybe you never heard about me, but I have been a Xamarin developer for four years now, always obsessed in code sharing strategies. I was so exited when I first discovered those tools which allowed me to share a big amount of logic in C# language, you couldn’t…
Reddit: FLUTTER IS THE FUTURE OF MOBILE APP DEVELOPMENT – Boštjan Mrak – Medium
http://ift.tt/2DxzPxt
Submitted January 22, 2018 at 05:35PM by sethladd
via reddit http://ift.tt/2n4pPRh
http://ift.tt/2DxzPxt
Submitted January 22, 2018 at 05:35PM by sethladd
via reddit http://ift.tt/2n4pPRh
Medium
FLUTTER IS THE FUTURE OF MOBILE APP DEVELOPMENT
“Flutter is a new mobile app SDK to help developers and designers build modern mobile apps for iOS and Android.”