techgrains 1.3.6 techgrains: ^1.3.6 copied to clipboard
Developer friendly app library having various commonly used functionality.
1.3.6 #
- Upgraded flutter environment version
1.3.5 #
- TGNetUtil
- Check reachability of site with dynamically provided URL
1.3.4 #
- TGView
- Banner & clear focus with Gesture implemented in TGView
- Refactored TGFlavor naming and access
1.3.3 #
- TGFlavor
- Implemented flavor with dart define route as suggested from Flutter 2.2 onwards.
- Supports flavor, baseUrl, logLevel, applyMock, mockMappingsFile & custom params as part of configuration
1.3.2 #
- Added configurations params for TG view objects
1.3.1 #
- Resolved null safety type casting exception for Function
1.3.0 #
- Migrating to null safety
- Upgraded flutter environment version
1.2.2+1 #
- Platform
- TGPlatformUtil gives quick check for iOS, Android, Mobile, Package Config, Local Host Name, Operating System etc.
1.2.1 #
- Localization (i18n)
- Initializes locale property files upon startup for better performance
1.2.0 #
- Enabled support for Linux, MacOS & Windows
- Upgraded versions of dependencies
1.1.10+2 #
- Localization (i18n)
- TGLocale works without referencing context for locale key's value. It's very lightweight call now.
1.1.10+1 #
- TGView
- Multiple Column Container: Multiple columns render equally in distance. Supports N number of columns.
- Refresh Indicator: Configure background color of its container.
1.1.9 #
- TGView
- Row Container: Dynamic support of (left, right) & (left, center and right) combination with CrossAxisAlignment
- Box Container: Configure border color with default of transparent
1.1.8 #
- TGView
- Row Container: Supports 3 sections - left, center & right
- Box Container: Configure background color and border width
1.1.7 #
- Memory
- TGAccessMatrix
- Apply roles whenever user login (or scope of change in roles)
- TGAccessMatrix
1.1.6 #
- Memory
- TGAccessMatrix: In memory Access Matrix based on Access Key with Roles
1.1.5 #
- Service
- TGRequest
- Introduced TGUploadRequest to upload file
- TGRequest
1.1.4 #
- Memory
- TGSession: Listener implementation for custom usage
- TGSharedPreference: Listener implementation for custom usage
- Util
- TGValidate
- Has Value for any type of object (supports dynamic)
- TGValidate
1.1.3 #
- TGView
- Body Color
- Display Color
- Divider
- Row Container
- Column Container
- Columns Container
- Box Container
- App Bar Back Button
- Show Snack Bar
- Show Alert Dialog
- Popup Menu Item
1.1.2 #
- Service
- TGService
- Treat as an error if unable to convert json response to given object type.
- TGService
1.1.1 #
- Service
- TGService
- Support to enable "badCertificateCallback" for HTTPClient
- TGView
- Additional supportive methods for Theme in TGView
- TGService
1.1.0 #
- Service
-
TGService
- TGRequest
- TGResponse
- TGError
- Mock
HTTP wrapper implementation having Request and Response as objects with custom Error and Mock implementation.
-
1.0.7 #
- Localization (i18n)
- TGLocale
- Supports dynamic arguments as parameters
- TGLocale
1.0.6 #
- Localization (i18n)
- TGLocale
- Supported, default and current locale holders with locale related supporting features
- TGLocalization
- Localization for each locale loads values from json file
- TGLocalizationsDelegate
- Extended implementation of LocalizationsDelegate which Flutter uses internally
- TGLocale
1.0.4 #
- Cleanup
- Code, versions, dependencies, documentation
1.0.3 #
- View
- TGView
- Custom Theme
- TGView
1.0.2 #
- Include
android
andios
folders with dependencies.
1.0.1 #
- Changed package name.
- Improved documentation.
- Included empty example structure.
1.0.0 #
- Common
- TGLog
- Levels: Debug, Info, Error, Warn, Tag, All, Off
- TGLog
- Memory
- TGSession: In memory Session throughout the app
- TGSharedPreference: Shared Preferences (Android), User Defaults (iOS)
- Util
- TGDateUtil
- Format DateTime
- Parse DateTime
- TGNetUtil
- Check Internet Availability
- TGFileUtil
- Read Local File
- TGValidate
- Validate Email, Alphabets, Numeric, Alphanumeric
- TGDateUtil
- View
- TGView
- Scaffold Container
- Custom Scroll View using Sliver List
- Empty Sized Box
- Clear Focus (Hide Keyboard)
- Snackbar
- Loading Indicator
- TGView