Skip to content

This is the repo for the Cross platform team for buliding our twitter clone using flutter

Notifications You must be signed in to change notification settings

Twitter-CUFE-CCEC-2023/twitter_flutter

Repository files navigation

Twitter-Flutter

dummy.txt & dummy.dart should be removed later they are just there for now to show file structure

Directory structure:
    blocs:
        - folder for cubits (it listens for actions on the screen and performs the logic accordingly as updating UI components) 
    models:
        - folder for classes that stores data to used with the screens later
    repositories:
        - folder for classes that should interact with the API and get (or send) data and store it in the model objects to be used later
    screens:
        - folder for class that represents pages (UI) that will be visible to the user
    utils:
        - folder for creating functions that will used multiple times in different classes or pages
    widgets:
        - folder for storing custom-made widgets

About

This is the repo for the Cross platform team for buliding our twitter clone using flutter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published