Reddit: Introducing open-source SpaceX launch tracker, built with Flutter
SpaceX GO! is an open-source, simple and powerful SpaceX launch tracker, built with Flutter. It has been developed with educational purpose only, since I wanted to learn Flutter development after this year's Google I/O keynotes. I was amazed about the Flutter potential, so I decided to start developing some ideas I had. The app is now available as an open beta in the Play Store - maybe App Store in the future if the launch is successful.Also, I'm thinking about posting useful articles & videos that helped me develop this app from scratch, so let me know if you're interested on that!Anyway, this are some of the key features about SpaceX GO!Launch tracking & details: Detailed list of past & upcoming launches.Vehicle catalogue: Read about all rockets & capsules SpaceX has develop over the years.Tesla Roadster tracker: Orbit, speed & distance of the Elon Musk's Tesla Roadster.Core & capsules details: More information about each core & capsules launched.If you have some interesting ideas & thought about your app experience, feel free to share them: I would appreciate it :)As for all the SpaceX info, I'm using the open-source SpaceX REST API, built by the awesome u/jakewmeyer. He deserves all the credit for this amazing API.This app has been inspired by u/jeroenboumans and his SpaceX Companion app. Since we and pretty much all SpaceX apps use the same API, the info is the same, all it changes is the UI.This project wouldn't be possible with you guys and all the Flutter community. Thank you to all of you :)This project IS open-source: all the source code is readily available at GitHub.Feel free to test the app and share your thoughts! Remember, roll first to the beta program, and then, download the app.Source code: https://github.com/jesusrp98/spacex-goOpt-in page: https://play.google.com/apps/testing/com.chechu.cherryPlay Store page: https://play.google.com/store/apps/details?id=com.chechu.cherryThank you all, and greetings from Spain!Jesús Rodríguez - Chechu
Submitted August 24, 2018 at 07:06PM by jesusrp98
via reddit https://ift.tt/2w7Z2bS
SpaceX GO! is an open-source, simple and powerful SpaceX launch tracker, built with Flutter. It has been developed with educational purpose only, since I wanted to learn Flutter development after this year's Google I/O keynotes. I was amazed about the Flutter potential, so I decided to start developing some ideas I had. The app is now available as an open beta in the Play Store - maybe App Store in the future if the launch is successful.Also, I'm thinking about posting useful articles & videos that helped me develop this app from scratch, so let me know if you're interested on that!Anyway, this are some of the key features about SpaceX GO!Launch tracking & details: Detailed list of past & upcoming launches.Vehicle catalogue: Read about all rockets & capsules SpaceX has develop over the years.Tesla Roadster tracker: Orbit, speed & distance of the Elon Musk's Tesla Roadster.Core & capsules details: More information about each core & capsules launched.If you have some interesting ideas & thought about your app experience, feel free to share them: I would appreciate it :)As for all the SpaceX info, I'm using the open-source SpaceX REST API, built by the awesome u/jakewmeyer. He deserves all the credit for this amazing API.This app has been inspired by u/jeroenboumans and his SpaceX Companion app. Since we and pretty much all SpaceX apps use the same API, the info is the same, all it changes is the UI.This project wouldn't be possible with you guys and all the Flutter community. Thank you to all of you :)This project IS open-source: all the source code is readily available at GitHub.Feel free to test the app and share your thoughts! Remember, roll first to the beta program, and then, download the app.Source code: https://github.com/jesusrp98/spacex-goOpt-in page: https://play.google.com/apps/testing/com.chechu.cherryPlay Store page: https://play.google.com/store/apps/details?id=com.chechu.cherryThank you all, and greetings from Spain!Jesús Rodríguez - Chechu
Submitted August 24, 2018 at 07:06PM by jesusrp98
via reddit https://ift.tt/2w7Z2bS
GitHub
GitHub - r-spacex/SpaceX-API: :rocket: Open Source REST API for SpaceX launch, rocket, core, capsule, starlink, launchpad, and…
:rocket: Open Source REST API for SpaceX launch, rocket, core, capsule, starlink, launchpad, and landing pad data. - r-spacex/SpaceX-API
Reddit: Romain Rastel: How I replicated the iOS sliding row animation in Flutter
https://ift.tt/2OZzUv1
Submitted August 24, 2018 at 06:54PM by Purple_Pizzazz
via reddit https://ift.tt/2MuVgU9
https://ift.tt/2OZzUv1
Submitted August 24, 2018 at 06:54PM by Purple_Pizzazz
via reddit https://ift.tt/2MuVgU9
Medium
How I replicated the iOS sliding row animation in Flutter
Deep dive on the SlidableDrawerDelegate
Use FlutterDriver’s traceAction method to record app performance. Set this up as part of your continuous integration & see every commit's performance impact. Or load traces into chrome://tracing for convenient inspection. #FlutterFriday
Read more → https://t.co/pOI27ghOmm pic.twitter.com/W37WnngMBf— Flutter (@flutterio) August 24, 2018
August 24, 2018 at 10:58PM
via Twitter https://twitter.com/flutterio
Read more → https://t.co/pOI27ghOmm pic.twitter.com/W37WnngMBf— Flutter (@flutterio) August 24, 2018
August 24, 2018 at 10:58PM
via Twitter https://twitter.com/flutterio
Twitter
#flutterfriday hashtag on Twitter
35m ago @FlutterDev tweeted: "✳️ Early access to features like HotUI a.." - read what others are saying and join the conversation.
Reddit: Building chat app with Flutter and Firebase
https://ift.tt/2BUfdz4
Submitted August 25, 2018 at 02:32PM by Elixane
via reddit https://ift.tt/2oayQsY
https://ift.tt/2BUfdz4
Submitted August 25, 2018 at 02:32PM by Elixane
via reddit https://ift.tt/2oayQsY
Medium
Building chat app with Flutter and Firebase
Hi all, in this article, we’ll try to build a chat app with Flutter and Firebase from scratch (include Firebase Auth, Google Sign-In, Cloud…
Reddit: “Flutter Architecture : Implement MVP Pattern” - FlutterPub
https://ift.tt/2MzHBv1
Submitted August 25, 2018 at 03:58PM by wajahatkarim3
via reddit https://ift.tt/2P9MNmr
https://ift.tt/2MzHBv1
Submitted August 25, 2018 at 03:58PM by wajahatkarim3
via reddit https://ift.tt/2P9MNmr
Medium
Flutter Architecture : Implement MVP Pattern
MVP, MVVM… all different pattern but with a common purpose: to have a clean and easily testable code. As you code for mobile or web, we…
GGroup: custom TextFormField error
Is there a way to display a custom TextFormField error instead of the default way of showing TextFormField error under the field?
Submitted August 25, 2018 at 05:22PM by Michael Tawiah Sowah
via Flutter Dev https://ift.tt/2Myvaj1
Is there a way to display a custom TextFormField error instead of the default way of showing TextFormField error under the field?
Submitted August 25, 2018 at 05:22PM by Michael Tawiah Sowah
via Flutter Dev https://ift.tt/2Myvaj1
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: Trying to make a tab view in a column
I'm currently trying to make a 'profile page' with a tab view below the users info, I've got the tabs working when adding it to a basic app bar setup, but now I'm trying to build tabs into a column. I've looked into the SliverList but can't find an example that I can get to work.Thanks in advanced for any help :)EDITThis is the example I found
Submitted August 25, 2018 at 09:23PM by themysticalwarrior
via reddit https://ift.tt/2P3nmCY
I'm currently trying to make a 'profile page' with a tab view below the users info, I've got the tabs working when adding it to a basic app bar setup, but now I'm trying to build tabs into a column. I've looked into the SliverList but can't find an example that I can get to work.Thanks in advanced for any help :)EDITThis is the example I found
Submitted August 25, 2018 at 09:23PM by themysticalwarrior
via reddit https://ift.tt/2P3nmCY
Stack Overflow
how to implement a sliverAppBar with a tabBar
the flutter document show a demo for SliverAppBar + TabBar + TabBarView with ListView use NestedScrollView, and it's a bit complex, so I wonder is there a simply and clear way to implement it. I tr...
Reddit: Flutter: Connecting to Firebase for iOS applications
https://www.youtube.com/edit?o=U&video_id=hSH1hxPB9Dw
Submitted August 25, 2018 at 09:52PM by DakshHub
via reddit https://ift.tt/2MLRMw1
https://www.youtube.com/edit?o=U&video_id=hSH1hxPB9Dw
Submitted August 25, 2018 at 09:52PM by DakshHub
via reddit https://ift.tt/2MLRMw1
Reddit: 🤔 What are the best tutorials, videos, articles, courses, etc. For learn and master the BloC pattern for dart? 🤔
No text found
Submitted August 25, 2018 at 11:03PM by Basketball-ICO
via reddit https://ift.tt/2NiLpNB
No text found
Submitted August 25, 2018 at 11:03PM by Basketball-ICO
via reddit https://ift.tt/2NiLpNB
reddit
r/FlutterDev - 🤔 What are the best tutorials, videos, articles, courses, etc. For learn and master the BloC pattern for dart? 🤔
1 vote and 0 comments so far on Reddit
Reddit: My Flutter App - Template Cat
create & copy your frequently used text.Google Play StoreApp Store
Submitted August 26, 2018 at 09:26AM by david02012
via reddit https://ift.tt/2wgCJAR
create & copy your frequently used text.Google Play StoreApp Store
Submitted August 26, 2018 at 09:26AM by david02012
via reddit https://ift.tt/2wgCJAR
Google Play
Template Cat - Apps on Google Play
Template Cat is an app for you to copy your frequently used text. It supports variables so that you can create your own templates and copy them.
GGroup: size of flutter apps
why the size of flutter apps larger and how I can reduce it
Submitted August 26, 2018 at 01:39PM by abdulrhman salim alhamodi
via Flutter Dev https://ift.tt/2weJvqO
why the size of flutter apps larger and how I can reduce it
Submitted August 26, 2018 at 01:39PM by abdulrhman salim alhamodi
via Flutter Dev https://ift.tt/2weJvqO
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 Launcher Icons v0.6.1 released! Should now work with Dart 2.1.0
https://ift.tt/2P4iUDV
Submitted August 26, 2018 at 06:02PM by MarkOSullivan
via reddit https://ift.tt/2wcwJJA
https://ift.tt/2P4iUDV
Submitted August 26, 2018 at 06:02PM by MarkOSullivan
via reddit https://ift.tt/2wcwJJA
GitHub
fluttercommunity/flutter_launcher_icons
flutter_launcher_icons - Flutter Launcher Icons - A package which simplifies the task of updating your Flutter app's launcher icon. Fully flexible, allowing you to choose what platform you wish...
Reddit: Flutter Advanced: Async Programming | Future | Async Await
https://youtu.be/JJ4MvlXooCU
Submitted August 26, 2018 at 05:06PM by imthepk
via reddit https://ift.tt/2MPXjS3
https://youtu.be/JJ4MvlXooCU
Submitted August 26, 2018 at 05:06PM by imthepk
via reddit https://ift.tt/2MPXjS3
YouTube
Flutter Advanced: Async Programming | Future | Async Await
In this video, I will explain the difference between synchronous and asynchronous programming model and how to use asynchronous programming in your flutter a...
Reddit: Architect your Flutter project using BLOC pattern
https://ift.tt/2BOFtL7
Submitted August 26, 2018 at 07:32PM by Elixane
via reddit https://ift.tt/2wgOK9j
https://ift.tt/2BOFtL7
Submitted August 26, 2018 at 07:32PM by Elixane
via reddit https://ift.tt/2wgOK9j
Medium
Architect your Flutter project using BLOC pattern
Hi Folks! I am back with another brand new article on Flutter. This time I will be talking and demonstrating you “how to architect your…
Reddit: Flutter How-To: Integrate Google Maps (experimental)
https://ift.tt/2PDhrWd
Submitted August 26, 2018 at 09:49PM by Purple_Pizzazz
via reddit https://ift.tt/2Nj8mQF
https://ift.tt/2PDhrWd
Submitted August 26, 2018 at 09:49PM by Purple_Pizzazz
via reddit https://ift.tt/2Nj8mQF
ProAndroidDev
Flutter How-To: Integrate Google Maps (experimental)
This post is about an experimental and unpublished version of a to-be-official Google Maps widget that is being developed internally at…
GGroup: How to perform bucket filling in flutter
Hi all, I'm creating drawing app using flutter in that I need to do bucket filling. my problem is How to perform bucket filling in flutter? Thanks for any help, Regards Manu,
Submitted August 27, 2018 at 12:56PM by Manusb
via Flutter Dev https://ift.tt/2PbIFCp
Hi all, I'm creating drawing app using flutter in that I need to do bucket filling. my problem is How to perform bucket filling in flutter? Thanks for any help, Regards Manu,
Submitted August 27, 2018 at 12:56PM by Manusb
via Flutter Dev https://ift.tt/2PbIFCp
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 Credit Card Text Formatter”
https://ift.tt/2MSX2xW
Submitted August 27, 2018 at 02:20PM by wajahatkarim3
via reddit https://ift.tt/2BQt7lr
https://ift.tt/2MSX2xW
Submitted August 27, 2018 at 02:20PM by wajahatkarim3
via reddit https://ift.tt/2BQt7lr
Medium
Flutter Credit Card Text Formatter
Here is a really simple way to implement a credit card formatter behavior. As stated in the Flutter documentation:
GGroup: navigator error when i try to navigate from app bar icon click
navigator error when i try to navigate from app bar icon click 'Navigator operation requested with a context that does not include a Navigator ' The context used to push or pop routes from the Navigator must be that of a widget that is a descendant of a Navigator widget' kindly help class MyGSt
Submitted August 27, 2018 at 03:43PM by ajay sharma
via Flutter Dev https://ift.tt/2NnKLyg
navigator error when i try to navigate from app bar icon click 'Navigator operation requested with a context that does not include a Navigator ' The context used to push or pop routes from the Navigator must be that of a widget that is a descendant of a Navigator widget' kindly help class MyGSt
Submitted August 27, 2018 at 03:43PM by ajay sharma
via Flutter Dev https://ift.tt/2NnKLyg
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: OutOfMemoryError - does Flutter chew RAM?
Greetings Flutter Experts, I've been working on an app for a while and love the Flutter experience overall. Recently, however, I've run into a bit of a puzzler. On one of my tester's phones (Samsung S8+), the application crashes when trying to hydrate its Firebase connection with an OutOfMemor
Submitted August 27, 2018 at 05:20PM by Peter Murray
via Flutter Dev https://ift.tt/2PCoUES
Greetings Flutter Experts, I've been working on an app for a while and love the Flutter experience overall. Recently, however, I've run into a bit of a puzzler. On one of my tester's phones (Samsung S8+), the application crashes when trying to hydrate its Firebase connection with an OutOfMemor
Submitted August 27, 2018 at 05:20PM by Peter Murray
via Flutter Dev https://ift.tt/2PCoUES
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 - Top 5 Packages I Use!
https://www.youtube.com/watch?v=gEftntDjF7I
Submitted August 27, 2018 at 05:32PM by RobertBrunhage
via reddit https://ift.tt/2oeB8at
https://www.youtube.com/watch?v=gEftntDjF7I
Submitted August 27, 2018 at 05:32PM by RobertBrunhage
via reddit https://ift.tt/2oeB8at
YouTube
Flutter - Top 5 Packages I Use!
2 month of free premium Skillshare ➡️https://skillshare.eqcm.net/vY4ve
1. https://pub.dartlang.org/packages/scoped_model
2. https://pub.dartlang.org/packages/image_picker
3. https://pub.dartlang.org/packages/flutter_local_notifications
4. https://pub.da…
1. https://pub.dartlang.org/packages/scoped_model
2. https://pub.dartlang.org/packages/image_picker
3. https://pub.dartlang.org/packages/flutter_local_notifications
4. https://pub.da…