flutter-architecture-template icon indicating copy to clipboard operation
flutter-architecture-template copied to clipboard

Flutter Architecture Complete App

Results 14 flutter-architecture-template issues
Sort by recently updated
recently updated
newest added

ufak bir değişim. 💯

![Ekran Alıntısı](https://user-images.githubusercontent.com/72016623/176940091-e98544b8-01f6-42c0-a917-175f78b6dc7d.PNG) Flutter'ı upgrade ettikden sonra böyle bir hata aldım. hata: 'BaseViewModel.context' ('BuildContext? Function()') isn't a valid override of 'Store.context' ('ReactiveContext Function()').dart[invalid_override](https://dart.dev/diagnostics/invalid_override)

Bumps [jmespath](https://github.com/trevorrowe/jmespath.rb) from 1.4.0 to 1.6.1. Release notes Sourced from jmespath's releases. Release v1.6.1 - 2022-03-07 Issue - Use JSON.parse instead of JSON.load. Release v1.6.0 - 2022-02-14 Feature - Add...

dependencies

Eskisi: ```Dart static const EMAIL_REGIEX = r'^[\w-\.]+@([\w-]+\.)+[\w-]{2,4}\$'; ``` Yenisi: ```Dart static const EMAIL_REGIEX =r"^[a-zA-Z0-9.a-zA-Z0-9.!#$%&'*+-/=?^_`{|}~]+@[a-zA-Z0-9]+\.[a-zA-Z]+"; ``` Şeklinde değiştirilmesi lazım

bug
help wanted

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.0. Changelog Sourced from addressable's changelog. Addressable 2.8.0 fixes ReDoS vulnerability in Addressable::Template#match no longer replaces + with spaces in queries for non-http(s) schemes fixed...

dependencies

Only 8 of the 50-odd errors left in the project

bug

I fixed some typos and grammar mistakes on README.

fixing the spelling issues and the overall semantic

I fixed some typos in README.md and updated it into a new branch called "readme".