New post on /r/flutterdev subreddit:
Weather App Design in Flutter
I did this Weather App in Flutter. But I am a little bit skeptical about my app dir structure,Here how it is,
July 17, 2020 at 10:34AM by iamfirdous
https://ift.tt/32rHTuQ
Weather App Design in Flutter
I did this Weather App in Flutter. But I am a little bit skeptical about my app dir structure,Here how it is,
- lib/ - models/ --> *All the data classes* - services/ - ui/ - pages/ --> *All the screens* - themes/ - widgets/ --> *All the custom widgets, regardless of where they are used/* - util/ main.dart router.dartDoes anyone want to give me any suggestions?Here is the source - https://github.com/iamfirdous/super_apphttps://twitter.com/iamfirdous95/status/1284039528856956931
July 17, 2020 at 10:34AM by iamfirdous
https://ift.tt/32rHTuQ
GitHub
iamfirdous/super_app
Contribute to iamfirdous/super_app development by creating an account on GitHub.
New post on Flutter Dev Google group:
My flutter application works in debug mode, but it freezes in release mode.
*I create an application in flute, it works perfectly well in debug mode, but when I generate an apk release, it starts and it freezes, however. when i click this error is generated* 2020-07-17 11:38:31.748 4210-4249/? E/flutter: [ERROR:flutter/lib/ui/ui_dart_state.cc(166)] Unhandled Exception:
July 17, 2020 at 11:43AM by Wenzeasy
https://ift.tt/3h9TZNm
My flutter application works in debug mode, but it freezes in release mode.
*I create an application in flute, it works perfectly well in debug mode, but when I generate an apk release, it starts and it freezes, however. when i click this error is generated* 2020-07-17 11:38:31.748 4210-4249/? E/flutter: [ERROR:flutter/lib/ui/ui_dart_state.cc(166)] Unhandled Exception:
July 17, 2020 at 11:43AM by Wenzeasy
https://ift.tt/3h9TZNm
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:
Time events in flutter
hello guys, i want to know how to show some widgets after 2 - 3 minutes, triggering widgets base on time elapse. actually i want show 'resend otp' button after 1 minute while waiting for otp sms. Thank you.
July 17, 2020 at 11:43AM by Gulam Fahad Ahmed
https://ift.tt/2CKyp2K
Time events in flutter
hello guys, i want to know how to show some widgets after 2 - 3 minutes, triggering widgets base on time elapse. actually i want show 'resend otp' button after 1 minute while waiting for otp sms. Thank you.
July 17, 2020 at 11:43AM by Gulam Fahad Ahmed
https://ift.tt/2CKyp2K
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:
Using Flutter to create my first app - some questions
Hi Everyone, I hope I am posting this in the right place, forgive me if not, I’m very new to all this! I am looking to build a cross platform native feel meditation app and take it through every stage of the development process and maintain it long term. As I wish to do so at as little
July 17, 2020 at 01:39PM by Brian Shelly
https://ift.tt/2CbkWRX
Using Flutter to create my first app - some questions
Hi Everyone, I hope I am posting this in the right place, forgive me if not, I’m very new to all this! I am looking to build a cross platform native feel meditation app and take it through every stage of the development process and maintain it long term. As I wish to do so at as little
July 17, 2020 at 01:39PM by Brian Shelly
https://ift.tt/2CbkWRX
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:
How to get the result if the pushed PageA is replaced by PageB?
Hi folks, I have problems getting the result of a new route when I use these to replace an old one :-( Please have a look: https://ift.tt/2WtPHbL Ralph
July 17, 2020 at 02:44PM by Ralph Bergmann
https://ift.tt/32u54ES
How to get the result if the pushed PageA is replaced by PageB?
Hi folks, I have problems getting the result of a new route when I use these to replace an old one :-( Please have a look: https://ift.tt/2WtPHbL Ralph
July 17, 2020 at 02:44PM by Ralph Bergmann
https://ift.tt/32u54ES
GitHub
Navigator related: How to get the result if the pushed PageA is replaced by PageB? · Issue #61717 · flutter/flutter
import 'package:flutter/material.dart'; void main() { runApp(MyApp()); } class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( hom...
New post on Flutter Dev Google group:
MissingPluginException(No implementation
I try to run an app from github (https://ift.tt/2Cl0DS1). I got it run on Android. But when I run it on Linux, I got this "method not implemented" error. I wonder if this is real or something I have not configured correctly. Where is the relevant file for me to check?
July 17, 2020 at 02:55PM by K leo
https://ift.tt/2CHmKlp
MissingPluginException(No implementation
I try to run an app from github (https://ift.tt/2Cl0DS1). I got it run on Android. But when I run it on Linux, I got this "method not implemented" error. I wonder if this is real or something I have not configured correctly. Where is the relevant file for me to check?
July 17, 2020 at 02:55PM by K leo
https://ift.tt/2CHmKlp
GitHub
awaik/todo_hive_example
Todo app example for Android & iOS made with Flutter and Hive database. - awaik/todo_hive_example
New post on /r/flutterdev subreddit:
Julio, Rich and I took part in this year's Flutter Hackathon, #Hack20. Here is a recap of the event and the app we submitted. I know its a bit late
https://ift.tt/2CMO7L6
July 17, 2020 at 02:47PM by b099l3
https://ift.tt/3hcwhA6
Julio, Rich and I took part in this year's Flutter Hackathon, #Hack20. Here is a recap of the event and the app we submitted. I know its a bit late
https://ift.tt/2CMO7L6
July 17, 2020 at 02:47PM by b099l3
https://ift.tt/3hcwhA6
Iain Smith
Flutter Hackathon #Hack20
Julio, Rich and I took part in this year's Flutter Hackathon, #Hack20. Here is a recap of the event and the app we submitted.
New post on Flutter Dev Google group:
Query about Flutter Webview
https://ift.tt/3eDszxB I was wondering is there any way that we can use the data of the website but change the UI inside flutter? Like there is a specific login screen for fb Is there any way to make a different login screen inside flutter and in background the app
July 17, 2020 at 05:03PM by Gaurav Yadav
https://ift.tt/2OxyI3A
Query about Flutter Webview
https://ift.tt/3eDszxB I was wondering is there any way that we can use the data of the website but change the UI inside flutter? Like there is a specific login screen for fb Is there any way to make a different login screen inside flutter and in background the app
July 17, 2020 at 05:03PM by Gaurav Yadav
https://ift.tt/2OxyI3A
New post on /r/flutterdev subreddit:
Is flutter_bloc ever going to remove its dependency from provider?
TIA!
July 17, 2020 at 05:27PM by 2reform
https://ift.tt/2OMtX6J
Is flutter_bloc ever going to remove its dependency from provider?
TIA!
July 17, 2020 at 05:27PM by 2reform
https://ift.tt/2OMtX6J
reddit
Is flutter_bloc ever going to remove its dependency from provider?
TIA!
New post on /r/flutterdev subreddit:
Spring Button
https://youtu.be/Drk_Pz3xW6U
July 17, 2020 at 05:24PM by TheTechDesigner
https://ift.tt/394gDng
Spring Button
https://youtu.be/Drk_Pz3xW6U
July 17, 2020 at 05:24PM by TheTechDesigner
https://ift.tt/394gDng
YouTube
Flutter Widget | 79 | SpringButton Useful Widget in Flutter App | Speed Code
#TheTechDesigner
#Flutter #FlutterUI #SpeedCode #FlutterTutorial #FlutterAnimation #FlutterWidgets
━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━ ━ ━
Topics Covered :-
━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━ ━ ━
► Simple Way to Implement…
#Flutter #FlutterUI #SpeedCode #FlutterTutorial #FlutterAnimation #FlutterWidgets
━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━ ━ ━
Topics Covered :-
━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━ ━ ━
► Simple Way to Implement…
New post on /r/flutterdev subreddit:
Flutter webview production ready?
Hi Everyone!I need open browser in Flutter for make user complete web form and listen for when complete. So keyboard very important. But official plugin say not ready for production use. https://pub.dev/packages/webview_flutterHow we can use webview in production app? Official plugin is not good enough?Thanks!
July 17, 2020 at 06:13PM by Flutter_Dev
https://ift.tt/32wXx87
Flutter webview production ready?
Hi Everyone!I need open browser in Flutter for make user complete web form and listen for when complete. So keyboard very important. But official plugin say not ready for production use. https://pub.dev/packages/webview_flutterHow we can use webview in production app? Official plugin is not good enough?Thanks!
July 17, 2020 at 06:13PM by Flutter_Dev
https://ift.tt/32wXx87
Dart packages
webview_flutter | Flutter package
A Flutter plugin that provides a WebView widget backed by the system webview.
New post on /r/flutterdev subreddit:
4th flutter design
hey guys, this is the third design I hope you all like it. please comment on any issues or problems with the design.inspired by: https://www.instagram.com/p/CCjB265KQey/https://youtu.be/1SP3nf9djw4
July 17, 2020 at 06:06PM by nofaplegend156
https://ift.tt/3eFhtbs
4th flutter design
hey guys, this is the third design I hope you all like it. please comment on any issues or problems with the design.inspired by: https://www.instagram.com/p/CCjB265KQey/https://youtu.be/1SP3nf9djw4
July 17, 2020 at 06:06PM by nofaplegend156
https://ift.tt/3eFhtbs
Instagram
Ricky
Hello everyone! I started a new Challenge I made called Sunday UI! I will be making a design every Sunday, and here's my first one! It's a concept app for booking a ticket to the movies! The idea is that they can search by genres, and book a seat/ seats,…
New post on /r/flutterdev subreddit:
Basic Firestore Capabilities
https://youtu.be/lmVVynb-zGM
July 17, 2020 at 05:58PM by HystericalAccounting
https://ift.tt/2OBBULD
Basic Firestore Capabilities
https://youtu.be/lmVVynb-zGM
July 17, 2020 at 05:58PM by HystericalAccounting
https://ift.tt/2OBBULD
YouTube
Firebase CRUD | Flutter Basics
Firebase CRUD | Flutter Basics
Firebase and flutter are like a match made in heaven. The go together so well and it is so simple to set up. The basic operations you can execute with a firestore database are CRUD (Create, Read, Update, Delete). They are very…
Firebase and flutter are like a match made in heaven. The go together so well and it is so simple to set up. The basic operations you can execute with a firestore database are CRUD (Create, Read, Update, Delete). They are very…
New post on /r/flutterdev subreddit:
Provider State management - ChangeNotifier + Flutter
https://youtu.be/hwv31bNdSt4
July 17, 2020 at 05:58PM by MyracleDesign
https://ift.tt/3fKuS3q
Provider State management - ChangeNotifier + Flutter
https://youtu.be/hwv31bNdSt4
July 17, 2020 at 05:58PM by MyracleDesign
https://ift.tt/3fKuS3q
YouTube
Provider State management - ChangeNotifier + Flutter
Before we start with Riverpod I would like to talk about the good old Provider state management solution. The #Provider is a fantastic solution for state management and where the data come from.
You like our work and would like to support us, feel free to…
You like our work and would like to support us, feel free to…
New post on /r/flutterdev subreddit:
Install packages at runtime in flutter?
After looking online, I can’t find any discussions on this so hopefully someone in this subreddit can point me into the right direction.Here’s how you install and import Python modules at runtimeSo at runtime, if I know the package name, is it possible to install, and use said package without restarting app?
July 17, 2020 at 05:47PM by Throqaway
https://ift.tt/2ZBezQA
Install packages at runtime in flutter?
After looking online, I can’t find any discussions on this so hopefully someone in this subreddit can point me into the right direction.Here’s how you install and import Python modules at runtimeSo at runtime, if I know the package name, is it possible to install, and use said package without restarting app?
July 17, 2020 at 05:47PM by Throqaway
https://ift.tt/2ZBezQA
New tweet from FlutterDev:
#FlutterFriday knowledge!
Did you know about the Cookbook section of https://t.co/abjT0blSgS?
It answers questions such as:
🧐How do I work with tabs?
🙃How do I use a custom font?
🤔How do I parse JSON in the background?
Find it here ↓ https://t.co/kRbxD5wfg0— Flutter (@FlutterDev) July 17, 2020
July 17, 2020 at 06:02PM
http://twitter.com/FlutterDev/status/1284156603361447940
#FlutterFriday knowledge!
Did you know about the Cookbook section of https://t.co/abjT0blSgS?
It answers questions such as:
🧐How do I work with tabs?
🙃How do I use a custom font?
🤔How do I parse JSON in the background?
Find it here ↓ https://t.co/kRbxD5wfg0— Flutter (@FlutterDev) July 17, 2020
July 17, 2020 at 06:02PM
http://twitter.com/FlutterDev/status/1284156603361447940
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.
New post on /r/flutterdev subreddit:
Recipe App - Flutter UI
https://youtu.be/kkorXiCKhAY
July 17, 2020 at 06:39PM by anwarabir
https://ift.tt/393O9u0
Recipe App - Flutter UI
https://youtu.be/kkorXiCKhAY
July 17, 2020 at 06:39PM by anwarabir
https://ift.tt/393O9u0
YouTube
Recipe App - Part 1 - Flutter UI - Speed Code
A nice clean recipe app #UI using #flutter.
Try to create a Recipe App, Which includes almost all important pages like Home page, recipe bundle page then a list of recipes also profile page and many more.
►Assets: https://bit.ly/32rRhyv
►Source Code: …
Try to create a Recipe App, Which includes almost all important pages like Home page, recipe bundle page then a list of recipes also profile page and many more.
►Assets: https://bit.ly/32rRhyv
►Source Code: …
New post on /r/flutterdev subreddit:
PR for date field into Flutter repo?
Hi folks,I would appreciate to have your advice about creating a PR for the date field package into the Flutter repository? Do you think enough people use date field/date form field to do so? Or should it stays as it is (a separated package). I ask you that because from my pov date field is quite a common widget! But if I'm the only one to thin that I don't want to create an useless PR...[date_field package](http:// https://pub.dev/packages/date_field)
July 17, 2020 at 06:36PM by gaspard-m
https://ift.tt/3hdg65A
PR for date field into Flutter repo?
Hi folks,I would appreciate to have your advice about creating a PR for the date field package into the Flutter repository? Do you think enough people use date field/date form field to do so? Or should it stays as it is (a separated package). I ask you that because from my pov date field is quite a common widget! But if I'm the only one to thin that I don't want to create an useless PR...[date_field package](http:// https://pub.dev/packages/date_field)
July 17, 2020 at 06:36PM by gaspard-m
https://ift.tt/3hdg65A
Dart packages
date_field | Flutter package
A Form Field widget to select DateTime values using adaptive Material and Cupertino DateTime Pickers. It also provides global functions to provide the pickers.
New post on /r/flutterdev subreddit:
React native and Flutter, backend developer prospective
Hi,I’m a backend developer mainly Java and python, and I’d like to become a full stack developer and I’m looking for advicesI built a couple of apps with Flutter, but I was wondering, would you suggest to keep developing in flutter or for someone like me, who wants to be a full stacks is better to learn react native since it’s a lot of js that I could learn anywayThank you so much
July 17, 2020 at 06:21PM by Beppius
https://ift.tt/2WtaXyj
React native and Flutter, backend developer prospective
Hi,I’m a backend developer mainly Java and python, and I’d like to become a full stack developer and I’m looking for advicesI built a couple of apps with Flutter, but I was wondering, would you suggest to keep developing in flutter or for someone like me, who wants to be a full stacks is better to learn react native since it’s a lot of js that I could learn anywayThank you so much
July 17, 2020 at 06:21PM by Beppius
https://ift.tt/2WtaXyj
reddit
React native and Flutter, backend developer prospective
Hi, I’m a backend developer mainly Java and python, and I’d like to become a full stack developer and I’m looking for advices I built a couple...
New post on Flutter Dev Google group:
How to test timed operations?
How can I test timed operations? So say I have a scheduler app that would do something on certain days. Is there an easy to do this other than manually setting the date/time?
July 17, 2020 at 06:35PM by Tililweet
https://ift.tt/3fFbuoi
How to test timed operations?
How can I test timed operations? So say I have a scheduler app that would do something on certain days. Is there an easy to do this other than manually setting the date/time?
July 17, 2020 at 06:35PM by Tililweet
https://ift.tt/3fFbuoi
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:
automated tests to verify memory usage?
Hi everyone,A client I'm working with wants me to evaluate Flutter for a rebuild of their app that is currently written in Ionic. They specifically want me to evaluate specific scenarios such as taking pictures/choosing from gallery over a period of time to see what memory consumption is like as this is a common task in their app. These evaluations would eventually turn into stress tests that could be part of an integration test suite.I'm curious if anyone has done anything similar with success?Here's what I've tried and the results:I attempted to write an integration test with Flutter but I can't seem to find a way to actually pick an image or take a photo as the native UI is involved. It appears `flutter_driver` doesn't have that capability.Instead of writing an automated test, I manually picked images from the gallery/took photos and then saved them back to the gallery while monitoring memory usage. Memory stayed steady and looked good overall. Unfortunately, this doesn't do me a lot of good as I'd like to be able to run this against other devices in an automated fashion.I wrote a rudimentary test to simulate "image picking" by including some images in the asset bundle and then saving them to the gallery. Unfortunately, it seems like memory usage skyrockets with this method (code here) compared to my real-world, manual test I mentioned in #2.Would love to hear everyone's thoughts and possible approaches to this.Cheers.
July 17, 2020 at 07:02PM by jdixon04
https://ift.tt/2WryWO3
automated tests to verify memory usage?
Hi everyone,A client I'm working with wants me to evaluate Flutter for a rebuild of their app that is currently written in Ionic. They specifically want me to evaluate specific scenarios such as taking pictures/choosing from gallery over a period of time to see what memory consumption is like as this is a common task in their app. These evaluations would eventually turn into stress tests that could be part of an integration test suite.I'm curious if anyone has done anything similar with success?Here's what I've tried and the results:I attempted to write an integration test with Flutter but I can't seem to find a way to actually pick an image or take a photo as the native UI is involved. It appears `flutter_driver` doesn't have that capability.Instead of writing an automated test, I manually picked images from the gallery/took photos and then saved them back to the gallery while monitoring memory usage. Memory stayed steady and looked good overall. Unfortunately, this doesn't do me a lot of good as I'd like to be able to run this against other devices in an automated fashion.I wrote a rudimentary test to simulate "image picking" by including some images in the asset bundle and then saving them to the gallery. Unfortunately, it seems like memory usage skyrockets with this method (code here) compared to my real-world, manual test I mentioned in #2.Would love to hear everyone's thoughts and possible approaches to this.Cheers.
July 17, 2020 at 07:02PM by jdixon04
https://ift.tt/2WryWO3
Gist
load_image.dart
GitHub Gist: instantly share code, notes, and snippets.