Commit graph

204 commits

Author SHA1 Message Date
3ac4e919c0 Created the custom app bar for screens different than home 2019-03-31 16:55:54 -06:00
8b3bd37df7 Added route for the new task screen, changed the [NewItemDialogButton] to use the onTap method passed to it instead of a dummy one 2019-03-31 16:17:46 -06:00
39ddba0fce Changed inconsistend names, created the new task screen and its bloc 2019-03-31 00:53:57 -06:00
e3b8cf7a6d Created new task screen 2019-03-31 00:41:56 -06:00
eb3ffd91a3 Added docs for new widgets 2019-03-31 00:41:56 -06:00
c61459a491 Created new task screen 2019-03-31 00:41:56 -06:00
315d074779 Added docs for new widgets 2019-03-31 00:41:56 -06:00
4f450ade30 Created new task screen 2019-03-31 00:38:27 -06:00
50ae7d866a Added docs for new widgets 2019-03-31 00:38:27 -06:00
34a9aa6275 Rewrote migration from future to stream in the homescreen lost due to a deleted branch 2019-03-31 00:26:33 -06:00
4a6bd017ac Extracted search box to its own separate widget, finidhes the new item dialog UI 2019-03-30 23:52:01 -06:00
59ae4f6fb0 Created the route for choosing the item time 2019-03-30 23:06:47 -06:00
3e5e58016e Added floating action button to add new task or picture and added a fixed height container to the children in list view to make it visible even with the fab 2019-03-28 00:47:05 -06:00
f59f491022 Moved the building of the task list to a separate method 2019-03-27 15:52:16 -06:00
7b6b24a190 Changed the style of the status bar to light 2019-03-21 00:32:00 -06:00
8b86b0645e Finished search box 2019-03-21 00:06:56 -06:00
d4bb1c631a Finished app bar for the home screen 2019-03-20 22:57:44 -06:00
b112e629a4 Removed unnecessary remode padding widget 2019-03-20 19:02:22 -06:00
8e378c0e8e Added method to the home bloc to retrieve the photo url of the user 2019-03-20 18:59:30 -06:00
d97b542238 Renamed gradient button to gradient touchable container 2019-03-20 18:51:22 -06:00
32ca8ac279 Fixed automatic signing problem 2019-03-20 18:34:04 -06:00
aa5039d217 Added a stream transformer that sorts tasks according to their priority 2019-03-13 22:14:04 -06:00
8edb15dd7c Refactored the home screen to be a statuful widget so the bloc only gets instantiated once, added the gesture detector that was missing in the action button 2019-03-13 21:51:42 -06:00
e0caaf85bd Added method to mark task as done in the bloc 2019-03-13 21:04:07 -06:00
b9f0831c27 Created the home bloc provider 2019-03-13 20:59:49 -06:00
4d6fb3d04e Created home bloc boilerplate 2019-03-13 20:52:11 -06:00
a253207376 Fixed alingment for the task tile 2019-03-12 21:54:55 -06:00
ae0f8515aa Created and added extra animation to replace material progress indicator 2019-03-12 21:23:35 -06:00
fe316b336e Added docs for the task tile methods 2019-03-12 20:21:25 -06:00
578c6dd57f Added docs for the Action button, refactored to extract the button body into a method 2019-03-12 20:17:26 -06:00
b6e74cceb3 Added callbask for the tiles buttons and in the custom button widget 2019-03-12 20:06:10 -06:00
274be1c980 Finished the task list tile, created a custom button widget to accomodate for the tile's buttons 2019-03-12 20:03:14 -06:00
660856317f Finished text section of the task list tile 2019-03-12 01:19:57 -06:00
7d708f328a Added static method to the task model that returns a sample task model 2019-03-11 23:55:02 -06:00
1566310a02 Added method to the task model that returns its priority in string format 2019-03-11 23:50:06 -06:00
4cc5578576 Fixed a bug in the login screen where it wasnt being popped and replaced by the home screen, Added skeleton layout for the task list tile 2019-03-11 23:38:00 -06:00
fa535b86d2 Changed cupertino activity indicator for custom animation 2019-03-10 00:36:54 -06:00
f344a824bb Added flare as a dependency and imported the loading animation 2019-03-10 00:29:31 -06:00
04288e0d15 The login screen now redirects to the home screen if a user successfully logs in 2019-03-09 21:47:04 -06:00
475b1d0bc1 Implemented mechanism of redirecting on user status 2019-03-09 20:57:43 -06:00
b2fdcdbc4f Added an initial loading screens where the status of the user is checked (logged in or not) and added a dummy home screen to implement the redirectioning of a user in case his logged in already 2019-03-09 20:34:09 -06:00
09e8e14fb6 Refactored all providers to export singletons to avoid multiple instantiation of them 2019-03-08 23:46:24 -06:00
be5b398ec9 Updated readme, added link to trello board 2019-03-08 23:40:10 -06:00
75982102d8 Changed the callback in loginscreen to be an arrow function, added docs for the attributes in gradient button 2019-03-08 22:39:16 -06:00
79b3f98812 Fixed bug where a method was being called on the parameter of the constructor and not the instance variable causing it to sometimes call on null 2019-03-08 22:00:21 -06:00
888c26283f Finished login screen 2019-03-08 21:53:44 -06:00
3e44aa2fe4 Added [onTap] callback for the gradientButton 2019-03-08 21:44:21 -06:00
8918c67006 Added IBM Plex sans as custom font, added more properties to the gradient button 2019-03-08 21:37:56 -06:00
85f49f1133 Created preliminary gradient button 2019-03-07 23:42:31 -06:00
5bfafb2101 Created login screen with logo inside 2019-03-07 22:55:43 -06:00