Git Product home page Git Product logo

flutter-poc's Introduction

Hi there ๐Ÿ‘‹

I'm Ezz abuzaid a Computer Engineer by specialization, Software Engineer by profession, and an Engineer at heart.

Nowadays, I mainly code TypeScript and used to do C# and Dart. I love working with new languages and technologies wherever an opportunity presents itself.

I love writing and have in-depth disucssions, my ultimate goal beside programming to be A Dev Journalist.

Sharing knowledge is a passion of mine, I do this by writing blog posts and helping newbies.

Technical Articles

Workshops

Trivia

  • ๐Ÿ”ญ I'm working as Software Engineer @Equiti Group
  • ๐Ÿงฌ I read about compilers occasionally.
  • ๐ŸŒฑ Currently building Tiny Injector and SQL Tooling
  • ๐Ÿ“š Currently reading Design for Developers
  • ๐Ÿ‘ฏ Ready to collaborate on open sourceopen-source๐Ÿ’ฌ Here to answer your questions about Web/Mobile Development

Open Source Projects

Project Description
SQL Tooling Simple SQLite Parser Done In TypeScript
Tiny Injector Mix of .NetCore and Angular dependency injection
RFC 7807 Typescript implementation of RFC 7807
Fayona .NetCore like framework using Node.js
Ngx-Request-Options Angular package that make passing properties to interceptors possible
Ngx-Form-Factory Angular package to build complex forms without the need to write any markup boilerplate
Document Storage JavaScript package that provides a unified interface for browser storages
Flutter Form Validators A set of predefined validators that makes field validation straightforward
C# class to ProtoBuf If you're moving from Monolithic to Microservices, you need to convert your models
Docker Compose Environment Variable To JSON Converting docker-compose environment varaibles To JSON

My older Technical Articles you might read

๐Ÿ“ซ Where to find me

flutter-poc's People

Contributors

ezzabuzaid avatar

Stargazers

 avatar

flutter-poc's Issues

try to make function like `locateMe()` inside each class that should be singelto...

// TODO: try to make function like `locateMe()` inside each class that should be singelton
locator.registerSingleton(Storage());
locator.registerSingleton(TokenHelper());
locator.registerSingleton<UserService>(UserService());
locator.registerSingleton(Geolocator());
locator.registerSingleton(LocalAuthenticationService());


This issue was generated by todo based on a TODO comment in 417bf1b. It's been assigned to @ezzabuzaid because they committed the code.

if there's not meals an error thrown, so it should be handled by filtering out t...

// TODO: if there's not meals an error thrown, so it should be handled by filtering out the empty menus or by showing an empty icon or whatever
return Expanded(
child: GridView.extent(
children: List.generate(
bloc.meals.length,
(index) {


This issue was generated by todo based on a TODO comment in 6559e85. It's been assigned to @ezzabuzaid because they committed the code.

Replace this string with constant from json file

// TODO: Replace this string with constant from json file
expectOne(findDescendant(usernameField(), find.text('This field is required')));
});
testWidgets("bind it's value to payload model", (tester) async {
await buildPage(tester, LoginView());
final value = 'testText';


This issue was generated by todo based on a TODO comment in 417bf1b. It's been assigned to @ezzabuzaid because they committed the code.

analytic and error service

flutter-poc/_.todo

Lines 51 to 56 in 20b90a5

TODO analytic and error service
TODO setup multiple environment
TODO setup file generation per screen
TODO various interceptor {take a look into angular buildozer interceptors}
TODO add git hocks for linting and check code healthy


This issue was generated by todo based on a TODO comment in 20b90a5. It's been assigned to @ezzabuzaid because they committed the code.

setup file generation per screen

flutter-poc/_.todo

Lines 53 to 58 in 20b90a5

TODO setup file generation per screen
TODO various interceptor {take a look into angular buildozer interceptors}
TODO add git hocks for linting and check code healthy
fetch('https://reqres.in/api/users',{method:'POST', data:{
"name": "morpheus",


This issue was generated by todo based on a TODO comment in 20b90a5. It's been assigned to @ezzabuzaid because they committed the code.

setup multiple environment

flutter-poc/_.todo

Lines 52 to 57 in 20b90a5

TODO setup multiple environment
TODO setup file generation per screen
TODO various interceptor {take a look into angular buildozer interceptors}
TODO add git hocks for linting and check code healthy
fetch('https://reqres.in/api/users',{method:'POST', data:{


This issue was generated by todo based on a TODO comment in 20b90a5. It's been assigned to @ezzabuzaid because they committed the code.

here it should be weather remove or add, find a way to set favorites meals

// TODO: here it should be weather remove or add, find a way to set favorites meals
favoritesBloc.addToFavoritesMeals(
FavoritesModel(itemId: this.meal.sId),
);
// TODO: update the icon to be filled, and meal details as well
},


This issue was generated by todo based on a TODO comment in 9f43de0. It's been assigned to @undefined because they committed the code.

Create base class to include the child class in the locator directly

// TODO: Create base class to include the child class in the locator directly
void setupLocator() {
// REVIEW Locator has one critical issue which is cannot know which class depends on another so it should be order depend on that
// TODO: try to make function like `locateMe()` inside each class that should be singelton
locator.registerSingleton(Storage());
locator.registerSingleton(TokenHelper());


This issue was generated by todo based on a TODO comment in 417bf1b. It's been assigned to @ezzabuzaid because they committed the code.

enable that after testing the portal view and home view

// TODO: enable that after testing the portal view and home view
testWidgets("Should redirect to Login if the token removed",
(WidgetTester tester) async {
await tester.runAsync(() => tokenHelper.setToken('J.W.T'));
await tester.pumpWidget(App());
await tester.runAsync(() => user.isAuthenticated());


This issue was generated by todo based on a TODO comment in 417bf1b. It's been assigned to @ezzabuzaid because they committed the code.

read about const, final, static in dart

flutter-poc/_.todo

Lines 40 to 45 in 6024f02

TODO read about const, final, static in dart
TODO implement streaming and charts
TODO implement push notification, broadcast, multicast and unicast
TODO setup the starter view, it should have a boxed meals and not menus (add home button)


This issue was generated by todo based on a TODO comment in 6024f02. It's been assigned to @ezzabuzaid because they committed the code.

find a way to test the geolocator getCurrentLocation(placeDetails)

// TODO: find a way to test the geolocator getCurrentLocation(placeDetails)
future: Future.value(placeDetails),
initialData: placeDetails,
builder: (BuildContext context, AsyncSnapshot<Placemark> snapshot) {
isoCountryCode = snapshot?.data?.isoCountryCode;
return Container(


This issue was generated by todo based on a TODO comment in 417bf1b. It's been assigned to @ezzabuzaid because they committed the code.

Enable it

// TODO: Enable it
// tearDown(() async {
// tokenHelper.removeToken();
// });
// STUB make the FutureProvider fail by providing an error
// STUB update the app twice, every time with new bool value


This issue was generated by todo based on a TODO comment in 417bf1b. It's been assigned to @ezzabuzaid because they committed the code.

implement streaming and charts

flutter-poc/_.todo

Lines 41 to 46 in 6024f02

TODO implement streaming and charts
TODO implement push notification, broadcast, multicast and unicast
TODO setup the starter view, it should have a boxed meals and not menus (add home button)


This issue was generated by todo based on a TODO comment in 6024f02. It's been assigned to @ezzabuzaid because they committed the code.

Specify your own unique Application ID (https://developer.android.com/studio/bui...

// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.example.learning_flutter"
minSdkVersion 16
targetSdkVersion 28
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName


This issue was generated by todo based on a TODO comment in 6024f02. It's been assigned to @ezzabuzaid because they committed the code.

assert expectOne(findByType(HomeView));

// TODO: assert expectOne(findByType(HomeView));
});
});
// TODO: assert that remember is functional by checking the value of remember me
// TODO: assert that remember me doesn't save the token in localstorage
// TODO: assert that forgot password button is functional


This issue was generated by todo based on a TODO comment in 417bf1b. It's been assigned to @ezzabuzaid because they committed the code.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.