heyhey1028_en Profile Banner
heyhey1028 Profile
heyhey1028

@heyhey1028_en

Followers
36
Following
145
Media
6
Statuses
22

Flutter dev based in Tokyo, Japan. Passionate about flutter, dart, firebase and shaping the future with own hands. #flutterdev #dart #firebase #web3 #devOps

Joined October 2022
Don't wanna be here? Send us removal request.
@_mono
mono
2 years
collectionパッケージ、このタイミングでIterable.flattened( https://t.co/RfuixKzFVi)も追加されてたのを見落としてた(  ´・‿・`) `expand((e) => e)`( https://t.co/j8drt4adxq)と書いてしまっていた(  ´・‿・`)
@_mono
mono
5 years
素晴らしい( ´・‿・`) Add extension methods to package:collection. https://t.co/WwUaRkXM8B
0
1
9
@heyhey1028_en
heyhey1028
3 years
took part in one of the biggest hackathon specialized in smart phone app "spajam" in Japan as "Flutter Lovers". ppl, team mates, scenary, food, everything was just awazing!! hope we have cotributed in gaining publicity for Flutter too!! #spajam #flutterlovers #flutter
Tweet media one
Tweet media two
Tweet media three
Tweet media four
0
0
5
@heyhey1028_en
heyhey1028
3 years
Even if I used animation in flutter time to time, I’ve always stumbled upon how should I write them. I’ve added all of the reasons why I was so overwhelmed. https://t.co/3XXxBVn60T #flutterdev #flutteranimation
dev.to
The confusing part of animations Adding animations is not always necessary to create an...
0
0
0
@heyhey1028_en
heyhey1028
3 years
Understanding of TweenSequence and Interval allows you to create more flexible animation. TweenSequence https://t.co/1sgjYWInQ7 Interval https://t.co/nV0Ws3i49K
dev.to
This article is the second in a series of articles on animation. In vol. 1, we've gone through on...
0
0
0
@heyhey1028_en
heyhey1028
3 years
Just posted a series of articles about animation in flutter!! Covers from basics to bit advanced examples using TweenSequence and Interval. Hope it might be a help to someone! https://t.co/ugrzatRddk #flutterdev #flutteranimation
dev.to
This article is the first in a series of articles on animation. In the development of an...
0
0
2
@heyhey1028_en
heyhey1028
3 years
In conclusion, I had added below overrides to pubspec to over come the errors. dependency_overrides: firebase_auth_platform_interface: 6.7.0 firebase_core_platform_interface: 4.5.1 #flutterdev #flutterfire
0
0
0
@heyhey1028_en
heyhey1028
3 years
it turned out to be "FirebaseAuthPlatform. signInWithAuthProvider" was eliminated after v6.7.0 of firebase_auth_platform_interface. So had to override dependency for firebase_auth_platform_interface as well.
1
0
1
@heyhey1028_en
heyhey1028
3 years
But for "FirebaseAuthPlatform. signInWithAuthProvider", I couldn't find any discussions and had to dig into flutterfire repository for the solution
1
0
1
@heyhey1028_en
heyhey1028
3 years
"FirebaseAppPlatform.verifyExtends" was easy. Thanks to the wonderful community, solution was given in the bug issue https://t.co/19WZdeo23d just needed to override dependency as below dependency_overrides: firebase_core_platform_interface: 4.5.1
Tweet card summary image
github.com
Bug report Describe the bug As soon as you guys updated the plugins today, I started getting an error for no obvious reason on all my apps, it says FirebaseAppPlatform.verifyExtends'. FirebaseA...
1
0
1
@heyhey1028_en
heyhey1028
3 years
have been struggling with error saying "FirebaseAppPlatform.verifyExtends" and "FirebaseAuthPlatform. signInWithAuthProvider" are not found, I've finally found a work around🙌 #flutterdev #flutterfire
Tweet media one
0
0
1
@heyhey1028_en
heyhey1028
3 years
problem has been discussed in realtime at flutterfire issue. https://t.co/IpS6kHL7ma have tried overriding dependency for firebase_core_platform_interface, but still has problem with firebase_auth telling me no no🤔 #flutterdev #flutterfire
Tweet media one
0
0
0
@heyhey1028_en
heyhey1028
3 years
found someone calling for help with same issue😢 https://t.co/s7srWslBra #flutterdev #firebase
0
0
0
@heyhey1028_en
heyhey1028
3 years
got my flutter project using firebase packages failing builds (release&debug) since 11hours ago. someone any ideas?? seems latest firebase packages were released just about that time🙄 #flutterdev #firebase
Tweet media one
0
0
0
@heyhey1028_en
heyhey1028
3 years
just posted an article about calling js function in flutter. js package is a great partner for developping in flutter web!! https://t.co/XB6cc0nG5Q #flutterdev #javascript
medium.com
There are a wide variety of javascript libraries for web development, but there are times when you want to use them for flutter web…
0
0
4
@heyhey1028_en
heyhey1028
3 years
Also with Sandbox Game Maker. Great creative experience!! #sandbox #gamemaker
Tweet media one
0
0
1
@heyhey1028_en
heyhey1028
3 years
‘Hello, world!’ with VoxEdit for Sandbox. Hello, metaverse! #sandbox #voxedit
Tweet media one
0
0
1
@heyhey1028_en
heyhey1028
3 years
Just created a GitHub actions workflows for distributing test flutter apps to Firebase App Distribution using flutter build ipa command will shorten the execution time significantly build ios https://t.co/h98FbmOM9G build ipa https://t.co/6ICMxB5Uxs #flutterdev #devops
gist.github.com
Continuous delivery of flutter app (Fastlane + Github Actions + Firebase App Distribution) -- flutter build ios --- - !README.md
0
0
2