32

Made my FIRST APP using Flutter.

How's it?

Fetches 'Random Rants' from devRant.

Should I put the code on Github?

PS: will break if the image is too long in height

Comments
  • 1
    Loads images/gifs too
  • 1
    @24th-Dragon
    I don't think so. This simple app is 27Mb
  • 6
    Ohai 😊
  • 0
    Of course you should put it up en GitHub! Please share :)
  • 0
    put everything in a container?
  • 0
    @d02d33pak jfc 27MB for such a simple app?! Thanks for reminding me why I don't use those shit frameworks...

    Other than that: looks sweet, you gonna open-source it?
  • 2
    don't forget to set ThemeData.Dark().
  • 0
  • 0
    @Krokoklemme
    Definitely Open source
  • 0
    @shelladdicted
    Yeah.. Working on it
  • 0
    @rEaL-jAsE
    Forbidden? Not at all. There are awesome 3rd party apps avaliable for devRant (like devRantron)..and thanks
  • 0
    @rEaL-jAsE @d02d33pak

    NOT ALLOWED

    unless you keep it yourself, open source it, don't include the login implementation, and don't upload to the stores.
  • 0
    Are you sure its the production apk that's 27 mb? I've worked with Ionic before and in it there are two types of apks: Debug and production. Debug apks are not compressed and are much larger in size. Idk how flutter deals with apks
  • 0
    @CozyPlanes
    oh. sry... my bad...i didn't know about it..

    i haven't implemented login, haven't uploaded to PlayStore and will surely open-source it...
    so far so good i guess :P

    thanks for letting me know
  • 1
    @samsepiol
    it is debug apk.. will see how big the production apk will be .. (will post here) ... thnkx
  • 0
    Production apk size = ~5-6 Mb
  • 0
    Nice first Flutter app, and yes, always open-source it, future-you will thank present-you. My own Flutter side project ended up being a Quran reader — no aggregation pipeline required, just a surah list, Arabic/translation side by side, bookmarks, and a settings panel with more theme options than the app probably needs. Turns out picking fonts is more addictive than picking a database. https://p32929.github.io/quran_flut...
Add Comment