mobile app android ios wireframe mockup prototype mvp screens flutter dart

Things are moving!

Now that I’ve put my own efforts into coordinating the team properly (and pushing things forward myself to motivate via example), we’re moving.

Let’s go!

For any developers reading (or any other curious souls), this is some of what we’ve done this week (I only included mine, because otherwise it would be very long.

Thank you to the creators of these 2 major resources I used to learn!

  1. Flutter Themes Crash Course – Bleyl Dev
  2. Custom Theme/Colors in Flutter – Miary Dev

Commits on Oct 24, 2021

created centralized themes.dart + updated widgets

– put all standard colours, font sizes, margins, paddings, etc in
theme.dart
– created UgedditTheme class for standardized default theme across app
– adjusted most app code to use UgedditTheme
– still left to be ‘themeized’:
– profile screen text boxes
– text in general
– buttons in general

@SabianF
SabianF committed 1 hour ago

. File = custom_list_tile.dart: removed the padding of items, because there is a huge gab between them

. Filee = message.dart (model): added id, and getMap function which returns a map when we need to convert message to map
. File = messages.dart (provider): added count method to get the total number of messages
. File home_chat.dart (screen): extracted MessagesProvider and passed it to intentionSelection widget, replaced Textfield to SizedBox as a item seperator

@C-NASIR
C-NASIR committed 2 hours ago

Added the method that sends a message to the messages provider
@C-NASIR
C-NASIR committed 6 hours ago

this dart file is responsible of displaying the lost of intentions and the header

@C-NASIR
C-NASIR committed 6 hours ago

Commits on Oct 23, 2021

Solved RenderFlex overflows+code readability

– To solve RenderFlex overflows, added SingleChildScrollView as parent
widgets to affected screens
– Removed profileContent’s ‘height’ property solved its RenderFlex
overflow
– Added Navigator.pop() to buttons that switch between ‘Login’ and
‘Register’ screens, to prevent needless stackup of redundant screens if user
switches multiple times
– Rearranged certain code to be more readable (purely aesthetic)
– Adjusted certain displayed text to be more user-informative

@SabianF
SabianF committed 2 days ago

Commits on Oct 20, 2021

changed unauth status to home,easy testing buttons

– unauthenticated check was redirecting to chat test screen, rather than
home, so I adjusted this to redirect to home
– I renamed and added testing buttons for all existing test screens,
including chat

@SabianF
SabianF committed 4 days ago

36 thoughts on “Things are moving!”

  1. Remarkable! Its in fact remarkable post, I have got much clear idea regarding
    from this post.

  2. Hello there, just became aware of your blog through Google,
    and found that it’s truly informative. I’m gonna watch out for brussels.
    I’ll be grateful if you continue this in future.
    A lot of people will be benefited from your writing.
    Cheers!

  3. Hi there mates, how is everything, and what you wantto say regarding this paragraph, in my view itsin fact amazing designed for me.

  4. hello there and thank you for your information – I’ve certainly picked up anything new from right here.
    I did however expertise some technical points using this
    site, as I experienced to reload the web site a lot of times previous to I could get it to load properly.
    I had been wondering if your web hosting is OK? Not that
    I am complaining, but slow loading instances times will sometimes affect your placement in google and could damage your quality score if ads and marketing with Adwords.
    Well I am adding this RSS to my email and can look
    out for a lot more of your respective fascinating content.

    Ensure that you update this again soon.

Comments are closed.