13

Fucking piece of shit, i want to make a fairly thin app with some native functionality and

Flutter - no documentation whatsoever, what a surprise
React native - i need 3 extra modules just to do what i want
Cordova - fuck no
Litho - seems fine but i dont wanna use native, i dont even have adb on my laptop

Comments
  • 1
    If its small app try Xamarin
  • 2
  • 12
    @sharktits then go native for both. Otherwise stop b1tching cause problem is you and you alone
  • 0
    @zemaitis yes, its completely my fault that timed background push notifications are undocumented in flutter yeah
  • 5
    @sharktits you have options, make the best of what you have
  • 0
    @sharktits I'm not knowledgeable of flutter really but I've done some digging and you might want to research firebase cloud messaging. - https://pub.dartlang.org/packages/...

    It enables push notification functionality for iOS and Android and I've seen one or two implementations on stack overflow
  • 1
    "Cordova - fuck no" 😂😂😂
    We can be friends
  • 1
    Only if flutter had docs.
  • 0
    What about appcelerator?
  • 1
    @Cyanide ehhhhh not a big fan of javascript, will probably say fuck it and go native, idgaf about ios users
  • 0
    @sharktits Notifications cannot be coded through card with Flutter because you are only coding the client view. You still have to edit Java code as one owls normally do.

    I recently programmed notifications w/ progress bar that appear at a certain time and vibrate when the event ends with a Flutter app. Had to set u other events when the MainActivity was created.
  • 0
  • 0
    Electron?
  • 1
    @BashouT this looks neat and i will probably use it for a more complex app but right now its overkill
  • 0
    @kaloxy last time i checked electron wasnt for mobile
  • 0
    @sharktits Fair enough, how you finding Flutter? Tried setting it up with my OnePlus one but the old phone wasn't having it.
  • 1
    @BashouT not a big fan of declarative ui tbh, other than that its pretty okay. Wish there was a ui designer tho
  • 0
    @sharktits well maybe one day, it seems pretty popular for version 0.61 or whatever
Add Comment