Flutter Heroes
25.9K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

Problem using my own local dart package
I am trying to setup a common local library to be used by multiple projects, and have tried [I think] everything to no avail. OS: Windows 10 In the common test library project which I have in *N:\proj\dart_libs\db2 *I have the following pubspec.yaml: name: db2 > description: A starting point

July 22, 2019 at 11:49PM by nat101
https://ift.tt/2xZfQ5x
New post on /r/flutterdev subreddit:

What is the map solution for Flutter Web?
Asking for a needy friend who is shy and likes cheetos and pizza

July 23, 2019 at 03:03AM by Dazza5000
https://ift.tt/32CcLGu
New post on /r/flutterdev subreddit:

Local Styling, global, styling, and custom widgets
To theme/style my apps, I try to use global styling as much as possible, similar to this:
// ThemeData.light().copyWith() primaryColor: Colors.black, accentColor: Colors.orange, appBarTheme: AppBarTheme( textTheme:TextTheme(title: TextStyle( fontWeight: FontWeight.w900, fontSize: 25, letterSpacing: 1.0 )) ), buttonTheme: ButtonThemeData( buttonColor: Colors.blue, textTheme: ButtonTextTheme.primary, // textTheme: ButtonTextTheme.accent, padding: EdgeInsets.symmetric(horizontal: 17, vertical: 12), shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(10.0)) ), floatingActionButtonTheme: FloatingActionButtonThemeData( backgroundColor: Colors.red, foregroundColor: Colors.white ) 
In a majority of the cases, this works fine. However, not all widgets (such as the popup/context menu) can be styled here.​In these cases, is it suggested to use Custom Widgets or local styling? By local styling I mean writing the styles in a separate file, then importing them every time I have to use them.

July 23, 2019 at 05:42AM by themindstorm
https://ift.tt/32MrnD8
New post on /r/flutterdev subreddit:

Flutter app publishing
how long did it take your app to get published after rolling it out ?I'm stuck on pending publish for 6 hours now, it's my first app and my developer account was registered yesterday (payed for it yesterday)

July 23, 2019 at 06:18AM by byshy
https://ift.tt/32KyyMf
New post on Flutter Dev Google group:

install new version can not create project in flutter
getting below Log. Flutter crash report; please file at https://ift.tt/2rosCVB. ## command flutter --no-color create --template app --description A new Flutter application. --org com.example --android-language kotlin flutter_temp ## exception FileSystemException:

July 23, 2019 at 10:03AM by Gayatri Darji
https://ift.tt/2OegfvL
New post on /r/flutterdev subreddit:

flutter_paytm_clone: A sample application to show Paytm Flutter Clone | E-commerce payment system and digital wallet app UI.
https://ift.tt/30Wug2N

July 23, 2019 at 09:52AM by Flutter-Devs
https://ift.tt/2y719x6
New post on /r/flutterdev subreddit:

Because you can't stay mad at a guy with this kind of talent
I uh, made an app https://github.com/LarsDu/OminousBeepingAppNo one release this one, it's mine.

July 23, 2019 at 09:45AM by Fathomx1
https://ift.tt/30ZulCX
New post on Flutter Dev Google group:

Animate an Icon view
Hi, Pls help. Im trying to animate the Cart Icon to the top-right (as indicated in the image) when its tap. And when it reaches the top-right, it will disappear. and returns to its original location. [image: Screen Shot 2019-07-23 at 4.04.45 PM.png]

July 23, 2019 at 10:12AM by Sherwin de Jesus
https://ift.tt/2GqiaXG
New post on Flutter Dev Google group:

When I get a File (an image), how can I crop the area I want?
When I get a File (an image), how can I crop the area I want?

July 23, 2019 at 11:19AM by 北科大-陳珈鋐
https://ift.tt/2JO9n4d
New post on Flutter Dev Google group:

change TabBar backgroundcolor
hi i have a tabbar in the position of an appbar inside a scafold and i need to change the background color of it Scaffold( appBar: TabBar( indicatorWeight: 4, controller: _tabcont, tabs: [ Text("Donations", style: new TextStyle( color: index != 0 ? Theme.of(context).backgroundColor : Colors.white

July 23, 2019 at 11:23AM by hechmi dammak
https://ift.tt/2M47D8l
New post on /r/flutterdev subreddit:

Flutter resume generator
Can someone help me ? I want to make a flutter app that generates a resume..

July 23, 2019 at 02:05PM by avidon1
https://ift.tt/2YchgnQ
New post on /r/flutterdev subreddit:

Hi all. Can you help me, how to make custom cell like an iOS ( Xcode) with buttons, images? I am beginner. And how to navigate to next view and post data between 2 views? Thanks.
No text found

July 23, 2019 at 01:48PM by negat1we
https://ift.tt/2GrEgcn
New post on /r/flutterdev subreddit:

hello, i'm new to flutter, but...
Do I have to code flutter app deeply nested?It this the way it is or am I wrong?

July 23, 2019 at 04:07PM by hardyeats
https://ift.tt/2YjQwWF