EnCore.Maps.Maui by: FT-Soft
  • 304 total downloads
  • Latest version: 3.9.0-beta2
Package Description
EnCore.Maps.Maui.Yandex by: FT-Soft
  • 265 total downloads
  • Latest version: 3.9.0-beta2
Package Description
EnCore.MaskedEdit.Android by: FT-Soft
  • 1.179k total downloads
  • Latest version: 3.9.0-beta2
  • xamarin encore maskededit maskededitor android
EnCore MaskedEdit for Android library.
EnCore.MaskedEdit.Core by: FT-Soft
  • 1.102k total downloads
  • Latest version: 3.9.0-beta2
  • xamarin encore maskededit maskededitor core
EnCore MaskedEdit core library
EnCore.MaskedEdit.iOS by: FT-Soft
  • 1.632k total downloads
  • Latest version: 3.9.0-beta2
  • xamarin encore maskededit maskededitor ios
EnCore MaskedEdit for iOS library.
EnCore.MAUI by: FT-Soft
  • 1.329k total downloads
  • Latest version: 3.9.0-beta2
Package Description
EnCore.Network.Android by: FT-Soft
  • 1.308k total downloads
  • Latest version: 3.9.0-beta2
  • xamarin encore android
Provides NetworkService with platform implementation. USAGE: you should create and add NetworkModule instance in application Bootstrapper initialization code.
EnCore.Network.Core by: FT-Soft
  • 1.3k total downloads
  • Latest version: 3.9.0-beta2
  • xamarin encore network core
Service interface for working with device Network state
EnCore.Network.iOS by: FT-Soft
  • 1.253k total downloads
  • Latest version: 3.9.0-beta2
  • xamarin encore ios
Provides NetworkService with platform implementation. USAGE: you should create and add NetworkModule instance in application Bootstrapper initialization code.
EnCore.PushNotifications.Android by: FT-Soft
  • 1.328k total downloads
  • Latest version: 3.9.0-beta2
  • xamarin encore android
Provides PushNotification platform implementation. USAGE: you should register your custom services with interface IPushNotificationHandler in Android part and IPushNotificationService in Core part.
EnCore.PushNotifications.Core by: FT-Soft
  • 1.085k total downloads
  • Latest version: 3.9.0-beta2
  • xamarin encore push notifications core
Provides IPushNotificationService interface for working with server push notifications.
EnCore.PushNotifications.iOS by: FT-Soft
  • 930 total downloads
  • Latest version: 3.9.0-beta2
  • xamarin encore ios
Provides PushNotification platform implementation. USAGE: you should register your custom services with interface IPushNotificationHandler in iOS part and IPushNotificationService in Core part.
EnCore.Session by: FT-Soft
  • 1.781k total downloads
  • Latest version: 3.9.0-beta2
  • xamarin encore session
Provides abstract class SessionService with implementation of default session interactions like login logout restore refresh etc. Supports exclusive tasks for preventing concurrent session requests.
EnCore.SqLite.Android by: FT-Soft
  • 1.129k total downloads
  • Latest version: 3.9.0-beta2
  • xamarin encore sqlite android
Provides platform implementation for SqLite Path manager. USAGE: you should create and add SQLiteModule in bootstrapper initialization code.
EnCore.SqLite.Core by: FT-Soft
  • 1.276k total downloads
  • Latest version: 3.9.0-beta2
  • xamarin encore device core
Provides abstract SqLiteStore service class. USAGE: You should create and register your own implementation in application core module.
EnCore.SqLite.iOS by: FT-Soft
  • 1.157k total downloads
  • Latest version: 3.9.0-beta2
  • xamarin encore sqlite ios
Provides platform implementation for SqLite Path manager. USAGE: you should create and add SQLiteModule in bootstrapper initialization code.
EnCore.SqLiteLocalCache by: FT-Soft
  • 1.104k total downloads
  • Latest version: 3.9.0-beta2
  • xamarin encore sqlite local cache
Provides SqLiteLocalCacheStore service based on SQLiteStore class from SqLite package. USAGE: You should create and add SqLiteLocalCaheModule in bootstrapper initialization code.
EnCore.SystemExtensions by: FT-Soft
  • 1.185k total downloads
  • Latest version: 3.9.0-beta2
  • xamarin encore system extensions
EnCore System extension methods for simplify coding process
EnCore.SystemExtentions by: FT-Soft
  • 431 total downloads
  • Latest version: 1.5.0
EnCore System extention methods for simplify coding process
EnCore.WebSocket by: FT-Soft
  • 2.174k total downloads
  • Latest version: 3.9.0-beta2
Package for simplify work with web sockets. It uses SocketIoClientDotNet under hood. USAGE: Provides abstract class WebSocketService which implements IWebSocketService interface. Intended for Core project type. You need to create your own child from service class and register it in core module by interface.