Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

Semi circle navigation in Flutter
Hi everyone,
I want to do a semi circle navigation where I can drag and rotate the circle between tabs.
Someone asked this question 10 month ago, but all the links in the answers are now unavailable. https://www.reddit.com/r/FlutterDev/comments/aluwwt/how_can_i_make_a_semi_circle_navigation_in_flutter/I am far along in many ways, but I feel like I'm reinventing the wheel (pun intended).
Do you know of any good tutorials for rotating a circle with onPanUpdate?Can someone help me please? :)
Thanks!

December 18, 2019 at 02:59PM by auroralaufey
https://ift.tt/2S5zh7K
New post on /r/flutterdev subreddit:

Flutter with Oracle
Hello there Everyone!I am working on a project for my Course work in which we are instructed to build any web or app or desktop app via oracle as database but anything as Frontend.I just wanted to know that is it possible to use orcale with Flutter? If yes, can u please give me little guidance as I've left with 2 days only.I need the connection, where I can run queries and access database via flutter. I know flutter enough to make front end.Thanks a lot ❤️😊

December 18, 2019 at 04:11PM by m_hamzashakeel
https://ift.tt/2PzOooA
New post on /r/flutterdev subreddit:

Issue with different screen sizes
Hi there, I am new to flutter development and I bought udemy course in order to learn more about UI.I run into a problem with different screen sizes. I used iphone 11 pro max simulator for development and everything were fine until I started the app on my samsung s10e and found out that some things are not the same because I had to hardcode values of containers. This is screen on iphone and this is on android. The container dimension was set to 175.0 x 175.0.If i change the size to 150, it looks nice on andorid, but on iphone these rectangles seems to be little bit small.Does anybody have an idea how to fix this problem?thanks :)

December 18, 2019 at 05:08PM by lazarvgd
https://ift.tt/2sDH8yY
New post on /r/flutterdev subreddit:

Major setback with app release.
Hey everyone, I know this isn't a support forum rule 2, I have my issue tracked down and I just wanted to share my first major frustration with flutter. I'm trying to upload to the app store, I am on the stable branch updated to 1.12 last week and had my first flutter app for a client released on the app and play store! Well I'm trying to get an update out today and for some reason I am getting notified that my release build has the following issue!Non-public API usage - The app references non-public symbols in Frameworks/Flutter.framework/Flutter: _ptrace.This is crazy! I didn't touch any of my flutter or project settings and I'm really at a loss as to what to do next. I have tracked the issue down to this: https://github.com/flutter/flutter/issues/37850This is my first real issue with this framework, and having a client deadline I am really bummed I can't rely on flutter. Has anyone else had major road blocks like this? This is really making me rethink using flutter just because I can't rely on it to get my code out when my clients need it. I guess just be cautious when using the framework, and if you have money/ clients on the line native still might be the best option.

December 18, 2019 at 07:31PM by bigBearRat
https://ift.tt/38Tt056
New post on /r/flutterdev subreddit:

How to list the licenses from all 3rd party libraries I'm using?
I'm using a lot of 3rd party libraries and also illustrations in my app. Is there a simple way to display all these MIT/GNU/APACHE licenses in my app? I thought it might be possible to to fetch them automatically from pub.dev.I'd really appreciate any kind of insight!Thank you.

December 18, 2019 at 08:45PM by iamarr0gant
https://ift.tt/35BpZVc
New post on /r/flutterdev subreddit:

Modular, a smart project structure
Hello, guys, we are Flutterando Community created a package to help you structure your project(based on Modules).The Modular give us a bunch of adapted solutions for Flutter, such a dependency injection, routes controller and a "Disposable Singletons" System(When a code provider call automatically dispose and clear the injection). This adapted solutions increases up your project maintainability and reusability.Modular came up prepared for adapt to any state management approach to its smart injection system, managing the memory use of your application.It combined with Slidy CLI(https://pub.dev/packages/slidy) boost the speed of your development at the top.The Modular is under development and we appreciate your contribution/review.Link for Modular: https://pub.dev/packages/flutter_modular

December 18, 2019 at 09:45PM by irvine5k
https://ift.tt/2PXjPIl
New tweet from FlutterDev:

❤️💙A heartwarming story: Patch Me

When Aamani was born her father learned Flutter to create Patch Me, an app to help keep track of her eye patching. The app is available for iOS and Android, for all families to use. #FlutterInteract

See the story here→https://t.co/hYYDGt1Nil pic.twitter.com/ffKgjZdfX9— Flutter (@FlutterDev) December 18, 2019

December 18, 2019 at 09:51PM
http://twitter.com/FlutterDev/status/1207403117987299328
New post on /r/flutterdev subreddit:

Flutter + Firebase: Sign in with Apple
https://ift.tt/2Z2X2yN

December 18, 2019 at 10:35PM by Elixane
https://ift.tt/2EtYiSc
New post on Flutter Dev Google group:

How to make this animation?
Hi, I need some idea of ​​how to make the animation seen in the video. Please. Thank you

December 18, 2019 at 11:09PM by Jean Paul Gotopo Maldonado
https://ift.tt/35B1QOv
New post on /r/flutterdev subreddit:

Smooth Sort: A custom and wonderful sorting animation for Flutter
https://ift.tt/2PXJKjb

December 19, 2019 at 07:18AM by b14ckr34p3r
https://ift.tt/2Mb69s1
New post on /r/flutterdev subreddit:

Smooth Sort: A custom and wonderful sorting animation for Flutter
GitHub LinkIn today's world, developers use now and then sorting in their mobile applications. For such developers, Smooth Sort can become a useful package that provides wonderful and custom animation while sorting a list or grid instead of reloading the page.Explore how to use SmoothSort in your Flutter app with its proper use-case through this medium blog.

December 19, 2019 at 06:52AM by b14ckr34p3r
https://ift.tt/2EzNqSJ
New post on /r/flutterdev subreddit:

Flutter Design Patterns: An overview of the Factory Method design pattern and its implementation in Dart and Flutter
https://ift.tt/2Z5mdkA

December 19, 2019 at 08:26AM by mkobuolys
https://ift.tt/370lDr5
New post on /r/flutterdev subreddit:

Edit Cut/Copy/Paste Menu?
ScreenshotIs there some way to edit menu widget that appears when you long-press text in a TextField? As you can see in the screenshot above, the menu is cut off horizontally, so I'd like to try wrapping it in a SingleChildScrollView. As far as I know, ToolbarOptions only lets you choose which menu items are shown, not change the widgets that make it up. Maybe I'm missing something obvious here.

December 19, 2019 at 12:13PM by Tenshar
https://ift.tt/2sHKPDP
New post on /r/flutterdev subreddit:

How to manage cookies with Flutter ?
I would like to know what would be a good way manage cookies with Flutter ?I have been looking into this and there isn't much info on this subject. What i have tried is to use Dio package with their cookie_manager but i had to remove it due to some issues connecting to the server. I have also considered Shared Preferences, many people on stackOverflow are saying it is not a good way of doing it because of security issues.If anyone can point me out to some material or your own experience on how you do it, would be helpful.

December 19, 2019 at 01:48PM by zvrksam86
https://ift.tt/2Maa1tu
New post on /r/flutterdev subreddit:

Flutter
Guys, anyone know how to reduce flutter app size...In flutter even demo app size is so high(6MB) i haven't added any features into it...so you guys have any ideas about that.....

December 19, 2019 at 02:08PM by chandrushane
https://ift.tt/2ExSt6f
New post on /r/flutterdev subreddit:

Flutter chat app (using apis) what to use to save data offline -moor or hydratedbloc
To save chat history for users and to be able to see it in absence of internet what should i use.i m confused between moor vs hydrated bloc.I am not sure if both can be used together .Thanks

December 19, 2019 at 03:38PM by charmyr
https://ift.tt/2EzL2f2
New post on /r/flutterdev subreddit:

Are there any open-source Flutter apps that I can study and contribute to as I learn?
I'm learning Flutter as I work towards getting a development job. I often see articles talking about contributing to open-source projects hosted on github or elsewhere as a learning aid. Are there any such Flutter apps?

December 19, 2019 at 05:01PM by Blanglegorph
https://ift.tt/36PwJyJ
New post on /r/flutterdev subreddit:

The default counter app is bad as starting point, here some alternatives
The first time I created a Flutter project I appreciated the default counter app sample, with comments on how that StatefulWidget works.But it's not a good starting point when creating several new apps a week!I don't want to be deleting comments every time, and especially when I barely ever use stateful widgets.I WISH we could pass in a flag with different options (like we have with some selected "samples" in the Flutter docs, but better and more generic), for example:flutter create --sample github.com/frank06/hooks_starting_sampleIn the meantime, I compiled three sample apps:Minimal Flutter apps to get startedBare bones app (< 10 LoC)Material-style minimal appMinimal stateful app (with flutter_hooks)Am I the only one complaining about this? 😄

December 19, 2019 at 06:05PM by frank06_
https://ift.tt/2tuQvRL
New post on /r/flutterdev subreddit:

Full-Text search with firestore-functions-algolia in flutter.
https://medium.com/@mehmet_76940/full-text-search-in-flutter-with-algolia-firestore-cloud-functions-with-optimization-54004d727ad1This is a my first medium post.I really like to contribute to the flutter community. Because I used many articles to develop my own project.As far as I know, I tried explain ;Full-Text search with firestore-functions-algolia in flutter.And optimizing somethings.

December 19, 2019 at 06:02PM by mehmetyaz
https://ift.tt/36SmXfu