Anatolii Kosorukov

Results 22 issues of Anatolii Kosorukov

Adapt projects to Angular v14.

Removed html code, which was added by mistake.

Implement github suggestions related to [Rendering CSV and TSV data](https://help.github.com/en/articles/rendering-csv-and-tsv-data) topic.

[Effective Dart: Style](https://dart.dev/guides/language/effective-dart/style#prefer-using-lowercamelcase-for-constant-names) [Linter rule](https://dart-lang.github.io/linter/lints/constant_identifier_names.html) In new code, use lowerCamelCase for constant variables, including enum values. In existing code that uses ALL_CAPS_WITH_UNDERSCORES for constants, you may continue to use all...

There is a space should be.

It is more readable folder structure for Github

controller2 should be disposed too.

'inheritFromWidgetOfExactType' is deprecated and shouldn't be used. Use dependOnInheritedWidgetOfExactType instead. This feature was deprecated after v1.12.1..

If you've upgraded to a recent master, you'll find that flutter_test has removed its dependency on package:test. The package hasn't been removed or renamed, but you will need to specifically...

Fix exceptions: while extractPath method invocation while moving back from widget with animation (add dispose method invocation)