Reddit: Build a simple calculator app in Flutter
https://youtu.be/eVG5DkPF5x8
Submitted August 09, 2018 at 12:55AM by samarthagarwal
via reddit https://ift.tt/2vPPuRY
https://youtu.be/eVG5DkPF5x8
Submitted August 09, 2018 at 12:55AM by samarthagarwal
via reddit https://ift.tt/2vPPuRY
YouTube
Flutter Coding Challenge: Building a Calculator App
In this video, I am going to attempt to build my first Flutter Application. I will start from scratch and build a simple Calculator app in Flutter. So, are you ready? Follow along.
Flutter is Google’s mobile app SDK for crafting high-quality native interfaces…
Flutter is Google’s mobile app SDK for crafting high-quality native interfaces…
GGroup: How to add watermark to image ?
Hi, How can i add watermark to selected image ( either from camera or gallery ). Thanks, Venu Gopal
Submitted August 09, 2018 at 06:24AM by venu gopal Gupta
via Flutter Dev https://ift.tt/2M3tpKK
Hi, How can i add watermark to selected image ( either from camera or gallery ). Thanks, Venu Gopal
Submitted August 09, 2018 at 06:24AM by venu gopal Gupta
via Flutter Dev https://ift.tt/2M3tpKK
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: Kindly help me to design my output
Dear all kindly help me out to design list or grid output like this mentioned in attached image.
Submitted August 09, 2018 at 07:10AM by ajay sharma
via Flutter Dev https://ift.tt/2OmqUzK
Dear all kindly help me out to design list or grid output like this mentioned in attached image.
Submitted August 09, 2018 at 07:10AM by ajay sharma
via Flutter Dev https://ift.tt/2OmqUzK
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: E-Commerce App using Flutter
https://blog.geekyants.com/e-commerce-app-using-flutter-part-4-scoped-model-c5991cda039 by @geekyants
Submitted August 09, 2018 at 08:25AM by tanejarohan
via reddit https://ift.tt/2OUMNaw
https://blog.geekyants.com/e-commerce-app-using-flutter-part-4-scoped-model-c5991cda039 by @geekyants
Submitted August 09, 2018 at 08:25AM by tanejarohan
via reddit https://ift.tt/2OUMNaw
Medium
E-Commerce app using Flutter — Part 4: Scoped Model
Overview:
GGroup: Exception has occurred. NoSuchMethodError:The method 'ancestorStateOfType' was called on null.
I have created a constructor on a class with string parameter. Then I simple passed a string on navigation but throws an error (Exception has occurred. NoSuchMethodError:The method 'ancestorStateOfType' was called on null.) //Passing parameter on navigation String name1 ="dfdvf"; Navigator.o
Submitted August 09, 2018 at 12:33PM by rakesh lorentz
via Flutter Dev https://ift.tt/2MjcSRU
I have created a constructor on a class with string parameter. Then I simple passed a string on navigation but throws an error (Exception has occurred. NoSuchMethodError:The method 'ancestorStateOfType' was called on null.) //Passing parameter on navigation String name1 ="dfdvf"; Navigator.o
Submitted August 09, 2018 at 12:33PM by rakesh lorentz
via Flutter Dev https://ift.tt/2MjcSRU
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: How to pass and get list or array parameters between two views on navigation on flutter?
I need to know how we can pass array parameters on navigation without creation models and simple using constructors between multiple screens.Can someone help me with this?
Submitted August 09, 2018 at 01:00PM by rakesh lorentz
via Flutter Dev https://ift.tt/2KEehxR
I need to know how we can pass array parameters on navigation without creation models and simple using constructors between multiple screens.Can someone help me with this?
Submitted August 09, 2018 at 01:00PM by rakesh lorentz
via Flutter Dev https://ift.tt/2KEehxR
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 performance future discussion and questions
Hi!Disclaimer: I am a super noob, I could not possibly be further away from being an expert developer, so if I'm saying some stupid things, please prove me wrong. Also I'm italian and I'm not very good with english, please forgive me fot that.I started learning Dart and Flutter few days ago. I come from a background of heavy KLWP nerding (an app that allows you to create awesome Live Wallpapers for android) and I love making UI's and animations, so my dream is to learn making well animated apps like Telegram X and stuff, but I noticed that the performances of animations in Flutter apps are not what they "should" (imho) be. I mean, even if you compile the release version of your app, if you try to slowly scroll a ListView you can definitely tell that there is a delay from when you start to scroll to when the List starts to move (it's so evident in each flutter app you can find on play store, and it simply doesn't happen in a native app with some scrollable lists), and this is only one example.As I mentioned before, I wanted to learn to code because I love animations and material design, and the example of Telegram X is important, because seriously if you haven't tried it before, try it. Its animations are purely stunning, and I feel like it is completely impossible to achieve such a smooth and consistent result with the material library for flutter, I've tried so many flutter app in these days and they all have that strange feeling.. Idk, they are not what I expected them to be, but I think also that flutter is a young project and it could improve so much in the future, but since I am not an expert in this field, I'm not sure of that.Also, I'm thinking about the future Fuchsia OS, and I would love to know, from someone more expert than me (because I seriously searched on google for all this morning and found nothing) if the apps that we build with flutter will be completely and beautifully native for Fuchsia (I mean that maybe, when Fuchsia comes out, it will not show the aforementioned micro-lag with ListViews and stuff, because the Dart language will be fully optimized to work with Fuchsia, but that is my hypothesis). Because this would be a game changer to me and it would convince me to fully engage in learning Dart and Flutter.What do you think?
Submitted August 09, 2018 at 02:12PM by VittorioMasia
via reddit https://ift.tt/2vMZo6E
Hi!Disclaimer: I am a super noob, I could not possibly be further away from being an expert developer, so if I'm saying some stupid things, please prove me wrong. Also I'm italian and I'm not very good with english, please forgive me fot that.I started learning Dart and Flutter few days ago. I come from a background of heavy KLWP nerding (an app that allows you to create awesome Live Wallpapers for android) and I love making UI's and animations, so my dream is to learn making well animated apps like Telegram X and stuff, but I noticed that the performances of animations in Flutter apps are not what they "should" (imho) be. I mean, even if you compile the release version of your app, if you try to slowly scroll a ListView you can definitely tell that there is a delay from when you start to scroll to when the List starts to move (it's so evident in each flutter app you can find on play store, and it simply doesn't happen in a native app with some scrollable lists), and this is only one example.As I mentioned before, I wanted to learn to code because I love animations and material design, and the example of Telegram X is important, because seriously if you haven't tried it before, try it. Its animations are purely stunning, and I feel like it is completely impossible to achieve such a smooth and consistent result with the material library for flutter, I've tried so many flutter app in these days and they all have that strange feeling.. Idk, they are not what I expected them to be, but I think also that flutter is a young project and it could improve so much in the future, but since I am not an expert in this field, I'm not sure of that.Also, I'm thinking about the future Fuchsia OS, and I would love to know, from someone more expert than me (because I seriously searched on google for all this morning and found nothing) if the apps that we build with flutter will be completely and beautifully native for Fuchsia (I mean that maybe, when Fuchsia comes out, it will not show the aforementioned micro-lag with ListViews and stuff, because the Dart language will be fully optimized to work with Fuchsia, but that is my hypothesis). Because this would be a game changer to me and it would convince me to fully engage in learning Dart and Flutter.What do you think?
Submitted August 09, 2018 at 02:12PM by VittorioMasia
via reddit https://ift.tt/2vMZo6E
reddit
r/FlutterDev - Flutter performance future discussion and questions
1 vote and 0 comments so far on Reddit
Reddit: Flutter and Google App Engine
Hey guys,im currently investigating flutter for my master thesis. I want to build a "skill management system" app which will get user data from google accounts. With the help of the google app engine to use google's cloud solutions to make the data avaiable for everyone. I also need to figure out which database would fit the best.Does anyone know if it is feasible with flutter, the google app engine?The question on my side is, it is for a small business and in this way we can save a lot of money, cause the google solutions are cheaper and they have a nice scalability.Best Regards and i hope my english is understandable,Dennis
Submitted August 09, 2018 at 01:45PM by Krysen
via reddit https://ift.tt/2KF2fnI
Hey guys,im currently investigating flutter for my master thesis. I want to build a "skill management system" app which will get user data from google accounts. With the help of the google app engine to use google's cloud solutions to make the data avaiable for everyone. I also need to figure out which database would fit the best.Does anyone know if it is feasible with flutter, the google app engine?The question on my side is, it is for a small business and in this way we can save a lot of money, cause the google solutions are cheaper and they have a nice scalability.Best Regards and i hope my english is understandable,Dennis
Submitted August 09, 2018 at 01:45PM by Krysen
via reddit https://ift.tt/2KF2fnI
reddit
r/FlutterDev - Flutter and Google App Engine
1 vote and 3 comments so far on Reddit
Reddit: Custom appbar design with button?
Can someone help achieve this design. I am really struggling. I used stack and column but I still can't get it quite right. Any pros out there? Please? Thankshttps://i.redd.it/rio3oxohx1f11.png
Submitted August 09, 2018 at 01:18PM by DovakhiinHackintosh
via reddit https://ift.tt/2OVhKv2
Can someone help achieve this design. I am really struggling. I used stack and column but I still can't get it quite right. Any pros out there? Please? Thankshttps://i.redd.it/rio3oxohx1f11.png
Submitted August 09, 2018 at 01:18PM by DovakhiinHackintosh
via reddit https://ift.tt/2OVhKv2
GGroup: column problems
how can i put two rows in a column that of them is in top of column and other is in bottom?
Submitted August 09, 2018 at 04:38PM by Mohammad Meshkani
via Flutter Dev https://ift.tt/2nokRiA
how can i put two rows in a column that of them is in top of column and other is in bottom?
Submitted August 09, 2018 at 04:38PM by Mohammad Meshkani
via Flutter Dev https://ift.tt/2nokRiA
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: Problems with WebviewScaffold not working with most pages but Googles.
Hello all!! I'm quite new to flutter, studying it for a few weeks and trying to figure out how to do things with the framework for my projects at work. One of the things I've been trying to do is load one of our web applications in a Webview straight inside our app. I've tried to find
Submitted August 09, 2018 at 05:29PM by Luciano Pinto
via Flutter Dev https://ift.tt/2Oon88T
Hello all!! I'm quite new to flutter, studying it for a few weeks and trying to figure out how to do things with the framework for my projects at work. One of the things I've been trying to do is load one of our web applications in a Webview straight inside our app. I've tried to find
Submitted August 09, 2018 at 05:29PM by Luciano Pinto
via Flutter Dev https://ift.tt/2Oon88T
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.
Check out @matanlurey's blog on the newly released Dart 2 ↓ https://t.co/AWupyAfBSY— Flutter (@flutterio) August 9, 2018
August 09, 2018 at 05:55PM
via Twitter https://twitter.com/flutterio
August 09, 2018 at 05:55PM
via Twitter https://twitter.com/flutterio
Twitter
Matan Lurey (@MatanLurey) | Twitter
The latest Tweets from Matan Lurey (@MatanLurey). I do the 🎯 at @Google. San Francisco Bay Area
GGroup: The difference between 'More Flutter packages' & 'Flutter-specific packages'? From main page ?!
Hi If you follow the main page flutter.io >> click packages >> https://ift.tt/2yowiub .. at the bottom, you have two links for more info. *More Flutter packages... or Flutter-specific packages...
Submitted August 09, 2018 at 07:16PM by Naim Abu Darwish
via Flutter Dev https://ift.tt/2OTwn2d
Hi If you follow the main page flutter.io >> click packages >> https://ift.tt/2yowiub .. at the bottom, you have two links for more info. *More Flutter packages... or Flutter-specific packages...
Submitted August 09, 2018 at 07:16PM by Naim Abu Darwish
via Flutter Dev https://ift.tt/2OTwn2d
Dart Packages
Flutter Packages
Pub is the package manager for the Dart programming language, containing reusable libraries & packages for Flutter, AngularDart, and general Dart programs.
Reddit: Flutter For Beginners - Episode 3 Stateful vs Stateless
https://www.youtube.com/watch?v=XOQRLYmKkAw
Submitted August 09, 2018 at 07:04PM by RobertBrunhage
via reddit https://ift.tt/2no7Dm7
https://www.youtube.com/watch?v=XOQRLYmKkAw
Submitted August 09, 2018 at 07:04PM by RobertBrunhage
via reddit https://ift.tt/2no7Dm7
YouTube
Flutter For Beginners - Episode 3 Stateful vs Stateless
Course to build a production-ready app 👉 https://robertbrunhage.com/course
Join the Discord Community: https://discord.gg/CPwSezC
2 month of free premium Skillshare ➡️ https://skillshare.eqcm.net/vY4ve
⭐⭐⭐ SUPPORT ME ⭐⭐⭐
Patreon: https:/…
Join the Discord Community: https://discord.gg/CPwSezC
2 month of free premium Skillshare ➡️ https://skillshare.eqcm.net/vY4ve
⭐⭐⭐ SUPPORT ME ⭐⭐⭐
Patreon: https:/…
GGroup: Google I/O 2018
Hello all I saw at Youtube the "Total mobile development made fun with Flutter and Firebase (Google I/O '18)." There they are teaching us to use flutter with firebase. I tried to make the app sufficient_goldfish but after all, the app is working without the images. I tried everything but dont
Submitted August 09, 2018 at 08:07PM by Sergio Guerjik
via Flutter Dev https://ift.tt/2OqhAuM
Hello all I saw at Youtube the "Total mobile development made fun with Flutter and Firebase (Google I/O '18)." There they are teaching us to use flutter with firebase. I tried to make the app sufficient_goldfish but after all, the app is working without the images. I tried everything but dont
Submitted August 09, 2018 at 08:07PM by Sergio Guerjik
via Flutter Dev https://ift.tt/2OqhAuM
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: Conflicting Google Play Services Versions
Hello everyone, i'm building an application which is using the following main packages: - google_sign_in: ^3.0.4 - firebase_auth: ^0.5.15 - cloud_firestore: ^0.7.4 However, when i try to build and run the project with "flutter run" the compile process fails with the following
Submitted August 09, 2018 at 10:38PM by Feras Dawod
via Flutter Dev https://ift.tt/2vT3k60
Hello everyone, i'm building an application which is using the following main packages: - google_sign_in: ^3.0.4 - firebase_auth: ^0.5.15 - cloud_firestore: ^0.7.4 However, when i try to build and run the project with "flutter run" the compile process fails with the following
Submitted August 09, 2018 at 10:38PM by Feras Dawod
via Flutter Dev https://ift.tt/2vT3k60
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: FlutBoard: Flip through news pages with Flutter!!
Just published FlutBoard, a simple news app showcasing the flip effect (ala FlipBoard)Source: https://github.com/jmolins/flutboardTry it: https://play.google.com/store/apps/details?id=com.chemamolins.flutboardUses a modified version of FlipPanel package by Hunghd.@jmolinshttps://i.redd.it/48q8p6b2q4f11.gif
Submitted August 09, 2018 at 10:51PM by jmolins
via reddit https://ift.tt/2nr7LRS
Just published FlutBoard, a simple news app showcasing the flip effect (ala FlipBoard)Source: https://github.com/jmolins/flutboardTry it: https://play.google.com/store/apps/details?id=com.chemamolins.flutboardUses a modified version of FlipPanel package by Hunghd.@jmolinshttps://i.redd.it/48q8p6b2q4f11.gif
Submitted August 09, 2018 at 10:51PM by jmolins
via reddit https://ift.tt/2nr7LRS
GitHub
jmolins/flutboard
flutboard - News reader with a Flip effect similar to the FlipBoard app
GGroup: Flutter for PWA (Progressive Web App)
Can we use Flutter for PWA (Progressive Web App) ?
Submitted August 10, 2018 at 06:32AM by adc dev
via Flutter Dev https://ift.tt/2OXdzik
Can we use Flutter for PWA (Progressive Web App) ?
Submitted August 10, 2018 at 06:32AM by adc dev
via Flutter Dev https://ift.tt/2OXdzik
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: Published my first Flutter app to the play store: Trace - Crypto Portfolio & Market Explorer
Play Store
GitHub Source - lots of screenshots.I started this as a final project for a programming class last year and now it's finally finished. I found out about flutter when it hit beta 1 and knew it was something special. After playing around for a while I decided I wanted to build a full-featured app. I made a crypto app because I really wasn't satisfied any out there. Blockfolio doesn't do anything with markets; Delta is pretty good but lacks detailed market data and just doesn't feel like it was made for Android. Trace is material design all the way. I tried to keep it simple and straightforward yet functional and powerful. It's all totally free and open source so feel free to contribute if you're at all interested.I would really appreciate any and all feedback; design, functionality, usability. Just a download means a lot to me!
Submitted August 10, 2018 at 06:04AM by Zudux
via reddit https://ift.tt/2vTcu2A
Play Store
GitHub Source - lots of screenshots.I started this as a final project for a programming class last year and now it's finally finished. I found out about flutter when it hit beta 1 and knew it was something special. After playing around for a while I decided I wanted to build a full-featured app. I made a crypto app because I really wasn't satisfied any out there. Blockfolio doesn't do anything with markets; Delta is pretty good but lacks detailed market data and just doesn't feel like it was made for Android. Trace is material design all the way. I tried to keep it simple and straightforward yet functional and powerful. It's all totally free and open source so feel free to contribute if you're at all interested.I would really appreciate any and all feedback; design, functionality, usability. Just a download means a lot to me!
Submitted August 10, 2018 at 06:04AM by Zudux
via reddit https://ift.tt/2vTcu2A
Reddit: Simple Animation in Flutter
Play StoreThe app shows how smooth animations in Flutter.
Submitted August 10, 2018 at 07:44AM by david02012
via reddit https://ift.tt/2nphNTj
Play StoreThe app shows how smooth animations in Flutter.
Submitted August 10, 2018 at 07:44AM by david02012
via reddit https://ift.tt/2nphNTj
Google Play
Let time do its job - Apps on Google Play
It is a Flutter application. It shows the animations in Flutter.